/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#7F7F83;
	font-size:0.7em; line-height:1.4em;
	background:#FFFFFF;
}

img { padding:0; border:0; }				

hr{ border-top:1px dotted #999999; }
div.hr { border-top:1px dotted #999999; }
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-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.5em;
	margin:0;
	font-weight:normal;
	color:#000000;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1.4em;
	margin:0;
	font-weight:normal;
	color:#000000;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	margin:0;
	font-weight:normal;
	color:#000000;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	margin:0;
	font-weight:normal;
	color:#000000;
}

h5 { color:#000000; }
h6 { color:#000000; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }
strong { color:#000000; }