body {
	font-family:verdana,helvetica,sans-serif;
	background-color:rgb(255,255,255);
	font-size:10px; 
	color:rgb(0,0,0);	
	width:95%;
	margin:0;
	
}

body.llist {
	font-family:verdana,helvetica,sans-serif;
	background-color:rgb(216,226,239);
	font-size:10px; 
	color:rgb(0,51,102);	
	width:200px;
	margin:0;
	border:0;
}

.table
	{
	font-family:verdana,helvetica,sans-serif;
	background-color:rgb(255,255,255);
	border-bottom:0px solid rgb(255,255,255);
	}
	
table.list
	{
	width:200px;
	font-family:verdana,helvetica,sans-serif;
	background-color:rgb(216,226,239);
	border-bottom:0px solid rgb(255,255,255);
	}	


	

.textSmall {
	font-size: 10px;
	font-weight: normal;
	color:rgb(105,100,110);
}

.textSmall2 {
	font-size: 11px;
	font-weight: normal;
	color:rgb(219,39,38);
}

.textSmall3 {
	font-size: 11px;
	font-weight: normal;
	color:rgb(0,0,0);
}

.textBig {
	font-size: 12px;
	font-weight: bold;
	color:rgb(0,51,102);
	margin-bottom:10px;
}

.textBig2 {
	font-size: 10px;
	font-weight: bold;
	color:rgb(0,51,102);
	margin-bottom:10px;
	font-family:arial,sans-serif;
}

.field {
	color:rgb(51,51,51);
	font-size: 12px;
}

a {
	font-size: 11px;
	font-weight: bold;
	color:rgb(0,51,102);
	text-decoration: underline;

}

a:visited {
	font-size: 11px;
	color:rgb(94,139,183);
	text-decoration: underline;
	font-weight:normal;
}

a:hover {
	font-size: 11px;
	color:rgb(193,24,1);
	font-weight: bold;
	text-decoration: none;
	/*background-color:rgb(219,39,38);*/
}

a:active {
	font-size: 11px;
	color:rgb(193,24,1);
	text-decoration: underline;
}


	
p,div,td,th
	{ 
	font-size:11px; 
	color:rgb(0,0,0);

	}
	
.red
	{
	color:rgb(193,24,1);
	font-weight:bold;
	
	}
	
	fieldset
	{
		border:0;
		color:rgb(0,51,102);
		}
