body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-color: #4A65B5;
	scrollbar-face-color: #84A2D6; 
	scrollbar-shadow-color: #84A2D6; 
	scrollbar-highlight-color: #E7EBF7; 
	scrollbar-3dlight-color: #84A2D6; 
	scrollbar-darkshadow-color: #4A65B5; 
	scrollbar-track-color: #A5C3E7; 
	scrollbar-arrow-color: #FFFFA5;

}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #D6DFEF;
	list-style-type: square;
	text-align: justify;
}

.title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #D6DFEF;
	list-style-type: square;
	text-align: justify;



}
a:link {
	color: #FFFFA5;
	text-decoration: underline;
}
a:visited {
	color: #FFFFA5;
	text-decoration: underline;
}
a:hover {
	color: #E7EBF7;
	text-decoration: underline;
}
a:active {
	color: #FFFFA5;
	text-decoration: underline;
}
.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #94B2DE;
	text-align: justify;

}