@charset "utf-8";
/* CSS Document */

/* body- controls the styling of the entire page*/
body{
	/*[Do not style margin's]*/
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	/*[Editable]*/
	background-color:#003399;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:23px;
}
.textbox{
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	font-size:12px;
	color:#999999;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	font:Arial, Helvetica, sans-serif;
}
.exampleFormTxt{
	color:#CCCCCC;
}
.textbox:Hover{
	border-color:#CC0000;
	color:#666666;
}
.textbox:Focus{
	border-color:#CC0000;
	color:#666666;
}
a:hover{
color:#CC0000;
}
/* hr- horizontal line*/
hr{
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	height:1px;
}
/*img- image */
img{
border:none;
}
/*address- the address styling*/
address{
line-height:20px;
}
.panel{
height:30px;
float:right;
}