/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left; color:#000000; background-color:#000000;
	line-height:1.4em;
	font-size:0.8em;
	
}

p { margin:0 0 10px 0;}

img { padding:0; border:0; }				

hr { border:none; border-top:1px solid #CCCCCC; }
div.hr { border-top:1px solid #CCCCCC; }
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:#000000; text-decoration:underline; }
a:active { background-color:transparent; color:#666666; text-decoration:none; }

/************** header tag styles **************/
h1 { font-size:1.4em; line-height:1.5em; margin:0; }
h2 { font-size:1.2em; line-height:1.4em; margin:0 0 5px 0; color:#FFFFFF; }
h2 a:link {color:#FFFFFF; text-decoration:none; }
h2 a:visited {color:#FFFFFF; text-decoration:none; }
h2 a:hover {color:#FFFFFF; text-decoration:underline; }
h2 a:active {color:#FFFFFF; text-decoration:none; }

h3 { font-size:1.1em; line-height:1.2em; margin:0; }
h4 { font-size:1em; line-height:1em; margin:0; }
h5 { }
h6 { }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }
