/* CSS Document */
<!--
body {
	background-color: #000000;
	margin-left: 14px;
	margin-top: 14px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.sectionTitle {
font-size: 18px;
color:#FF0000;
line-height: 22px;
font-weight:bold;
}
.mdbdred {
font-size: 15px;
color:#FF0000;
line-height: 17px;
font-weight:bold;
}
.rgbdred {
font-size: 12px;
color:#FF0000;
line-height: 14px;
font-weight:bold;
}
.mdbdwhite {
font-size: 15px;
color:#FFFFFF;
line-height: 17px;
font-weight:bold;
}
.newslink {
font-size: 12px;
color:#FF0000;
line-height: 14px;
font-weight: bold;
}

.bgGrad {
background-image:url(images/bg_grad.jpg);
background-repeat:repeat-x;
background-position:top left;
}
.brdTopBottom {
border-top:solid #FFFFFF 1px; 
border-bottom:solid #FFFFFF 1px; 
}
.brdTopBottom2 {
border-top:solid #FFFFFF 1px; 
border-bottom:solid #960000 1px;
background-image:url(images/evo2bw.jpg);
background-repeat:no-repeat;
background-position:left bottom; 
}
.brdBottom {
border-bottom:solid #960000 1px;
}
.mainBorder {
border:#960000 1px solid;
}
.borderRed {
border:#960000 solid 1px;
}
.inputfield {
width: 95%;
border:1px;
border-style:solid;
border-color: #960000;
font-size: 11px;
color: #FFFFFF;
padding: 2px;
background-color: #000000;
}
.submitbutton {
border:1px;
border-style:solid;
border-color: #960000;
background-color: #000000;
font-size: 11px;
color: #FFFFFF;
padding: 2px;
height: 30px;
width: 75px;
}
select {
background-color: #000000;
font-size: 11px;
color: #FFFFFF;
border: 1px;
border-style:solid;
border-color: #960000;
width: 95%;
}
-->
