html { margin: 0px; }
body { 
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#6a6a6a; }

h1, h2, h3, h4, h5, th, thead, tfoot { }
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
p, td { }
tfoot, thead { }
th { }

small { font-size: .9em; }
big { font-size: 1.2em; }
blockquote, pre { font-family: Courier New, monospace; font-size: 1em; }
img { border: none; }

a { color:#386589;  text-decoration: none; }
a:hover { color:#809bb2; text-decoration: none; }


hr {

color:#99d545;
size:1px;
height:1px;
}


.subHeadingTable {
border-bottom: 1px solid #99d545;

}
.subHeadBold{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#386589;
}

.subHeadReg {

font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:regular;
color:#386589;
}

.subHeadItalic {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:regular;
color:#88a1b7;
font-style:italic;
line-height:20px;


}

/* Samples */
blockquote { font-size: 1em; padding: 8px; }
blockquote.withheading { font-size: 1em; padding: 0px; }
blockquote.withheading h1 { font-size: 1.1em; margin: 0px; padding-top: 5px; padding-bottom: 5px; padding-left: 16px; }
blockquote.withheading p { font-size: 1em; margin: 0px; padding: 8px; }

/* Misc */
.pad4 { padding: 4px; }
.pad8 { padding: 8px; }
.blackborder1 { border: 1px solid #000000; }
.blackborder2 { border: 2px solid #000000; }
