
body			{
				font-family: Verdana, Arial;
				color: #FFFFFF;
				background-color: #000000;
				margin: 0px;
				}

span,font,td,p,div {
							 color: #FFFFFF;
							 }				
				
a:link,a:visited		{
				color: #00CCCC;
				}

		
a:hover			{
				color: #A4B6B6;
				}

a:unknown		{
    			text-decoration: none;
				}

a.NavLink
				{
				text-decoration: none;
				}				
				
a:link.NavLink,a:visited.NavLink
				{
				color: #FFFFFF;
				font-size: 13px;
				text-decoration: none;
				}

a:hover.NavLink
				{
				color: #CCCCCC;
				text-decoration: underline;
				}
				
a:link.MenuLink,a:visited.MenuLink
				{
				color: #FFFFFF;
				font-size: 11px;
				text-decoration: underline;
				}
a:link.Bulletin,a:visited.Bulletin
				{
				color: #FFFF00;
				font-size: 11px;
				text-decoration: underline;
				}
a:hover.NavLink
				{
				color: #CCCCCC;
				text-decoration: underline;
				}
				
a:link.GlobeLink,a:visited.GlobeLink
				{
				font-weight: bold;
				color: #FFFFFF;
				font-size: 17px;
				text-decoration: none;
				}

a:hover.GlobeLink
				{
				text-decoration: underline;
				}
				
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	xtext-align: center;
	width: 10em;
}

li ul { /* second-level lists */
	border: 1px solid #777777;
	padding: 10px;
  background-color: #555555;
	display: none;
	position: absolute;
	top: 15px;
	xtext-align: left;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}				
.Alert			{
				color: #FF6633;
				font-weight: bold;
				}
				
.PageTitle		{
				font-size: 18px;
				color: #FFFFFF;
				font-weight: bold;
				xline-height: 16px;
				}

.NavLink
				{
				font-size: 13px;
				font-weight: bold;
				}
				 
.NavSpacer
				{
				font-weight: normal;
				color: #CCCCCC;
				}
					

td.MenuBG
				{
				width: 60px;
				padding-left: 12px;
				border: 0px solid #555555;
				background-image: url(../images/MenuBgGradient.gif);
				background-repeat: repeat-x;
				font-size: 13px;
				}


.vanilla
				{
				padding: 10px;
				color: #FFFFFF;
				background-color: #000000;
				}

li.Menu
				{
				list-style-type: square;
				}	
				
a:link.Menu,a:visited.Menu
				{
				color: #FFFFFF;
				text-decoration: none;
				}

a:hover.Menu
				{
				text-decoration: underline;
				}
				
select			{
				font-size: 11px;
				}
				
input 			{
				font-size: 11px;
				color: #444444;
				border-top: 2px solid #666666;
				border-right: 1px solid #666666;
				border-bottom: 1px solid #666666;
				border-left: 2px solid #666666;
				}


.Radio,.Checkbox {
				border: 0px;
				}

						
input.Button 	{
				font-size: 12px;
				color: #000000;
				background-color: #EEEEEE;
				border-top: 1px solid #666666;
				border-right: 2px solid #666666;
				border-bottom: 2px solid #666666;
				border-left: 1px solid #666666;
				}
				
hr				{
				height: 1px;
				color: #CCCCCC;
				}

span, font, td, p, div
				{
				color: #FFFFFF;
				}
