/* Global Resetting (from Yahoo) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
	border: 0;
}

/*End Reset*/

/*** Web Page Text Styles ***/

/* Common font face for most block level elements */
body,h3,h4,h5,h6,p,ul,ol,dl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/** Block Elements **/
/* Header Styles */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #003300;
	margin-bottom: 10px;
}

h2 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #6F0D0F;
	margin-bottom: 7px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

h4 {
	font-size: 1.10em;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}

h6 {
	font-size: 0.85em;
	font-weight: normal;
	margin-bottom: 5px;
}

p {
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 20px;
}

blockquote {
	line-height: 1.5em;
	margin: 0 10px 20px 10px;
}

/* For code examples */
xmp {
	font: 1em monospace;
	line-height: 1.5em;
	white-space: pre;
	margin: 0 10px 20px 10px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 20px;
	white-space: pre;
}

address {
	font-size: 1em;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 20px;
}

/* Horizontal Rules */
hr {
	height: 1px;
	width: 100%;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	text-align: left;
}

hr.shortCentered {
	width: 60%;
	text-align: center;
}

/* List Styles */
ul, ol {
	margin-bottom: 20px;
}

ul li, ol li {
	line-height: 1.5em;
}

ul li {
	margin-left: 35px;
}

ol li {
	margin-left: 40px;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

dl {
	margin-bottom: 20px;
}
dl dt {
	font-weight: bold;
	line-height: 1.5em;
}
dl dd {
	margin-left: 10px;
	line-height: 1.5em;
}

/*END BLOCK LEVEL ELEMENTS*/

/* Image Styles */
img {
	border: 0;
}

/*END IMAGE STYLES*/

/** Inline Elements **/
/* Link Styles */
a:active, 
a:visited, 
a:link {
	color: #442571;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Inline Text Styles */
abbr, acronym {
	border-bottom: 1px dotted #000;
}

del {
	color: #000;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

cite {
	font-style: italic;
}

/*For code inline*/
code{
	font: 1em monospace;
	white-space: pre;
}

q {
	font-style: italic;
}
/*END INLINE ELEMENTS*/

/************************************
 * Specialty text styles
 */
 
span.parenthetical {
	font-size:0.75em;
	font-style:normal;
}

p.septTableLegend {
	margin:10px 0 20px 20px;
	font-style:italic;
}

