/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left; color:#303030;
	line-height:1.4em; font-size:0.7em;
	background:#E5E5E5;
}

img { padding:0; border:0; }				

hr { border:0; border-top:1px solid #D0D0D0; }
div.hr { border-top:1px solid #D0D0D0; }
div.hr hr { display:none; }

/******* hyperlink and anchor tag styles *******/
a:link { background-color:transparent; color:#000000; text-decoration:none; }
a:visited { background-color:transparent; color:#000000; text-decoration:underline; }
a:hover { background-color:transparent; color:#000066; text-decoration:underline; }
a:active { background-color:transparent; color:#000000; text-decoration:none; }

/************** header tag styles **************/
h1 { font-size:1.6em; line-height:1.6em; margin:0; }
h2 { font-size:1.3em; line-height:1.4em; margin:0; }
h3 { font-size:1.1em; line-height:1.2em; margin:0; }
h4 { font-size:1em; line-height:1em; margin:0; }

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { text-decoration:none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration:underline; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }