/* style copyright  © BasicTemplates.com™. Duplication or redistribution is strictly prohibited. */

a:link	{
	color: #36a5a5;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #008080;
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #00f2f2;
	font-weight: bold;
	text-decoration: underline;
}

body {
	background-color: #d5ecec;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	text-decoration: none;
	border-bottom-width: 0px;
	border-color: #000000 #000000 #000000;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-top-width: 0px;
	color: #008080;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	text-indent: 6px;
	text-transform: uppercase;
}

h2 {
	text-decoration: none;
	border-bottom-width: 0px;
	border-color: #000000 #000000 #000000;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-top-width: 0px;
	color: #800000;
	font-size: 18px;
	font-style: none;
	font-weight: bold;
	text-indent: 6px;
	text-transform: uppercase;
}


p {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}




