/* CSS Document */
body { background-image:url(images/bg_02.jpg); background-color:#6c4526; background-repeat:repeat-x;
	font-family: Arial;
	font-size: 9pt; 
}

A:link, A:active {
	font-family: Arial; 
	font-size: 9pt; 
	font-style: normal; 
	color: #33FF00; 
	text-decoration: underline
}

A:visited, A:hover {
	font-family: Arial; 
	font-size: 9pt; 
	font-style: normal; 
	color: #009900; 
	text-decoration: underline
}

.mainText {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt; 
}

table {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt; 
}

td {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt; 
}

.thinborder {
	border: 1px solid #003300;
	}