BODY
{
    BACKGROUND-COLOR: #000000;
    margin-left : 0px;
    margin-top : 0px;
    background-image: url('/images/bg.jpg');
    background-repeat: repeat-x;
}
TD
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE : 10pt;
    FONT-WEIGHT: normal;
    color : white;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
SELECT
{
	background-color: #FFFFFF;
	border: 2px solid #db3f26;
	width: 250px;
	height: 26px;
	padding-left: 3px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE : 13pt;
    FONT-WEIGHT: bold;
}
INPUT
{
	padding-left: 3px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE : 13pt;
    FONT-WEIGHT: bold;
}
INPUT.large
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE : 13pt;
    FONT-WEIGHT: bold;
	background-color: #FFFFFF;
	border: 2px solid #db3f26;
	width: 250px;
	height: 26px;
}
INPUT.small
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE : 13pt;
    FONT-WEIGHT: bold;
	background-color: #FFFFFF;
	border: 2px solid #db3f26;
	padding-left: 3px;
	width: 50px;
	height: 26px;
}
INPUT.nostyle
{
	background-color: #999999;
	padding-left: 0px;
}
INPUT.check
{
	padding: 0px;
	width: 50px;
}
INPUT.button
{
	background-image: url('/images/submit.gif');
	width: 103px;
	height: 30px;
	background-color: Transparent;
	border: none;
}
A:link	{	
	text-decoration:	underline;
	font-weight : bold;
	color:	#db3f26;
	}	
		
A:visited	{	
	text-decoration:	underline;
	font-weight : bold;
	color:	#db3f26;
	}	
		
A:active	{	
	text-decoration:	underline;
	font-weight : bold;
	color:	#db3f26;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-weight : bold;
	color:	#de5438;
	}
.highlight 
{
	color : #0e1a2f;
}
.title
{
	font-size : medium;
	font-weight : bold;
}
.error
{
	color : #db3f26;
	width : 8px;
	text-align : center;
}
.errorsummary
{
	color : #db3f26;
}
.small
{
	font-size : x-small;
}
.back
{
	background-color : Transparent;
	background-image : url('/images/bannerbg.gif');
	background-repeat: repeat-x;
	height: 113px;
}
.inner
{

}
.feature
{
	background-color : #657412;
	padding : 5px;
}
