body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: normal;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA4621;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mainheading {
	font-size: 16px;
	color: #EA4621;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

.secondheading {
	font-size: 14px;
	color: #EA4621;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	}
.thirdheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}

.fourthheading {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
}
.tableheading {
	font-size: 14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #D2E02A;
	line-height: normal;
}

hr {
  border: 0;
  width: 100%;
  color: #D2E02A;
height: 1px;

}


li {
	list-style-type: disc;
	list-style-image: url(file://///File_server/wwwroot/images/bullet.jpg);
}

#button a:link,
#button a:visited,
#button a:active
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EA4621;
	border: thin outset #FFFFFF;
}

#button a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: thin inset #FFFFFF;
	background-color: #EA4621;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a.copyrightlink:link, a.copyrightlink:visited, a.copyrightlink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;

}
a.copyrightlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}
a.pagelinkenter:link, a.pagelinkenter:visited, a.pagelinkenter:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	line-height: normal;

}

a.pagelinkenter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}
table.mytable {
	border-spacing: ;
	border-collapse: collapse;
	background-color: white;
	border: 1px solid #D2E02A;
}
table.mytable th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	background-color: white;

	-moz-border-radius: ;
	border-color: #D2E02A;
}
table.mytable td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #D2E02A;
	background-color: white;
	-moz-border-radius: ;
}

