/***********************************************\
*					 Classes                   *
*			   for Contribute Users            *
\***********************************************/

.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;
}

.textAlignCenter{
text-align: center;
}


.highlightTextYellow{
background-color: #ffff00;
font-weight: bold;
}

.header1{
font-size:30px;
font-weight: bold;
text-align: center;
}

.header2{
font-size:24px;
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;
}

.tbRowColorWhite{
	background-color:#ffffff;
	}
	
.tbRowColorGrey{
	background-color:#cccccc;
	}
.newsHeaders{
font-size: 10px;
font-weight: bold;
text-align: center;
	}
