a:visited    { text-decoration: none; color: #E10000; }
a:link       { text-decoration: none; color: #E10000; }
a:hover      { text-decoration: none; color: #969696; }

a.blue:visited    { text-decoration: none; color: #0000CC; }
a.blue:link       { text-decoration: none; color: #0000CC; }
a.blue:hover      { text-decoration: none; color: #969696; }



body
	{
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	}

td, p
	{ 
	font-family: Verdana, Arial, Helvetica, Sans-serrif;
	font-size: 8pt;
	color: #000000;
	}
	
select
  	{
    	width: 150px;	
		font-size: 8pt; 
    	color: #000000; 
    	font-family: Verdana, Arial, Helvetica, Sans-serrif;
	}

input, textarea
  	{
    	font-size: 8pt; 
    	color: #000000; 
    	font-family: Verdana, Arial, Helvetica, Sans-serrif;
	}
	
.finish
	{
	background-image: url(images/bg_home_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.header
	{  
	font-family: Verdana, Arial, Helvetica, Sans-serrif;
	font-size: 16pt;
	color: #CC0000;
	}

.oops
	{
	color:#990000;
	}
	
li
	{
	list-style-type: square;
	}	
.image {
	margin-left: 10px;
}
img.border {
	border: 1px solid #000000;
}
i.small {
	font-size: 11px; 
}.err {
	font-weight: bold;
	color: #FF0000;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, Sans-serrif;
	font-size: 12pt;
	color: #CC0000;
}
.subsubheader {

	font-family: Verdana, Arial, Helvetica, Sans-serrif;
	font-size: 10pt;
	color: #CC0000;
}
table.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
td.border {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.blackline {
	background-image: url(images/black.gif);
	background-repeat: repeat-y;
	background-position: center;
}
