
body {
	background-image: url(images/background.gif);	
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
}
	

.text {	font-family: tahoma;
	font-size: 10px;
	color: #757575;  }	
	
:link {
	color: #2A59C3;
	text-decoration: none;
}
:visited {
	color: #C08F75;
	text-decoration: none;
}	
:active {
	color: #C08F75;
	text-decoration: none;
}
:hover {				  
	color: #757575;
	text-decoration: none;
}
	
.center { text-align: center; }

h1{ font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #757575; }	
	
.title {font-family: tahoma; font-size: 12px; font-weight: bold; color: #757575; line-height: 24px;}		

p {font-family: tahoma; font-size: 10px; color: #757575;}
	
.blue { color: #2a56bb; }	


.more {	font-family: tahoma;
	font-size: 10px;
	color: #2a56bb; }

.copyright {	font-family: tahoma;
	font-size: 10px;
	color: #cfcfcf; }

ul { 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;  
	padding-left: 30px;
	list-style: disc;
	list-style-position: outside;
}								 

li { 
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left:-10px;
	margin-right:0px; 
}

