* {
	font-family: arial;
	font-size: 1em;
}

body {
	font-size: 9pt;
}

ul {
	padding:0px;
	margin-left:25px;
	margin-top:0px;	
}

a {
	color:#D51F27;
}

a:focus, a:hover, a:active {
	color:#A91A20;
}
.HeaderImg	{ 
	background:url(../images/boxheader.gif) bottom no-repeat;
}

.Footer	{ 
	font-size:8pt; 
	text-align:center; 
	padding:15px 0px 0px 0px;
	color:#000;
	background:#fff;
}
.FooterImg	{ 
	background:url(../images/boxfooter.gif) top no-repeat;
}
.EditDelete	{ 
	float:right;
	font-size:8pt;
	padding:5px;
}
#Login	{ 
	font-size:8pt; 
	text-align:left; 
	color:#000000;
	width:70px;
}

#Heading1 {
	font-size:16pt; 
	font-weight:bold;
}

#BGHeading1 {
	font-size:16pt; 
	font-weight:bold;
	background-color:#ededed;
}

#Heading2 {
	font-size:14pt; 
	font-weight:bold;
}

#BGHeading2 {
	font-size:14pt; 
	font-weight:bold;
	background-color:#ededed;
}

#Heading3 {
	font-size:12pt; 
	font-weight:bold;
}

#Heading4 {
	font-size:11pt; 
	font-weight:bold;
}

#BGHeading4 {
	font-size:11pt; 
	font-weight:bold;
	background-color:#ededed;
}

#Heading5 {
	font-weight:bold;
}

#BGHeading5 {
	font-weight:bold;
	background-color:#ededed;
}

#Normal {
	font-size: 9pt;
	font-weight:normal;
}

#LightHeading {
	font-size:14pt; 
	font-weight:bold;
	color:#cccccc;
}

#SmallFont {
	font-size:.9em; 
	font-weight:normal;
}

#BGSmallFont {
	font-size:.9em; 
	font-weight:normal;
	background-color:#ededed;
}

#SmallFontC {
	font-size:.9em; 
	font-weight:normal;
	text-align:center;
}

#VerySmallFont {
	font-size:.75em; 
	font-weight:normal;
}

#padC {
	padding: 2px 0px 2px 0px;
	text-align:center;
}

#padL {
	padding: 2px 0px 2px 0px;
	text-align:left;
}
#sep {
	clear: left; 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	border-bottom: #ededed 2px solid
}

#list {
	font-size:8pt;
}

.datatable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:9pt; 
	margin: 3px;
	width: 100%;
	border-collapse: collapse;
	padding: 0 0 3px 0;
}
.datatable th {
	padding: 3px;
	font-weight: bold;
	font-size: 9pt;
	border-top: 1px solid #000;
	background-color: #ece7d9;
}
.datatable td {
	border-top: 1px solid #000;
	padding: 3px;
	text-align: center;
}
.datatable tbody tr:hover td
{
	color: #fff;
	background: #fc696f;
}

.datatable a:link , .datatable a:visited { 
	color:#000;
	text-decoration:underline;
}
.datatable a:hover { 
	color:#8c8c8c;
	text-decoration:underline;
}

