body {
	background-color: #ffffff;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.bodycontent {
	padding-left: 10px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 770px;
}


a{
	text-decoration: none;
}

a:link {
	color: #2A647A;
	text-decoration: underline;
}

a:visited {
	color: #2A647A;
	text-decoration: underline;
}

a:hover {
	color: #cc3300;
	text-decoration: underline;
}

a.red:link {
	color: red;
}
a.red:visited {
	color: red;
}
a.red:hover {
	color: red;
}

h1,h2,h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

form {
	font-size: 10pt; 
	font-family: verdana,helvetica,arial;
	margin-left: 0pt;
	margin-top: 0pt;
	margin-bottom:0pt;
}


.ten {
	font-size: 10pt;
}

.red { 	
	color: red;
}

.orange { 	
	color: #FFB700;
}

.green { 	
	color: green;
}

.white { 	
	color: white;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


TD.indexheader {
	background-color: #D8E2EC;
	color: black;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}


