TABLE.menu {
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	VISIBILITY: hidden; 
	CURSOR: hand; 
	POSITION: absolute
}
#mainmenu {
	POSITION: static
}
TABLE.menu TD {
	COLOR: #000000; 		/* Must be the same as tdBgColor in MScript.js */
	BACKGROUND-COLOR: #bbddff;	/* Must be the same as tdBgColor in MScript.js */
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: 0px; 
	PADDING-RIGHT: 8px; 
	PADDING-LEFT: 8px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 0px; 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Arial; 
	WHITE-SPACE: nowrap; 
}


body
{
    background-color:#FFFFFF;
    margin-left: 0;
    margin-top:0;
    cursor:default;
}

.FullClass
{
    background-image:url('images/fullClass.gif');
    background-repeat:no-repeat;
}

a:visited
{
    color:#798dd5;
}

a:hover
{
	color:#1342f3;
}

.NewsHeader
{
	font-size:14px;
	font-weight:bold;
	font-family:Arial,sans-serif;
		
}

.style1 {color: #000099}

.NewsTitle
{
	font-size:14px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	color:#ffffff;
	background-color:#000099;
	padding:2px;
}

.AddedDate
{
	font-size:12px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	color:#000099;
}

.FooterText
{
  color:#000000;
  text-decoration:none; 
  text-align:center; 
  font-weight:bolder;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif; 
  position: absolute;
  bottom: 5;          
}

