/* Style Sheet by Kathy Burns
http://www.electronicperceptions.com
http://www.gurugazette.com

margin/padding order: top, right, bottom, left. 

Color Reference:
Blue/Green #b4d0dc Blue: #0065CE
light gray: #D6DBE7 charcoal: #634110
*/

A:hover {
	background:#D6DBE7;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border-top : 1px solid #b4d0dc;
	border-bottom : 1px solid #b4d0dc;
}

A:visited {
	color:#b4d0dc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
}

A:link {
	color:#0065CE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
}


a img {
	border: none;
}

i {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}


body {
	border: solid 2px #634110;
	border-bottom: solid 1px #634110;
	border-top: solid 3px #634110;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin: 10;
	padding: 0;
	background-color: #D6DBE7;
	color: black;
}

p, br {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 10px 0 3px 0;
}

h2 {
	border-bottom: 1px dotted #b4d0dc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0 0.5em 0.5em;
}

h3 {
	border-bottom: dotted 1px #b4d0dc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 16px;
	margin: 15px 0 2px -.5em;
	padding-bottom: 2px;
}

