H2
{
	font-family		: Verdana,Tahoma,Arial,Helvetica;
	font-size		: 24px;
	font-weight		: normal;
}

body
{	
	font-family				:Verdana,Tahoma,Arial,Helvetica;
	font-size				:12px;
	background-image		:url('bg.jpg');
	background-repeat		:repeat-y;
	background-attachment	:fixed;
	background-position		:0px 0px;
}

td
{	
	font-family		: Verdana,Tahoma,Arial,Helvetica;
	font-size		: 11px;
}

a.list:link 
{
	color: black; 
}
a.list:visited 
{
	color: black; 
}
a.list:hover 
{
	color: white; 
	background-color: #4d4e66; 
}

a.menu:link 
{
	color: white; 
}
a.menu:visited 
{
	color: white; 
}
a.menu:hover 
{
	color: white; 
}

label 
{
	width: 100px;
	color: black;
	background: transparent;
	float: left;
	text-align: left;
}

input
{    
	width: 300px;    
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;    
	background-color: #d8d8f0;    
	color: #102132;    
	border: 1px solid #284279;    
}

textarea
{ 
	width: 300px;    
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;    
	background-color: #d8d8f0;    
	color: #102132;    
	border: 1px solid #284279;    
}

fieldset
{	
	width: 500px;
}