/* CSS Document */
 
 
a:link {
	color: #033bb2;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #5875b1;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
h1 {
	color: #033bb2;
	font-size: 1.4em;
}
h2 {
	color: #012165;
	font-size: 1.2em;
}
h3 {
	color: #1e66fe;
}
h4 {
	color: #033bb2;
	font-size: .9em;
}
h5 {
	color: #012165;
	font-size: .8em;
}
h6 {
	color: #666666;
	font-size: .75em;
}

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

.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: #7B0033;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.tableLABEL {
	background-color: #FFBA00;
	color: #000000;
	font-weight: normal;
	padding: 3px;
}

.tableDATA {
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
	border: 1px #FFFFCC solid;
}

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


.whiteBG {
	background-color: #FFFFFF; }

.redTEXT {
	color: #7B0033;
	}

