/*Page Properties*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A6B9DA;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
}

/*Content Formating*/
.header  { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #309AC4; 
font-weight: bold
}

.procedures {
font-family: Verdana;
font-size: 11px;
color: #0066CC;
margin-left: 3px;
margin-top: 3px;
}
.procedures:hover {
font-family: Verdana;
font-size: 11px;
color: #000000;
margin-left: 3px;
margin-top: 3px;
}

.links {
	font-family: Verdana;
	font-size: 12px;	
	color: #0066CC;
	text-decoration:none;
	font-variant: normal;
}

/*Footer Formatting*/

.footer1 {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #486182;
}
.footer1:hover {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.footer2 {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
/**/



/*Form Field Formatting*/
.inputTxt {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 17px;
	color: #CCCCCC;
	width:350px;
	border-color: #660066;
	border-width: 1px;
	background-color: #DEE9FB;
}
.inputTxt2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 17px;
	color: #666699;
	width:150px;
	border-color: #660099;
	border-width: 1px;
	background-color: #DEE9FB;
}
.inputTxt3 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 17px;
	color: #666699;
	width:100px;
	border-color: #660066;
	border-width: 1px;
	background-color: #DEE9FB;
}
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	border-color: #660066;
	border-width: 1px;
	background-color: #DEE9FB;
}
.inputSelect1{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	width:224;
	border-color: #660066;
	border-width: 1px;
	background-color: #DEE9FB;
}
.inputTextArea {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	width:350px;
	border-color: #660066;
	border-width: 1px;
	background-color: #DEE9FB;
}
.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #ffffff;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	width:150px;
	border-color: #660066;
	border-width: 1px;
	background-color: #A6B9DA;
}
/*Table and Cell background info*/
.bg {
	background-image: url(images/p-sign.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
}

.imagebrd {
	border: 1px solid #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.imagebrd_left {
	border: 1px solid #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.imagebrd_right {
	border: 1px solid #000000;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/**/
.inputButtonSmall {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #ffffff;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	width:50px;
	border-color: #660066;
	border-width: 1px;
	background-color: #A6B9DA;
}
