/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Verdana, Arial;
	
	text-align:left; color:#393430; background:#A7D2FE;
	line-height:1.4em;
	font-size:0.75em;
}

img { padding:0; border:0; vertical-align:top; }				

hr { height:1px; line-height:1px; background:#FFFFFF; color:#FFFFFF; border:none; margin:8px 0 8px 0; padding:0; display:block; float:none; clear:both;}
div.hr { border-top:1px solid #CCCCCC; }
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-size:1.3em; line-height:1.4em; margin:0 0 10px 0; font-family:"Trebuchet MS", Arial; font-weight:normal; color:#393430; font-weight:bold;}
h2 { font-size:1.1em; line-height:1.3em; margin:-2px 0 0 0; padding:0; font-family:"Trebuchet MS", Arial; color:#393430; font-weight:bold;}
h3 { font-size:1.0em; line-height:1.2em; margin:0; font-family:"Trebuchet MS", Arial; font-weight:normal; color:#393430; font-weight:bold;}
h4 { font-size:1em; line-height:1em; margin:0; }
h5 { }
h6 { }

h2 a:link { color:#393430; text-decoration:none;}
h2 a:visited { color:#393430; text-decoration:none;}
h2 a:hover { color:#393430; text-decoration:underline;}
h2 a:active { color:#393430; text-decoration:none;}

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

table { font-size:1em; }

caption { font-size:1.1em; font-weight:bold; padding:2px; text-align:left;}

ul { margin:0; padding:2px 0 2px 15px; list-style-position:outside; display:block;}