/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left; color:#000000;
	line-height:1.4em;
	font-size:0.7em;
	
	background:#C8C8C8;
}

img, object, embed { padding:0; border:0; vertical-align:top; }

hr { background:#CCCCCC; border:none; height:1px; line-height:1px; }
/******* hyperlink and anchor tag styles *******/
a:link { background-color:transparent; }
a:visited { background-color:transparent; }
a:hover { background-color:transparent; }
a:active { background-color:transparent; }

/************** header tag styles **************/
h1 { font-size:18px; font-weight:normal; color:#000000; padding:0; margin:0; line-height:1em;}
h2 { font-size:16px; font-weight:normal; color:#333333; margin:0; padding-bottom:5px; }
h2 a:link, h2 a:visited, h2 a:active { color:#333333; text-decoration:none;}
h2 a:hover { color:#333333; text-decoration:underline;}

h3 { font-size:1.1em; }
h3 a:link, h3 a:visited, h3 a:active { color:#333333; text-decoration:none;}
h3 a:hover { color:#333333; text-decoration:underline;}
h4 { font-size:1em; }
h5 { }
h6 { }

h1, h3, h4, h5, h6 { padding:0; margin:0 0 0.5em 0; line-height:1.2em; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

table { font-size:1em; }
p { margin:0; padding:0 0 1em 0; }