html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, input,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}
/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(/templates/images/bg.gif) left top repeat scroll transparent;
	color: #7a7a7a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
img{
	border: none;
	}
p{
	display: block;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	}
ul{
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	}
ol{
	list-style: decimal;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	}
li{
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	}	
a{
	color: #08a0ae;
	text-decoration: underline;
	}
a:hover, a:focus{
	font-weight: normal;
	text-decoration: none;
	}
.float-left{
	float: left;
	}	
.float-right{
	float: right;
	}
.left{
	float: left;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
	}	
.right{
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 10px 10px;
	}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #0d6357;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	background: url(/templates/images/underline.gif) left bottom repeat-x transparent;
	}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	background: url(/templates/images/underline.gif) left bottom repeat-x transparent;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #55c2b4;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	}
h4{
	font-weight: bold;
	text-transform: uppercase;
	}
small{
	font-size: 10px;
	}
.small{
	font-size: 10px;
	}
.bold-text{
	font-weight: bold;
	}
.highlight{
	font-size: 18px;
	font-weight: normal;
	color: #0d6357;
	float: left;
	width: 250px;
	margin: 0 20px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
.form_warnings{
	float: left;
	color: #cc0000;
	height: 14px;
	font-size: 80%;
	margin: 0 0 0 0;
	background: url(../images/icons/form-warning.gif) left center no-repeat #ffffff;
	padding: 0 0 0 20px;
	}
.form_sent{
	float: left;
	color: #02c402;
	height: 14px;
	font-size: 80%;
	margin: 0 0 0 0;
	background: url(../images/icons/form-sent.gif) left center no-repeat #ffffff;
	padding: 0 0 0 20px;
	}
.alert{
	color: #cc0000;
	}
