*
{
	font-family: Sans-Serif;
	font-size: 12px;
	color:444444;
}

body
{
	background-color: White ;
	scrollbar-face-color: buttonface;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: buttonface;
	scrollbar-3dlight-color: silver;
	scrollbar-arrow-color: buttonshadow;
	scrollbar-track-color: silver;
	scrollbar-darkshadow-color: buttonshadow;
	scrollbar-base-color: buttonface;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;        
}

table.Data
{
	border: solid 1px;
	border-color: silver;
}

table.Stats
{
	border: solid 1px;
	border-color: silver;
	background-color:Whitesmoke;
}

table.Stats tr
{
	color:navy;
}

table
{
	border: none 0px;
}

ul li
{
	list-style-image: url(images/i_SubBullet.gif);
	padding-bottom:5px;
	margin-left:15;

}

ul
{
	list-style-position: outside;
	list-style-type: circle;
	margin:0;

}

ol
{
	list-style-position: outside;
	margin:30;

}

Input.BorderInputText
{
	FONT :  11pt verdana, arial;
	COLOR:   navy;
	Border: gray  solid;
	border-width:1px;
}

.cmdStyle { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-weight: bold; 
   color: white; 
   background-color: #BB0808; 
   height: 20px; 
   width: 60px; 
   border: 1px solid silver; 
   cursor:hand;
} 

td
{
	color: Black;
}

td.FooterText
{
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	color: Gray;
	FONT-SIZE:11px;
	background-color: #F1EFEF;
}

td.BoxTop
{
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: White;
	FONT-SIZE:11px;
	font-weight:bold;
	background-color: #BB0808;
}

td.BoxCenter
{
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: black;
	FONT-SIZE:12px;
	background-color: #EBE9E9;
	border-right: solid 1px #D4D4D4;
	border-left: solid 1px #D4D4D4;
}

td.BoxCenterHeader
{
	padding-top: 2px;
	color: #BB0808;
	font-weight:bold;
	FONT-SIZE:14px;
}

td.BoxBottom
{
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: black;
	FONT-SIZE:12px;
	background-color: #EBE9E9;
	border-bottom: solid 1px #D4D4D4;
}

A.GrayLink
{
	color: Gray;
	text-decoration:none;
	font-size: 12px;
}


A.GrayLink:hover
{
	color: #BB0808;
	text-decoration:none;
	font-size: 12px;
}

A.BlueLink
{
	color: Navy;
	text-decoration:none;
	font-size: 12px;
}


A.BlueLink:hover
{
	color: blue;
	text-decoration:none;
	font-size: 12px;
}


a.BlackLink
{
	color: Black;
	text-decoration: none;
	font-size: 12px;
}

a.BlackLink:hover
{
	color: navy;
	text-decoration:none;
	font-size: 12px;
}

a.RedLink
{
	color: #BB0808;
	text-decoration: none;
	font-size: 12px;
}

a.RedLink:hover
{
	color: #CD7B7B;
	text-decoration:none;
	font-size: 12px;
}

a.WhiteLink
{
	color: White;
	text-decoration: none;
	font-size: 12px;
}

a.WhiteLink:hover
{
	color: #fcefb9;
	text-decoration:none;
	font-size: 12px;
}

a.whitemenulink
{
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}

a.whitemenulink:hover
{
	color: #fcefb9;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
}

a.yelowmenulink
{
	color: #ffe372;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}

a.yelowmenulink:hover
{
	color: White;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
}

a.RedQLink
{
	color: #BB0808;
	text-decoration: none;
	font-size: 11px;
}

a.RedQLink:hover
{
	color: silver;
	text-decoration:none;
	font-size: 11px;
}

a.GrayQLink
{
	color: Gray;
	font-size: 11px;
}

a.GrayQLink:hover
{
	color: Gray;
	text-decoration: none;
	font-size: 11px;
}

.GrayText 
{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: gray;
	padding:5px;
}

.GrayQText 
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: gray;
	padding-right:5px;
}

.WhiteHeader 
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 5px;
}

.WhiteText 
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: white;
	padding:5px;
	padding-left:10px;
}

.RedText
{
	color: #BB0808;
	font-size: 12px;
	font-weight:bold;
}

TD.ContentTitle
{
	border-bottom: solid 1px BB0808;
	border-right: solid 1px BB0808;
	color:BB0808;
	font-weight:bold;
	font-size:16px;
	padding-bottom:3px;
}

TD.PrintTitle
{
	color:BB0808;
	font-weight:bold;
	font-size:16px;
	padding-bottom:3px;
}

TD.ContentCredit
{
	border-right: solid 1px BB0808;
	padding-top:3px;
	color:gray;
}

TD.ContentFirstP
{
	color:444444;
	font-weight:bold;
	font-size:15px;
	padding-top:5px;
}

TD.ContentLastP
{
	padding-top:15px;
}

TD.ContentP
{
	color:444444;
	font-size:12px;
	padding-top:5px;
}

TD.ContentLinks
{
	padding-left:3px;
}

a.ListItemTitle
{
	color:BB0808;
	font-size:14px;
	padding-bottom:3px;
	text-decoration:none;
}

a.ListItemTitle:hover
{
	color:silver;
	font-size:14px;
	padding-bottom:3px;
	text-decoration:none;
}

TD.ListTitle
{
	color:BB0808;
	font-weight:bold;
	font-size:16px;
	padding-top:5px;
	border-top: solid 1px silver;
}

