/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 13px;
color: #6699CC;
line-height: 16px;
padding: 3px;
}
.bold {
}
.style1 {color: #6699CC}

td{
font-family: Verdana, sans-serif;
font-size: 13px;
color: 	#FFFACD;
line-height: 16px;
background-color: #000000;
padding: 1px;
}
.bold {
}

ul{
list-style-type: square;
}

li{
font-family: Verdana, sans-serif;
font-size: 12px;
color: 	#ADD8E6;
line-height: 14px;
background-color: #000000;
padding: 2px;
}
.bold {
}

li.2{
font-family: Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
color: 	#ADD8E6;
line-height: 20px;
background-color: #000000;
padding: 2px;
}

hr {
	width: 500px;
	color: #6699cc;
	
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #6699CC;
}

.navigation{
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: blink;
	background-color: #000000;
	display: block;
	padding: 4px;
	width: 140px;
}


.navigation:hover{
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9999CC;
	display: block;
	padding: 4px;
	width: 140px;
}


.navigationtrans{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 130px;
	visibility: visible;
}


.navigationtrans:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 130px;
	letter-spacing: inherit;
}

.navhorizontal{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #33cc66;
	text-decoration: none;
	background-color: #000000;
	display: inline;
	padding: 5px;
	width: 100px;
	line-height: 25px;
}


.navhorizontal:hover{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	display: inline;
	padding: 5px;
	width: 100px;
	line-height: 25px;
}


.navhorizontaltrans{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #33ff66;
	text-decoration: none;
	display: inline;
	padding: 5px;
	width: 100px;
	visibility: visible;
	line-height: 25px;
}


.navhorizontaltrans:hover{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
	display: inline;
	padding: 5px;
	width: 100px;
	letter-spacing: inherit;
	line-height: 25px;
}


h1{
font-family: georgia;
font-size: 20px;
font-weight: bold;
font-style: oblique;
color: #336699;
line-height: 22px;
padding: 1px;
}

h2{
font-family: georgia;
font-size: 16px;
color: #99ff99;
line-height: 18px;
padding: 1px;
}

h3{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #999999;
line-height: 16px;
padding: 1px;
}