/* CSS Document */

body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color: #003333;
background-color: #ccffff;
cursor:default;
margin: 2px;
}

body {
background-attachment: fixed;
scrollbar-arrow-color: #990000;
scrollbar-base-color: #ccffff;
scrollbar-face-color: #ccffff;
scrollbar-darkshadow-color: #ccffff;
scrollbar-shadow-color: #ccffff;}

i, em {font-family: Tahoma; font-size: 10px; color: #669999;}
b, strong {font-family: Tahoma; font-weight: bold; font-size: 10px; color: #66cccc; text-transform: uppercase;}
u { font-family: Tahoma; font-size: 10px; color: #669999; border-bottom: 1px dotted #66cccc;}
s { font-family: Tahoma; font-size: 10px; color: #669999;}

A:link, A:visited, A:active {color:#336666; font-weight:bold; text-decoration:none; cursor:default; text-transform: uppercase;}
A:hover {color:#FFFFFF; font-weight:bold; text-decoration: underline; text-transform: uppercase; cursor:help; background-color: #336666;}

.left {
font-family: Tahoma;
font-weight: bold;
font-size: 8px;
text-transform:uppercase;
color: #FFFFFF;
background-color: #333333;
border-bottom: 1px solid #990000;
line-height: 10pt;
letter-spacing: 1px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #99cccc;
	border-bottom: 2px solid #FFFFFF;
	line-height: 22px;
	padding-left: 10px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #669999;
	border-left: 5px solid #FFFFFF;
	line-height: 16px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #336666;
	border-bottom: 1px dotted #FFFFFF;
	line-height: 14px;
	}
	
/* navigation */
#navi a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	width: 150px;
	line-height: 16px;
	text-align: center;
	background-color: #99cccc;
	display: block;
	letter-spacing: 3px;
	height: 16px;
	padding: 1 1 1 1;
	text-transform: uppercase;
	border: 2px solid #006666;
}

#navi a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 150px;
	line-height: 16px;
	text-align: center;
	background-color: #003333;
	display: block;
	letter-spacing: 3px;
	height: 16px;
	padding: 1 1 1 1;
	text-transform: uppercase;
	text-decoration: none; 
}

/* navigation end */
