body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center;
}

a:link {
	color: #3f59b7;
	text-decoration:none;
}

a:hover {
	color: #333;
	text-decoration:underline;
	}
	
a:visited {
	color: #3f59b7;
	text-decoration:none;
}

p {line-height:1.3}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	margin-bottom:30px;
}


h2 {
	font-size: 21px;
	border-top:2px dotted #ccc;
	border-left:2px dotted #ccc;
	padding: 5px 0 0 15px;
	margin:50px 0px 30px 0px;
	letter-spacing:0px;
	color:#5EBD4A;
}

.close {
	font-weight:bold;
	text-align:right;
	font-size: 18px;
	border-bottom:2px dotted #ccc;
	border-left:2px dotted #ccc;
	padding: 0 0 5px 15px;
	margin: -1em 200px 2em 0;
}

h3 {
	font-size: 15px;
	color: #000000;
	margin:2.5em 0 1em 0;
}

.content {
	padding:15px;
	list-style-type:disc;
	list-style-image: url(img/bullet2.gif);
	list-style-position: outside;
	}
	
.content ul li {line-height:1.4}

#leftColumn {
	color:#000;
	font-size:12px;
	list-style-type:disc;
	list-style-image: url(img/bullet.gif);
	list-style-position: outside;
	padding-bottom:30px;
	}
	
#leftColumn a:link {text-decoration:none;color: #600;}	
#leftColumn a:hover {color: #3f59b7;text-decoration:none;}
#leftColumn a:visited {color: #600;}
#leftColumn a:visited:hover {color: #3f59b7;}

#leftColumn p {padding:15px;}
	
#leftColumn li {
	margin-right:1em;
	border-bottom:1px dotted #888;
	padding-bottom:4px;
	padding-top:2px;
	line-height:normal;
	font-family:"Century Gothic";
}

/*Start hiding from IE Mac \*/
#leftColumn li {
	margin:0 1em 0 -1em;
}/*Stop hiding from IE Mac */

	

.spacer_sm {height:15px}

.spacer_big {height:30px}	

.blue {
	font-weight: bold;
	color: #3F59B7;
}

.green {
	font-weight:bold;
	color:#5EBD4A;
	}	

.quote {
	color: #fff;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	background: #54B339;
	background-image:url(img/bg_quote.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:scroll;
	padding:1.4em 1.4em 1.4em 4em;
	margin: 1em 2.5em;
	text-align:left;
}

.bold {
	font-weight: bold;
	font-size: 15px;
}

.redBoldText {
	color: #660000;
	font-weight: normal;
}

.greySmallText {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

.footer {
	border:2px solid #3F59B7;
	background:#ccc;
	padding:10px;
}
	
.textindent {
	padding-left:1.5em;
}

.title {
	margin: 0px;
	padding: 0px 0px 0px 1em;
}

.float {width:175px;background:#D9F1D5;color:#333; border:1px dotted #000;float:right;padding:1em;margin:1em 0px 1em 1em;}

.float h3 {margin-top:1.3em}

hr {color:#eee;border:1px solid #ccc}