/* CSS Styles for template */
body {
	background-color:#E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #0099B5;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	border-bottom-width: medium;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0099B5;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099B5;
}
h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099B5;
}

a:link {
	color: #0099B5;
	text-decoration: none;
}
a:visited {
	color: #0099B5;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

.blueword {color: #0099B5}
.lineabove {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #E8E8E8;
}
.big_blueword {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099B5;
}
