body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #272090;
	}
.menu-cont {
	width: 200px;
	text-align: center;
	border: 1px solid #CCCCCC;
}	
.table {
	border: 1px solid #CCCCCC;
}
.proTable {
	border: 1px solid #E4E4E4;
	background: #EFEFEF;
}

.leftRightTable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
}
.menu {
	font-size: .90em;
	color: #666666;
	text-decoration: none;
}	

.menu:hover {
	color: #003366;
	text-decoration: none;
}

}
.menuBox {
	font-size: .95em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	border: thin solid #003366;
	line-height: 25px;

}
.menuHeading {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	border: 1px solid #CCCCCC;
}
.heading {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}
.text {
	font-size: .75em;
	color: #666666;
	padding: 10px;
	line-height:18px;
}
.footer {
margin: auto;
padding: 25px;
text-align: center;
font-size: .55em;
color: #666666;
}
.FR{ float:right; }
.FL{ float:left; }
.CL{ clear:both; }

.MT10{ margin-top:10px;}
.ML10{ margin-left:10px;}
.MR10{ margin-right:10px;}
