/* REMOVE PADDING AND MARGIN VALUES */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd,dt,img,table,q,caption,a,form,b,input,textarea,fieldset,pre 
{
	margin:0;
	padding:0;
}

body {
  margin: 15pt;

}

/* SET BASE FONT ATTRIBUTES */
h1,h2,h3,h4,h5 {font-weight:bold;color:#620000;text-transform:uppercase;padding:5px 0 5px 0;}

body, p, td, div, h1, h2, h3, h4, h5, span, font, th, b,  select {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: #666666;
}

ul, ol, li { color: #000; }

p, td, td p {font: 12pt Arial,Helvetica,sans-serif; padding-bottom: 1.2em; color:#000;}

h1 {font-size:20pt;}
h2 {font-size:13pt;}
h3 {font-size:12pt;}
h4 {font-size:12pt;}
h5 {font-size:11pt;}
h6 {font-size:10pt; color:#B07012;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#3A7FA4;text-decoration:none;}
a:link,a:visited {text-decoration:none;}
a img,:link img,:visited img,:hover img,:active img {border:none;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul,ul ol,ul dir,ul menu,ul dl,
ol ul,ol ol,ol dir,ol menu,ol dl,
dir ul,dir ol,dir dir,dir menu,dir dl,
menu ul,menu ol,menu dir,menu menu,menu dl,
dl ul,dl ol,dl dir,dl menu,dl dl {margin-top:0;margin-bottom:0;}

/* STANDARDIZE THE LIST-BULLET TYPE */
ul,dl {list-style-type:none;}
ol {list-style-type:decimal;}
li{ font: 12pt Arial,Helvetica,sans-serif;}

/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */
em {font-style:italic;font-weight:normal;}
strong {font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym {border:none;cursor:pointer;}


 ul,  ol {
	list-style-type: disc;
	margin: 13px 0px 13px 0px !important;
	padding: 0px 0px 0px 40px !important;
}
 ul li,  ol li {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

ul li ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}
