/* ----- GLOBAL & BODY ----- */
body {
	color: #363636;
	font: normal 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

/* ----- GENERAL TEXT TREATMENT ----- */

p { font-size: 12px; line-height: 16px; margin-bottom: 8px;}
ul, ol{ padding-left: 25px;}
.col-highlight p { font-size: 11px; color: #565656; line-height: 15px;}
.col { 	padding: 0 15px; text-align: left;}

h1 { padding: 10px 0 14px 0; border-bottom: 0; margin: 0; color: #660099; font-size: 16px; font-weight: bold; line-height: 22px;}
h1 span, h2 span, h3 span {
	font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #666666;
	padding-left: 6px;
}

h2 { margin: 30px 0 5px 0px; color: #660099; font-size: 15px; font-weight: bold; padding: 0;}
h3 { font: bold 15px/18px; margin: 8px 0 10px 0;}
h4 { font-size: 12px; font-weight: bold; margin-bottom: 5px;}
h5 { font-size: 11px; font-weight: bold; margin-bottom: 5px;}
h5 span { font-weight: normal;}

.titleimage { padding: 0px 0px 10px 0px;}
.blue { color: #33CCCC;}
.orange { color: #eaad12;}
.red { color: #dd0022;}
.purple { color: #660099;}

#bigAlert h1 { font-size: 14px; padding: 12px 0 0 0; margin-bottom: 0; line-height: 17px;}
#bigAlert p { font-size: 11px; padding: 2px 0 15px 0; margin: 0; line-height: 14px;}

#righthighlight { float: right; width: 270px; padding: 0px; margin: 0px 0px 10px 0px;}
#righthighlight, #righthighlight p { }
#righthighlight ul, #righthighlight ol {  margin: 0px 0px 10px 0px;}
#righthighlight h2 { margin: 0px 0px 10px 0px;}
#box { background: url(images/smallbox_yellow_bgd.gif) no-repeat right top; padding: 15px 10px 10px 25px; margin: 10px 0px 0px 0px;}
#boxfooter { background: url(images/smallbox_yellow_footer.gif) no-repeat right top; height: 20px; padding: 0px;}

/* ----- LINKS ----- */

a:link, a:visited, a:hover, a:active { color: #dd0022;}
/*a:link, a:visited, a:hover, a:active { color: #eaad12;}*/
a { text-decoration: underline; padding: 1px;}
a:hover { text-decoration: none;}
a img { border: 0;}

/* ----- TABLES ----- */

td { font-size: 11px; line-height: 15px; padding: 4px; border-bottom: 1px solid #ececec;}
.subtext { font-size: 14px; font-weight: bold;}

/* ----- FORMS ----- */

.FormButton {
	background: transparent url(images/btn_formbutton.gif) no-repeat left center;
	display: block;
	padding: 10px 5px 10px 40px;
	color: #446077;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: hand;
}
