td.row1 {background-color: #EBE5F4}
td.row2 {background-color: #F5F2FA}

body
{
	scrollbar-base-color: 784CB7;
	background-image: url(images/back.jpg)}

/* Default Font Attributes */

body, table, td             
{
	font-family: Verdana; 
	font-size: 11px; 
	color: 000020
}


.smalltext, .mediumtext, .largetext
{ 
	font-family: Verdana, Helvetica; 
	color: 000000
}


.smalltext
{ 
	font-size : 9px; 
}


.mediumtext      
{ 
	font-size : 11px; 
}


.largetext      
{ 
	font-size : 12px; 
}


/* Alternating Cell Colors */

TD.row1	        
{ 
	background-color: EBE5F4;
}     
 
 
TD.row2	        
{ 
	background-color: F5F2FA;
}


/* Links */

a, a:link, a:active, a:visited
{ 
	text-decoration: none;
	font-weight: bold;  
	color: 5219A2; 
	font-family: Verdana, Helvetica 
}  


a:hover 
{ 
	text-decoration: none;
	font-weight: bold;  
	color: 63B02A; 
	font-family: Verdana, Helvetica 
} 

   
input, textarea, select 
{
	color : 000000;
	background-color: D9CCEA;
	font-family : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px #000000 solid;
}


input, textarea, select 
{
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}


input
{ 
	text-indent : 2px; 
}


input.button 
{
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}