/* Default CSS Stylesheet for a new Web Application project */

.footer	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

BODY
{
    background-color: rgb(255, 255, 255);
    font-family: Verdana, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    /* COLOR: #FFFFFF; */
	color: #000000;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	



A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
A.Black:link	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
A.Black:visited	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
A.Black:active	{	
	text-decoration:	none;
	color:	#0000FF;
	}	
		
A:hover	{	
	color:	#FFFF00;
	}

A.Black:hover	{	
	color:	#FFFF00;
	}	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.RedCell {
	background-color : rgb(255, 255, 255);
	border : None;
    FONT-SIZE:10px;
}
.WhiteCell {
	background-color : White;
	border : None;
    FONT-SIZE:10px;
}
.GreenCell {
	background-color : #99ff33;
	border : None;
    FONT-SIZE:10px;
    font-weight:bold;
}
.GrayCell {
	background-color : rgb(255,255,255);
	border : None;
    FONT-SIZE:10px;
}
.GrayHeaderCell {
	background-color : rgb(220,220,220);
	border : solid 1px gray;
	text-align : center;
    FONT-SIZE:10px;
    font-weight:bold;
}
.QuadrantHeaderCell {
	background-color : black;
	color : white;
	border : solid 0px gray;
	text-align : center;
    FONT-SIZE:10px;
    font-weight:bold;
}
.LeftBorder 
{
	border-left : solid 1px black;
}
.RightBorder 
{
	border-right : solid 1px black;
}
.RightWhiteBorder 
{
	border-right : solid 1px white;
}
.BottomBorder 
{
	border-bottom : solid 1px black;
}
.TopBorder 
{
	border-top : solid 1px black;
}
.PinkBackground
{
	background-color:rgb(255, 175, 181);
}	
.BlueBackground
{
	background-color:rgb(60, 135, 206);
}	
.PaleBlueBackground
{
	background-color:rgb(83, 174, 255);
	background-color:rgb(220, 238, 255);
}
		
.YellowBackground
{
	background-color:rgb(250, 226, 41);
}	
.BrightYellowBackground
{
	background-color:rgb(255, 255, 0);
}	
.PaleYellowBackground
{
	background-color:rgb(255, 255, 170);
}	
.GrayBackground
{
	background-color:rgb(220, 220, 220);
}	
.WhiteBackground
{
	background-color:rgb(255, 255, 255);
}	
.GreenBackground
{
		background-color:rgb(220, 238, 255);
}	
.BlackBackground
{
	background-color:rgb(0, 0, 0);
}	
.Title
{
    FONT-SIZE:18px;
    font-weight:bold;
    text-align:left;
}
.Subtitle
{
	FONT-SIZE:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;

}
.Email
{
	font-size: 10px;
}
.PhonelistHeaderCell {
	background-color : rgb(66,66,255);
	border : solid 1px gray;
	text-align : Left;
	color:White;
    FONT-SIZE:12px;
    font-weight:bold;
}
.NormalText
{
    FONT-SIZE:12px;
}
.Expand
{
    FONT-SIZE:12px;
}
.PaddedCell{
	padding:7px;
}
.ControlLabel
{
    font-weight:bold;
}
.BoldPlayer
{
    font-weight:bold;
}
.IntroTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #990000;


}
.IntroHeaderBackground {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
.IntroDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.IntroBoldTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.IntroBoldTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: center;
}
.OverviewTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.RedBackground {
	background: Red;
}
.PaddedTableCell{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.LeftNavSectionHeader{
    color: rgb(250, 226, 41);
	font-weight: bold;
	border-bottom : solid 1px rgb(250, 226, 41);
}
.LeftNavSubSectionHeader{
    color: rgb(255, 255, 255);
	font-weight: bold;
}
.SelectedTab{
    color: #FFFFFF;
	font-weight: bold;
}
.Hide{
	visibility: hidden;
	display:none;
}
.Show{
	visibility: visible;
	display:inline;
	
}
.PaymentLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.MainPaymentLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}

/* Classes for wrapping text around images */
.floatLeft{float: left;}
.floatRight{float: right;}
.image-left{float: left; vertical-align: text-top; padding-right: 10px;}
.image-right{float: right; vertical-align: text-top; padding-left: 10px;}
div.wrapContainer{width:99.5%; float:left; padding-top: 5px; padding-bottom: 10px;}

/* Classes for putting captions on images */
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 10px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 

/* Classes for the News page */
.news {
	padding: 0px 0px 10px 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

html>body .news {height: auto;}

.news h3{
	font: bold 175% Verdana, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
}

.news imgLeft{
	float: left;
	padding: 0px 10px 0px 0px;
}

.news imgRight{
	float: right;
	padding: 0px 10px 0px 0px;
}

.author {
    font-size:10px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}	

/* Sponsor headings */
 .sponsorHeading {
	 text-decoration:underline;
	 font-family: Arial,Helvetica,sans-serif;
	 font-size: smaller;	 
}
