/* CSS definition file containing site wide stylesheets */

.FormInput_Submit {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	text-transform: uppercase;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(5,87,128)
}

.header-box {
	background-image: url( "../assets/images/header-box-tail.gif" );
 	background-repeat: repeat-x;
 	padding-top: 3px;
 	padding-bottom: 3px
}

.FormInput_Text {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	border: 1px solid rgb(128,128,128)
}

.box1 {
	background-color: rgb(255,255,255);
 	background-image: url( "../assets/images/border-top.gif" );
 	background-repeat: repeat-x;
 	padding: 10px;
 	border-left: 1px solid rgb(192,192,192);
 	border-right: 1px solid rgb(192,192,192);
 	border-bottom: 1px solid rgb(192,192,192)
}

.box2 {
	background-color: rgb(163,184,193);
 	background-image: url( "../assets/images/border-top1.gif" );
 	background-repeat: repeat-x;
 	padding: 10px;
 	border-left: 1px solid rgb(128,128,128);
 	border-right: 1px solid rgb(128,128,128);
 	border-bottom: 1px solid rgb(128,128,128)
}

.box3 {
	background-color: rgb(255,255,255);
 	border: 1px solid rgb(192,192,192);
 	padding: 10px
}

.footer-nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	text-transform: uppercase;
 	color: rgb(17,28,42);
 	float: left;
 	display: inline
}
