* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #1f4a9a;
	margin: 0px;
	padding: 0px;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #1f4a9a;
	line-height: 20px;
}

p { line-height: 1.6em; }

hr {
	height: 2px;
	margin-top: 10px;
	border: none;
	border-top: 2px solid #55ce75;
}
img {
	margin: 0px 0px 10px 0px;
}

a {outline: none;}
a img {outline: none; border:0;}

h1 {font-family: Verdana, Geneva, sans-serif; font-size: 26px; color: #01674d; font-weight: normal; margin-bottom: 10px;}
h2 {font-family: Verdana, Geneva, sans-serif; font-size: 18px; color: #01674d; font-weight: normal; margin-bottom: 10px; margin-top: 5px;}
h3, h4, h5, h6 {font-family: Verdana, Geneva, sans-serif; font-size: 15px ; color: #01674d; font-weight: normal; margin-bottom: 10px; margin-top: 5px;}
a:link {color: #1f4a9a; text-decoration: none; font-weight: bold;}
a:visited {color: #1f4a9a; text-decoration: none; font-weight: bold;}
a:hover {color: #01674d; text-decoration: underline; font-weight: bold;}
a:active {color: #1f4a9a; text-decoration: none; font-weight: bold;}
.right {float: right;}
.left {float: left;}

#textArea ul, #textArea ol {
	margin: 0px 0px 0px 16px;
}
html>body #textArea ul, #textArea ol {
	margin: 0px 0px 0px 14px;
}
