/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	line-height:1.4em;
	font-size:0.8em;
	background:url(../theme_images/header_background_full.jpg) repeat-x;
}

img, object, embed { padding:0; border:0; vertical-align:top; }

hr { background:#C1D82F; color:#C1D82F; height:1px; line-height:1px; border:none; margin:10px 0 15px 0;}


/******* hyperlink and anchor tag styles *******/
a:link { background-color:transparent; color:#333333; text-decoration:none; }
a:visited { background-color:transparent; color:#333333; text-decoration:none;}
a:hover { background-color:transparent; color:#333333; text-decoration:underline;}
a:active { background-color:transparent; color:#333333; text-decoration:none;}

/************** header tag styles **************/
h1 { font-size:18px; color:#333333; }
h2 { font-size:1.2em; color:#004888; font-weight:bold;}
h3 { font-size:1.1em; color:#333333;  }
h4 { font-size:1em; color:#333333;  }
h5 { }
h6 { }

h1, h2, 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; }

ul { padding:0; margin:0 0 0 15px; list-style-position:outside}
li {}
li a { color:#333333; text-decoration:none;}
li a:hover { text-decoration:underline;}

.ulArrow {padding:0; margin:0; list-style-type:none;}
.ulArrow li {list-style-type:none; background:url(../theme_images/little_arrow.gif) no-repeat 0 4px; padding-left:13px;}
