body {
	font-family:verdana,helvetica,sans-serif;
	background-color:rgb(255,255,224);
	font-size:11px; 
	color:rgb(0,0,0);	

}

table#layout
	{
	width:600px;
	font-family:verdana,helvetica,sans-serif;
	background-color:rgb(255,255,224);
	border-bottom:0px solid rgb(0,0,0);
	}

td#top
	{
	width:600px;
	font-family:verdana,helvetica,sans-serif;
	background-color:rgb(255,255,224);
	font-size:9px;
	color:rgb(150,150,150);
	font-weight: normal;
	}

td#top a
	{
	font-size:9px;
	color:rgb(150,150,150);
	font-weight: normal;
	}
	
td#top a:hover
	{
	font-size:9px;
	color:rgb(255,255,255);
	background-color:rgb(150,150,150);
	font-weight: normal;
	}
	

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

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

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

.textBig {
	font-size: 12px;
	font-weight: bold;
	color:rgb(219,39,38);
	margin-bottom:10px;
}

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

a {
	font-size: 12px;
	font-weight: bold;
	color:rgb(219,39,38);
	text-decoration: underline;

}

a:visited {
	font-size: 12px;
	color:rgb(219,39,38);
	text-decoration: underline;
	font-weight:normal;
}

a:hover {
	font-size: 12px;
	color:rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
	background-color:rgb(219,39,38);
}

a:active {
	font-size: 12px;
	color:rgb(0,0,0);
	text-decoration: underline;
}


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

	}	
