ul
{
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
}

li
{
	list-style: square;
}

a, a:visited
{
	color: gray;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

/* ------------------------------------ */
/* -------------- DIVS ---------------- */
/* ------------------------------------ */
#wrapper
{
	width: 764px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url(../images/gogo-container-bg.gif);
	background-repeat: repeat-y;
}





#topnav
{
	margin: 0px auto;
	padding: 9px 0px 9px 0px;
	width: 722px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336382;
	text-align: center;
}
#topnav ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#topnav ul li
{
	margin-left: 5px;
	margin-right: 5px;
	list-style: none;
	display: inline;
}
#topnav li.here
{
	color: #fb661d;
}
#topnav li.here a
{
	text-decoration: none;
	color: #fb661d;
}
#topnav a
{
	color: #336382;
	text-decoration: none;
}
#topnav a:hover
{
	/*color: #fb661d;*/
	color: White;
	text-decoration: underline;
}









a:link       { color: #000000; font-weight: bold; text-decoration: none }
a:visited    { color: #000000; font-weight: bold; text-decoration: none }
a:active     { color: #000000; font-weight: bold; text-decoration: none }
a:hover {  color: #FF0000; text-decoration: none}
body         { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; 
               text-align: Left; margin-left: 10; margin-right: 10; 
               margin-top: 5; margin-bottom: 5; background-color: #FFFFFF; color:#000000 }
table        { font-size: 10pt; list-style-type: font-family; text-align: left; text-indent: 
               0; word-spacing: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0 }
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif }
h1           { color: #000000; font-size: 12pt; font-weight: bold }
h2           { color: #000000; font-size: 10pt; font-weight: bold }
h3				{ color: #1A1384; font-size: 8pt; font-weight: normal }
h4				{ color: #FFFFFF; font-size: 10pt; font-weight: bold }
h5				{ color: #000000; font-size: 12pt; font-weight: bold }
h6				{ color: #FF0000; font-size: 10pt;  }


INPUT {
background-color: #CEE0E5;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 8pt
} 

SELECT {
background-color: #CEE0E5;
border: black 2px solid;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 8pt;
font-weight: normal
} 



TEXTAREA {
background-color: #CEE0E5;
border: black 2px solid;
color: white;
font-family: arial, verdana, ms sans serif;
font-size: 8pt;
color: #000000;
font-weight: normal
} 

.altButtonFormat {
background-color: #c0c0c0;
font-family: verdana;
border: #000000 1px solid;
font-size: 8px;
color: #778899
}