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

.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;
}
.tableHEAD {
	background-color: #0055A6;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.tableLABEL {
	background-color: #B8CEE4;
	color: #0055A6;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

.tableDATA {
	background-color: #FDEBD2;
	color: #024381;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}

/* Custom color tags that should be defined based on site design */


.whiteBG {
	background-color: #FFFFFF; }
.redText {
	color: #f04033;}
.redText-dk {
	color: #B63D33;}
.redText-pale {
	color: #AEC2E7;}	
.paleblue {
	background-color: #CAD5E8;
}
.mdblue {
	background-color: #AEC2E7;
}

.dkblue {
	background-color: #364A6E;
}

.palered {
	background-color: #AEC2E7;
}

.dkred {
	background-color: #B63D33;
}
.creambackground {
	background-color: #F5F5EA;
}

.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;
}

