body{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#4D535F;
	
}
H1,H2,H3,h4{
	color: #174517;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px #8DC2F6 solid;
}

/* MAIN TABLE */
.mainTable{
	padding:0px;
	font-size: 1em;
}
.leftEdge{
	border-right: 1px black solid;
}
.rightEdge{
	background-color:#353942;
	width: 5px;
	border-left: 1px black solid;
}
.pageBottom{
	text-align: right;
	padding: 0px;
}
.pageBottom div{
	background-color: #353942;
	width: 800px;
	height: 3px;	
}

/* HEADER */
.header {
	background-color:white;
	text-align: right;
	padding: 12px 4px 0px 4px;
}
.header .leftLink {
	border-right: 1px black solid;
}
.header .link {	
	border-right: 1px black solid;
	display: inline-block;
	padding: 0px 8px 0px 8px;
}
.header a {
	text-decoration: none;
	font-weight: bold;
	color: #0060C1;
	display: inline-block;
	padding: 0px 8px 0px 8px;

}
.header a:hover {
	text-decoration: underline;
}
.logo{
	background-color:white;
	padding: 0px;
}

/* MENU */
.menu {
	background-color: black;
}
.menu .leftLink {
}
.menu .link {	
	display: inline-block;
	padding: 0px 8px 0px 8px;
}
.menu a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: inline-block;
	padding: 0px 8px 0px 8px;

}
.menu a:hover {
	text-decoration: underline;
	color: yellow;
}

/* CONTENT */
.content{
	text-align: left;
	background-color:white;
	padding: 15px 20px;
	width: 760px;
}
.content a {
	text-decoration: none;
	font-weight: bold;
	color: #0060C1;
}
.content a:hover {
	text-decoration: underline;
	color: red;
}


/* FOOTER */
.footer{
	border-bottom: 1px black solid;
	text-align: center;
	background-color: white;
}

/* From CCM */

body{
	background-color: #4D535F;
}

body, td, th, select, input, div, span, p{
	color:#000000;
	font-family: arial;
	font-size: 12px;
}
.navbar{
	color: #FFFFFF;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
.navbar:hover{
	color: #ACACAC;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
.utilNav{
	color: #FFFFFF;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}
.utilNav:hover{
	color: #FFFFFF;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: underline;
}

a {
	font-family: arial;
	font-size: 12px;
	color: red;
}
a:hover {
	font-family: arial;
	font-size: 12px;
	color: red;
}

.title1{
	font-family: arial black;
	font-size: 16px;
	color: #174517;
	letter-spacing: 1;
	font-weight: normal;
	padding: 0px 10px 10px 0px;
}

.title{
	color: #174517;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 2px #8DC2F6 solid;
	padding: 0px 10px 00px 0px;
}

.data1{
	color: black;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.pagetitle{
	font-family: arial black;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1;
	font-weight: bold;
}
