/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left; color:#636363;
	line-height:1.4em;
	font-size:0.75em;
}

img { padding:0; border:0; vertical-align:top; }

hr { border:none; border-top:1px solid #676767; }
div.hr { border-top:1px solid #D3D3D3; 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.8em; line-height:1.5em; margin:-7px 0 15px 0; color:#636363; font-weight:bold; }
h2 { font-size:1.4em; line-height:1.4em; margin:0 0 1em 0; color:#636363; font-weight:normal; }
h3 { font-size:1.2em; line-height:1.2em; margin:0 0 1em 0; color:#636363; font-weight:normal; }
h4 { font-size:1em; line-height:1em; margin:0 0 1em 0; color:#636363; font-weight:normal; }
h5 { color:#636363; font-weight:normal; }
h6 { color:#636363; font-weight:normal; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

table { font-size:1em; }
p { margin:0; padding:0 0 10px 0; }

ul { list-style:none; margin:0 0 1em 0; padding:0; }
li { list-style:none; background:url(../theme_images/bullet.gif) 0 0.5em no-repeat; padding:0 0 2px 15px; }

strong {  }

/* Layout styles - overide - Using the website id to give these styles precedence */

#website_12 #main_body { width:957px; padding:25px 25px 25px 40px; }
