/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
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; background:url(../theme_images/page-background.jpg);
}

img, object, embed { padding:0; border:0; vertical-align:top; }

hr { border:none; border-top:1px solid #CCCCCC; }
div.hr { border-top:1px solid #CCCCCC; margin:10px 0; }
div.hr hr { display:none; }

/******* 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:1.4em; }
h2 { font-size:16px; color:#FFFFFF }
h3 { font-size:14px; padding:0; margin:0; color:#555555}
h4 { font-size:1em; }
h5 { }
h6 { }

h1, h2, h4, h5, h6 { padding:0; margin:0 0 0.5em 0; line-height:1.2em; }

h3 a:link { color:#000000; text-decoration:none;}
h3 a:visited { color:#000000; text-decoration:none;}
h3 a:hover { color:#000000; text-decoration:underline;}
h3 a:active { color:#000000; text-decoration:none;}

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

table { font-size:1em; }
p { margin:0; padding:0 0 1em 0; }

li a { color:#044263; font-weight:bold }
li a:link, li a:active, li a:visited { text-decoration:none;}
li a:hover { text-decoration:underline}
