body
{
font-family: 	Trebuchet MS;
background: 	#27296c;
align:		center;
text-align:	center;
}

table
{
font-family:	Trebuchet MS;
text-align:	center;
color:		#000000;
background:	#FFFFFF;
}

a:link
{
color:		#000000;
text-decoration:	none;
}

a:visited
{
color:		#000000;
text-decoration: none;
}

a:active
{
color:		#000000;
text-decoration: none;
}

a:hover
{
color:		#000000;
text-decoration: underline;
}

#top
{
background-color:#27296c;
}

#top ul
{
display:		block;
margin:		0;
padding:		0;
width: 		800px;
}

#top li
{
display:		inline;
margin:		0;
padding:		0;
}

#top a:link
{
position:	relative;
margin:		0 0.5em 0 0.125em;
padding:		0.25em;
font-size:	12px;
font-weight:	bold;
line-height:	1.3;
color: 		#FFFFFF;
text-decoration: none;
padding:		0.15em 0.15em 0.25em 6px;
}

#top a:visited
{
position:	relative;
margin:		0 0.5em 0 0.125em;
padding:		0.25em;
font-size:	12px;
font-weight:	bold;
line-height:	1.3;
color: 		#FFFFFF;
text-decoration: none;
padding:		0.15em 0.15em 0.25em 6px;
}

#top a:hover
{
color: 		#FFFFFF;
text-decoration: none;
/*background-color:#a9aae5;*/
}

#top a.active:link
{
color: 		#DAD4A6;
background-color:#996640;
}

#top a.active:visited
{
color: 		#DAD4A6;
background-color:#996640;
}

#top a.active:hover
{
color: 		#DAD4A6;
background-color:#996640;
}

#top a .tooltip
{
display:		none;
text-decoration: none;
}

#top a:hover .tooltip
{
display:		block;
position:	absolute;
text-align:	center;
top:		3em;
left:		-1.5em;
z-index:		30;
width:		10em;
font-size:	90%;
color:		#FFFFFF;
font-weight:	normal;
text-decoration: none;
background: 	transparent;
border:		1px solid #CCCCCC;
}

#force-scrollbar { position: absolute; top: 0; bottom: -1px;
width: 1em; z-index: -1; }