p	{
	line-height: 140%;
	color: #999;
	font-weight: normal;
	}
	
.nomargin {
	margin: 0px;
}
.r {
	font-size: 12px;
	font-style: italic;
	color: #F9F;
}


h1 {
	font-size: 1.5em;
	color: #00B3BE;
	margin: 0px;
}



h2 {
	font-size: 1.3em;
	color: #00B3BE;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	color: #00B3BE;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: left;
}

strong {
	color: #00B3BE;
	font-weight: bold;
	text-align: left;
}

a:link {
	color: #099;
	text-decoration: none;
}
a:visited {
	color: #099;
	text-decoration: none;
}
a:hover {
	color: #00B3BE;
	text-decoration: blink;
	font-size: 1.1em;
	font-style: normal;
}
	

th {
	background-color: #666;
	color: #CCC;
}
.small {
	font-size: 85%;
}
.right {
	float:right;
}
.left {
	float:left;
}

.shade td {
	background-color: #F6F5F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
}

.shade2 td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
}
.important {
	border: 1px solid #4FADB5;
	padding: .6em;
	text-align: left;
}

