/* Base Style For All Document */

A { color: #0000FF; text-decoration:none }
A:active { color: #FF0000; text-decoration: underline }
A:hover { color: #FF0000; text-decoration: underline }

HR { color: #3388FF }

IMG { border: 0 }

BODY {
	background-image: url(/images/background/slogo.jpg);
	scrollbar-face-color: #3399FF;
	scrollbar-highlight-color: #77DDFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #99CCFF;
	scrollbar-darkshadow-color: #33CC66;
}

TABLE { empty-cells: show; } /* border-color: #00CCFF;  */

A.navLink
{
	color: #FFFFFF;
	text-decoration: none
}
A.navLink:hover
{
	color: #33FF00;
	text-decoration: underline
}

A.csLink
{
	color: #3366FF;
	font-weight: bold;
	text-decoration: none
}
A.csLink:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline
}

A.infoLink
{
	color: #3366FF;
	font-size: 13px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	text-decoration: none
}
A.infoLink:hover
{
	color: #FF0000;
	font-size: 13px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	text-decoration: underline
}

A.Lab
{
	color: #3366FF;
	font-weight: bold;
	text-decoration: none
}
A.Lab:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline
}

A.SiteName:hover
{
	color: #77AAFF;
	text-decoration: underline
}

.navText
{
	font-size: 13px;
	font-family: Arial, Sans-serif;
	font-weight: bold
}

.tagText
{
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Sans-serif;
	font-weight: bold
}

.infoTText
{
	color: #000000;
	font-size: 13px;
	font-family: Arial, Sans-serif;
	font-weight: bold
}

.infoText
{
	color: #000000;
	font-size: 13px;
}

.Menu1 {
	Position : Absolute; Left : 0; Top : 61;
	z-index : 0
}
.Menu2 {
	Position : Absolute; Left : 16%; Top : 61;
	z-index : 0
}