body {
	font-size: 75%; /* 12px equivalent */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#008284;
}

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}

h1 {
	font-size: 2.5em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #390;
	margin-top: 0;
}
h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #390;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #008285;
	margin-bottom: 0.5em;
}
p {
	line-height: 1.5em;
	font-size: 1em;
	padding: 0 0 25px 0;
}
a:link {
	color: #008285;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #390;
}



hr {
	color: #CCC;
	margin: 20px 0;
}






ul, ol {
	font-size: 1em;
	margin: 0 0 16px 36px;
	padding: 0 30px 0 0;
}
ul {
	list-style: square;
	list-style-image: url(../images/design/bullets.gif);
	margin-left: 18px;
}
ol {
	list-style: decimal;
}
ul li, ol li {
	padding-bottom: 5px;
}
ul ul, ol ul, ol ol, ul ol {
	font-size: 0.9em;
	margin-top: 10px;
}
ul ul ul, ol ol ol {
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

table {
	margin-bottom: 16px;
}
table td {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #999;
}
table th {
	text-align: center;
	font: bold 0.8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
}

.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.baseLine {
	display: block;
	margin: 0.5em 0 1.5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
}
.baseLineSmall {
	display: block;
	margin: 0.5em 0 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
.noMargin {
	margin-bottom: 0;
	padding-bottom: 0;
}
.floatLeft {
	float: left;
	margin-right: 16px;
}
.floatRight {
	float: right;
	margin-left: 16px;
}
.txtSmall {
	font-size: 0.6em;
	line-height: 1.2em;
}
.txtLarge {
	font-size: 1em;
	font-weight: bold;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.red {
	color: #FF0000;
}
.greenBoldItalic {
	color: #008284;
	font-weight: bold;
	font-style: italic;
}