/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left; color:#5B6064;
	line-height:1.4em;
	font-size:0.75em;
}

img { padding:0; border:0; vertical-align:top; }				

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:#333333; text-decoration:underline; }
a:visited { background-color:transparent; color:#333333; text-decoration:underline; }
a:hover { background-color:transparent; color:#999999; text-decoration:underline; }
a:active { background-color:transparent; color:#333333; text-decoration:underline; }

/************** header tag styles **************/
h1 { font-size:1.5em; line-height:1.5em; margin:0; }
h2 { font-size:1.3em; line-height:1.4em; margin:0; }
h3 { font-size:1.2em; 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; }

ul { padding:0 0 0 15px; margin:10px 0; }
li { }
