body {
	background-color: #000000;
	background-image:url(images/bkgrd.gif);
	background-position:center-center;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #ffffff; 
   	scrollbar-shadow-color: #990000; 
	scrollbar-highlight-color: #990000; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #990000;
}
.tabhead { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;				/* text color is black */ 
   	margin: 2px 2px 0px 2px;
  	padding: 2px 2px 0px 2px;	/* Note top right bottom left */
  	list-style: none;			/* no glyphs before a list item */
   	border-color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.tabbody { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;				/* text color is black */ 
    margin: 0px 5px 5px 5px;
    padding: 0px 5px 5px 5px;	/* Note top right bottom left */
    list-style: none;			/* no glyphs before a list item */
    border-color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.font a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc66;
	text-decoration: none;
}
.font a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.fine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
.fine a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.fine a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.finew {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.finew a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.finew a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	background-color:#990000;
}
.tablehead a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color:#990000;
}
.tablehead a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	background-color:#990000;
}
.path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605CA8;
	padding: 0px 0px 0px 3px;
	text-decoration: none;
}
.path a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605CA8;
	padding: 0px 0px 0px 3px;
	text-decoration: none;
}
.path a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #908DDA;
	padding: 0px 0px 0px 3px;
	text-decoration: underline;
}
.menu {
	font-family: Tahoma;
	font-size: 10px;
	color: #2a2c9c;
	text-decoration: none;
	line-height: 17px;
	padding-top: 6px;
}
.submenu {
	font-family: Tahoma;
	font-size: 10px;
	color: #2a2c9c;
	text-decoration: none;
	padding-right: 6px;
}
.border {
	border-color: #FFCC00;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.upperCase {
	text-transform: uppercase;
}