/* ----- 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;}

.blue { color: #33CCCC;}
.orange { color: #eaad12;}
.red { color: #dd0022;}
.purple { color: #660099;}
.FormErrorText { color: red}

#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;}

/* ----- 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 ----- */

input.FormButton {
	background: transparent url(../images/Buttons/btn_formbutton.gif) no-repeat left center;
	display: inline-block;
	padding: 10px 5px 10px 40px;
	color: #446077;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: hand;
}

a.FormButton
	{
	background: transparent url(../images/Buttons/btn_formbutton_link.gif) no-repeat left center;
	display: inline-block;
	margin-left: 10px;
	padding: 2px 5px 2px 25px;
	color: #446077;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: hand;
	}

a.FormButton:visited
	{
	color: #446077;
	}

#OptiMinds span.Hint
	{
	margin-left: 0.5em;
	padding: 0;
	}
