body, table, tr, td, p {

	font-family: arial, helvetica;
	font-size: 12px;
}

a:link, a:active, a:visited	{
	
	font-size: 12px;
	color: #7896A7;
	text-decoration: underline;
}
a:hover {

	text-decoration: none;
}

a:link.small, a:active.small, a:visited.small	{
	
	font-size: 11px;
	color: #7896A7;
	text-decoration: underline;
}

a:link.xsmall, a:active.xsmall, a:visited.xsmall	{

	font-size: 10px;
}

a:hover.small {

	text-decoration: none;
}

.small {
		
	font-size: 11px;
}

.xsmall {
		
	font-size: 10px;
}

select, option {
			border-color:#999999;
	        border-width:0;
	        font-family:tahoma,verdana, Helvetica;
	        font-size:11px;
	        color:#3C3C3C;
			padding: 0;
	}
	
	
	input, textarea
	        {
	                border-color:#999999;
	                border-width:1;
	                font-family:tahoma,verdana, Helvetica;
	                font-size:11px;
	                color:#3C3C3C;
	                padding:1;
	        }
	        
	input.radio {
					border-width: 0;
					font-size: 9px;
					padding: 0;
	}
	
	input.submit {

		background-color: #FFFFFF;
		font-weight: bold;
		border-width:0;
	}