/*** copyright NotePage, Inc. all rights reserved. Duplication or redistribution is strictly
prohibited. ***/

a:visited, a:link {
	color: #00008B;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	border-color: #000000 #000000 #008383;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 0px;
	color: #003882;
	font-weight: bold;
	text-decoration: none;
}

a:active{
	color: #00008B;
	font-weight: bold;
	text-decoration: none;
}

body {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

h1 {
	padding-top: 0px;
	color: #00008B;
	font-size: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 4px;
	text-decoration: none;
}
h2 {
	color: #00008B;
	font-size: 13px;
}

td, p {
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


