

body {
	padding: 10px 0;
	margin: 0;
}

body, td, tr, table, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #666666;
	}

a {
    color: #007eff;
    text-decoration: none;
	}
 
a:hover  {
    color: #ff7700;
    text-decoration: none;
	}

table {
	border: none;
	border-collapse: collapse;
	}

#mainTable {
	width: 780px;
	border: none;
	border-collapse: collapse;
	margin: 0 auto;
	}

#mainLeft {
	background-color:#004F9E;
	width: 140px;
	padding: 5px;
	text-align:center;
	}


#mainMid {
	background-color:#ffffff;
	width: 450px;
	padding: 0 15px 0 5px;
	}
	
#singlecol #mainMid {
	width: 610px;
	}

#mainRight {
	background-color:#ffffff;
	width: 160px;
	padding: 0;
	}
	
#singlecol #mainRight {
	width: 0;
	display: none;
	overflow:hiddenl
	}

.menuTable {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menusubtable {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}


.body2 {
	line-height: 18px;
	font-weight: normal;
	color: #FF9900;
}

.subheading {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.copyright {
	font-size: 9px;
	font-weight: normal;
}

.subheading2 {
	font-size: 16px;
	font-weight: normal;
	color: #004F9E;
}



h1 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}


h6 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}


h2 {
	font-size: 18px;
	font-weight: bold;
	color: #004f9e;
}

div.rightImage {
	 float: right;
	 font-size: 11px;
	 margin-bottom: 10px;
	 margin-left: 10px;
}

div.leftImage {
	 float: left;
	 font-size: 11px;
	 margin-bottom: 10px;
	 margin-right: 10px;
}

img  {
  border-width:0;
}

hr  { 
	height: 0px; 
	border: 0px solid #cccccc; 
	border-top-width: 1px;
	display: block;
	margin-top: 5px 0;
}