/* CSS Document */
A:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFCC00;
}

A:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
}

A:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #FFCC00;
}

A:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
}

body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

table {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
}

tr {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
}

td {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #0099FF;
font-style: normal;
}

th {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #00CCFF;
font-style: normal;
font-weight: bold;
}


/** specific */
.text2{font-size:12px; font-family:Arial, Helvetica, sans-serif; font-style:normal; color:#FF9900}
.tableheader {
	background-color: #000099;
}
.tableborder {
	border: thin dotted #FFCC00;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	font-weight: bold;
}
