body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
}

td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000033;
	margin: 0;
	padding: 0;
	text-align: justify;
}

a:link, a:visited {
	color: #996600;
	text-decoration: underline;
}

a:hover {
	color: #666600;
	text-decoration: none;
}

.PageTitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;

}

.LeftColumnTitle {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #006699;
	text-align: left
}

.MidColumnTitle {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #CC0000;
}

.section_name {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-align: right;
}

.news_date {
	color: #000033;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: -16px 0px 0px;
	letter-spacing: 2px;
	text-align: left;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.YEAR { /* used on newsletter archive page - table */
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #99ccff;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-size: larger;
}
.NLcol2 {
	padding-left: 6px;
	letter-spacing: normal;
	font-weight: bold;
	text-align: left;
	font-style: normal;
}

.contentheading {
	padding: 10px 0px 20px 0px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	vertical-align: bottom;
	color: #135CAE;
	text-align: left;
	width: 100%;
}

.componentheading {
	margin: 0;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	color: #135CAE;
}

/*http://www.jankoatwarpspeed.com/post/2008/05/22/CSS-Message-Boxes-for-different-message-types.aspx*/

.c_info, .c_success, .c_warning, .c_error, .c_validation, .c_coco_support {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	
	border: 1px solid;
	margin: 15px 0px 10px 0px;
	padding:10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.c_coco_support {
	margin: 20px 250px 20px 0px;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../../../images/buttons/Success.png');
}

.c_info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../../../images/buttons/Info.png');
}
.c_success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../../../images/buttons/Success.png');
}
.c_warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../../../images/buttons/Warning.png');
}
.c_error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../../../images/buttons/Error.png');
}
.c_validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('../../../images/buttons/Validation.png');
}

/*http://www.bioneural.net/2006/04/01/create-a-valid-css-alert-message/*/
.c_alert {
	background: #fff6bf url(bioneural/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

/* AcyMailing reduce unsubscribe options to only current mailing list */
#unsuball_div, #unsubfull_div { 
display : none;
}
