.bodyProperties {
	background-color: #FF9900;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	background-image: url(../assets/bg.jpg);
	background-repeat: repeat-x;


}
.trBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #004aad;
}
.navLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}