/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html { padding:0; margin:0; }
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left; color:#464646;
	line-height:1.4em; font-size:0.75em;
	background-color:#8B8F9A;
}

img { padding:0; border:0; }				

hr { border:0; border-top:1px solid #C8C8C8; height:1px}
div.hr { border-top:1px solid #C8C8C8; margin:5px 0; }
div.hr hr { display:none; }

/******* hyperlink and anchor tag styles *******/
a:link { background-color:transparent; color:#666666; text-decoration:none; }
a:visited { background-color:transparent; color:#666666; text-decoration:none; }
a:hover { background-color:transparent; color:#2C759E; text-decoration:underline; }
a:active { background-color:transparent; color:#666666; text-decoration:none; }

/************** header tag styles **************/
h1 { font-size:1.6em; line-height:1.5em; margin:0; color:#6AADC9; font-weight:normal; }
h2 { font-size:1.3em; line-height:1.4em; margin:0; color:#6AADC9; font-weight:normal; }
h3 { font-size:1.1em; line-height:1.2em; margin:0; color:#6AADC9; font-weight:normal; }
h4 { font-size:1em; line-height:1em; margin:0; color:#6AADC9; font-weight:normal; }
h5 { color:#6AADC9; font-weight:normal; }
h6 { color:#6AADC9; font-weight:normal; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

blockquote { padding:0; margin:0;}