body {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
}

.ContentHeader {
	background-image: url(images/ContentHeader.jpg);
	background-position: left top;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	padding-right: 16px;
	padding-top: 63px;
	height: 15px;
	color: #06305E;
	padding-bottom: 5px;
	font-size:16px;
}
.ContentHeaderTwo {
	background-image: url(images/ContentHeaderv2.jpg);
	background-position: left top;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	padding-right: 285px;
	padding-top: 68px;
	height: 15px;
}
.SideInfo {
	background-image: url(images/SideBG.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	background-position: left top;
}


.Content {
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.MainTable{
	border-color:#093F7C;
	border-width:1px;
	border-style:solid;
}
.SideDtl {
	height: 120px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	text-align: left;
	list-style-type: square;
}
.SubMenu {
	color: #06305E;
	font-size: 14px;
}
.SubMenu A{
	color: #06305E;
}

A { text-decoration: none; 
		color:#000000;
		
	}

A:hover{
		color:#FFFFFF;
	}
		
