﻿<style>

body      	{font-family: sans-serif; 
font-size: 11pt;}


p {		font-family: sans-serif;}
a {text-decoration : none; color:#000080; font-size : 14px;}

.bod{background-color: #000080; background:#000080;}

label {
 cursor: pointer;
 cursor: hand;
 padding-left: 22px;
} 

input {
 border: 2px solid #ccc;
}
input:focus {
 border: 2px solid #000;
} 

div{ background-color:#000080;}
	.ptitle { 
		color: Gray;
		font-family: Buccaneer;
		font-size: larger;
		font-style: normal;
		font-weight: bold;
	}

label.required {
 background-image: url(required.gif);
 background-repeat: no-repeat;
 background-position: 3px 0px;
}
label.problem {
 background-image: url(caution.gif);
 background-repeat: no-repeat;
 background-position: 3px 0px;
}
label.completed {
 background-image: url(complete.gif);
 background-repeat: no-repeat;
 background-position: 3px 0px;
} 

table{		background-color : white;}

	th {
		text-align: left;
		font-weight: bolder;
		border-top-width: thick;
	}
	.invdetail {text-align : left; font-weight : bold; font-size : 18px; }
	.mBody{		border: none;}
	.footer{font-size : 12px;	color : black;}

	.rowoldhd {background-color: #CCCCFF;}
	.rowhd {background-color: #9999CC;}
	.rowover {background-color: white; color : #000080;	font-family : sans-serif;	text-decoration: none;	font-weight: bold;}
	.rowoff  {background-color: #CCCCCC; color : black;	font-family : sans-serif;	text-decoration: none;	font-weight: bold;}
	.menu	 {background-color : #CCCCCC; font-size : 14px; border-color: #000080; border-style: outset; border-width : thick; width : 150px; padding-bottom: 0px;}
	.invmenu	 {background-color : #CCCCCC; font-size : 12px; border-color: #000080; border-style: inset; border-width : thick; width : 150px; padding-top: 0px;}
	.invfm {font-size : 10px; background-color : #9999CC; width : 100px;}

	.leftborder {background-image: url('../images/border/leftborder.jpg'); background-repeat: repeat-y 	}
	.rightborder {background-image: url('../images/border/rightborder.jpg'); background-repeat: repeat-y 	}
	.topborder { background-image: url('../images/border/topborder.jpg');background-repeat: repeat-x 	}
	.bottomborder {background-image: url('../images/border/bottomborder.jpg'); 
		background-repeat: repeat-x; 
		text-align : center; 
		font-weight : bold;
	}

	
	.padder{padding:20px;}
	.nav{ width : 75px; align:center;}
	.copyright{font-size: 12px; font-style:italic; color:silver; font-family : sans-serif;}
	.bgcolor {background-color:#000080;}
	.contactinfo { color: Black; text-decoration : none;}
</style>

<style2>

.bod{background-color: #ffffff; background:#ffffff;}


</style2>