/* CSS Document */
 
/* Standard tags that should be defined for all Contribute clients */
 
.alertTEXT {
	font-weight: bold;
	color: #B91903;
}

.smallTEXT {
	font-size: .75em;
	}

.smallerTEXT {
	font-size: .9em;
}

.largeTEXT {
	font-size: 1.2em;
}

.largerTEXT {
	font-size: 1.4em;
	font-weight: bold;
}

.largestTEXT {
	font-size: 1.6em;
	font-weight: bold;
}


.white {
	background-color: #FFFFFF; }

.paleyellow {
	background-color: #FFFFBD; }
	
.red {
	background-color: #b63d33;
	color: #FFFFFF; }
	
.blue {
	background-color: #CAD5E8;
	color: #16418F; }
	
.darkblue {
	background-color: #35496d;
	color: #FFFFBD;
	font-weight:bold;
	 }

.lightblue {
	background-color: #c5d1e4;
	color: #1b2f55; }

.redText {
	color: #B63D33;
}
.darkblueText {
	color: #1b2f55;
}

.redBoldText{
color:#b63d33;
font-weight:bold;
}
.lightBlue{
background-color:#cad5e8;
}

.tableHeader
{
	font-size: 11px;
	color: #b63d33;
	font-weight: bold;
	background:url(/images/table-header.gif) repeat-x;
	border:1px solid #d5d5b8;
	text-align: center;
	height:19px;
}
.tableData{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height:19px;
	background-color: #f8f8f1;
	color: #000;
	border:1px solid #d5d5b8;
}

.tanBorder{
border:1px solid #d5d5b8;
}

.timesBlue12{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color: #35496d;
font-weight:bold;
}
.timesBlue14{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color: #35496d;
font-weight:bold;
}
.timesBlue16{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color: #35496d;
font-weight:bold;
}
.timesBlue18{
font-family:"Times New Roman", Times, serif;
font-size:18px;
color: #35496d;
font-weight:bold;
}
.timesRed12{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color: #b63d33;
font-weight:bold;
}
.timesRed14{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color: #b63d33;
font-weight:bold;
}
.timesRed16{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color: #b63d33;
font-weight:bold;
}
.timesRed18{
font-family:"Times New Roman", Times, serif;
font-size:18px;
color: #b63d33;
font-weight:bold;
}



h2 {
	font-size: 15px;
	color: #35496d;
	font-weight: bold;
	margin: 15px 0px;
}

h3 {
	font-size: 14px;
	color: #b63d33;
	font-weight: bold;
	margin: 15px 0px;
}

h4 {
	font-size: 13px;
	color: #35496d;
	font-weight: bold;
	margin: 15px 0px;
}