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