A:link		{
		text-decoration: none;
		color: #C20000;
		}

A:visited	{
		text-decoration: none;
		color: #C20000;
		}

A:hover		{
		text-decoration: none;
		color: #6E0000;
		}
		
A.grey:link		{
		text-decoration: none;
		color: #AFAFAF;
		}

A.grey:visited	{
		text-decoration: none;
		color: #AFAFAF;
		}

A.grey:hover		{
		text-decoration: none;
		color: #6E0000;
		}	

.red	{
		color: #6E0000;
		}			
		
.h16, .h15, .h14, .h13, .h12, .h11, .h10, .h9 {
		font-weight: bold;
		font-family: Georgia, Times New Roman, Arial;
		}

.h16 { font-size: 16px; }
.h15 {font-size: 15px}
.h14 {font-size: 14px}
.h13 {font-size: 13px}
.h12 {font-size: 12px}
.h11 {font-size: 11px}
.h10 {font-size: 10px}
.h9 {font-size: 9px}

.t16 {font-size: 16px}
.t15 {font-size: 15px}
.t14 {font-size: 14px}
.t13 {font-size: 13px}
.t12 {font-size: 12px}

.justify {
text-align: justify
}

BODY		{
		font-family: Georgia, Times New Roman, Arial;
		font-size: 12px;
		color: #000000;
		}

TH		{
		font-family: Georgia, Times New Roman, Arial;
		font-size: 12px;
		color: #000000;
		}

TD		{
		font-family: Georgia, Times New Roman, Arial;
		font-size: 12px;
		color: #000000;
		}		

INPUT 		{
/*		font: 12px Georgia, Times New Roman, Arial;
		color: #000000;
		background-color: #FFFFFF;
		height: 18px;
		border: 1px #cccccc solid;
*/
		}

SELECT 		{
		font: 12px Georgia, Times New Roman, Arial;
		color: #000000;
		background-color: #FFFFFF;
		}

OPTION 		{
		font: 12px Georgia, Times New Roman, Arial;
		color: #000000;
		}

TEXTAREA 		{
		font: 12px Georgia, Times New Roman, Arial;
		color: #6E0000;
		background-color: #FFFFFF;
		border: 1px #CCCCCC solid;
		}

ul	{
	list-style-type: disc
	}
		
.borderDash {	
border: 1px dashed #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
}

.borderDash2 {	
border-left: 1px dashed #cccccc;
border-right: 1px dashed #cccccc;
border-bottom: 1px dashed #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
}

.borderDash2NoLeft {	
border-right: 1px dashed #cccccc;
border-bottom: 1px dashed #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
}

.borderDash3 {	
border-top: 1px dashed #cccccc;
border-right: 1px dashed #cccccc;
border-bottom: 1px dashed #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
}

.noBorder {	
background: #ffffff;
background-color: #ffffff;
padding: 8px;
}

.borderSolid {	
border: 1px solid #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
border-collapse: collapse;
}

.borderNoLeft {	
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
border-collapse: collapse;
}

.borderNoTopLeft {	
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
border-collapse: collapse;
}

.borderNoTop {	
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
border-collapse: collapse;
}

.borderBottom {	
border-bottom: 1px dashed #cccccc;
}

.borderSolid2 {	
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #ffffff;
background-color: #ffffff;
padding: 8px;
border-collapse: collapse;
}