/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {}
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	color:#000000;
	line-height:1.4em;
	font-size:0.7em;
	width:100%;
	height:100%;
}

img { padding:0; border:0; }

hr{ 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:#0085C3; text-decoration:none; }
a:visited { background-color:transparent; color:#0085C3; text-decoration:none; }
a:hover { background-color:transparent; color:#0085C3; text-decoration:underline; }
a:active { background-color:transparent; color:#0085C3; text-decoration:none; }

/************** header tag styles **************/
h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.6em;
	line-height:1.6em;
	margin:0;
	color:#0085C3;
	font-weight:normal;
}
h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1.4em;
	margin:0;
	color:#0085C3;
	font-weight:normal;
}
h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	margin:0;
	color:#0085C3;
	font-weight:normal;
}
h4 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	margin:0;
	color:#0085C3;
	font-weight:normal;
}
h5 { color:#0085C3; font-weight:normal; }
h6 { color:#0085C3;	font-weight:normal; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

object { vertical-align:top; }