/***********************************************\
*					 Classes                   *
*			   for Contribute Users            *
\***********************************************/
/*Note: The new website design core.css has all of the header tags h1-h6 set 
font-weight = bold and font-family = Georgia, Arial, Helvetica, sans-serif;. Do not set on this style sheet.
The header tags have now been changed to reflex the default size. The new website will use
black text only. No blue, red or hightlighted text will be permitted. Red and highlighted text classes 
have been commented out but will need to be removed once the new redesign is completed.
 
*/
.BlueText{
color:#003366;
}

.BlackText{
color:#000000;
}

.RedText{
color:#993333;
}

/*.whiteText{
color: #ffffff;
}*/

.BlueTextBold{
color:#003366;
font-weight: bold;
}

.BlackTextBold{
color:#000000;
font-weight: bold;
}

.RedTextBold{
color:#993333;
font-weight: bold;
}
	
.BlackTextCenter{
color:#000000;
text-align: center;
}

.BlueTextCenter{
color:#003366;
text-align: center;
}

/*.redTextCenter{
color:#993333;
text-align: center;
}*/


.BorderStyle{
border-style: solid;
border-width: medium;
	}

.ItalicFont{
font-style: italic;
	}

.AlignTextCenter{
text-align: center;
	}

.AlignTextLeft{
text-align: left;
	}

.IndentText{
	text-indent:15px;
	}
.OutdentText{
	text-indent:0px;
	}
.BulletList{
	list-style-type:disc;
	margin-left:20px;
	}
.SquareList {
	list-style: square inside;
	margin-left: 35px;
	}
.NumberList{
	list-style-type:decimal;
	margin-left:20px;
	}	
.LowerAlphaList{
	list-style-type:lower-alpha;
	margin-left:40px;
	}
.UpperRomanList{
	list-style-type:upper-roman;
	margin-left:20px;
	}
.ListStyleNone{
	list-style-type:none;
	}
/*.highlightTextY

ellow{
background-color: #ffff00;
font-weight: bold;
}*/

.Header1{
font-size:24px;
font-weight: bold;
text-align: center;
}

.Header2{
font-size:18px;
font-weight: bold;
text-align: center;
}

.Header3{
font-size: 14px; 
font-weight: bold;
text-align: center;
}

.Header4{
font-size: 12px;
font-weight: bold;
text-align: center;
}

.Header5{
font-size: 10px;
font-weight: bold;
text-align: center;
}

.Header6{
font-size: 8px;
font-weight: bold;
text-align: center;
}
/*.header1{
font-size:32px;
font-weight: bold;
text-align: center;
}

.header2{
font-size:24px;
font-weight: bold;
text-align: center;
}

.header3{
font-size: 19px; 
font-weight: bold;
text-align: center;
}

.header4{
font-size: 16px;
font-weight: bold;
text-align: center;
}

.header5{
font-size: 13px;
font-weight: bold;
text-align: center;
}

.header5{
font-size: 11px;
font-weight: bold;
text-align: center;
}
*/
.TBRowColorWhite{
	background-color:#ffffff;
	}
	
.TBRowColorGrey{
	background-color:#cccccc;
	}
.NewsHeaders{
font-size: 10px;
font-weight: bold;
text-align: center;
	}