/* CSS Document */
/*---------- Body (Do not Set Font Size Here!!) ----------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
}
/*---------- Default Typeography ---------- */

a:link {
            font-family: Arial, Helvetica, sans-serif;
			color: #000000;
            text-decoration: none;
			font-weight: bold;
}

a:active {
            color: #000000;
            text-decoration: none;
			font-weight: bold;

}

a:hover {
            color: #000000;
            text-decoration: underline;
			font-weight: bold;
}

a:visited {

            color: #000000;
            text-decoration: none;
			font-weight: bold;
}

p {
	font-size: 10pt;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.25em;
	margin-left: 1em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;

}

h1 {
            font-size: 175%;
            font-weight: normal;
            margin: 0.25em 0em;
            padding: 0em;
}

h2 {
            font-size: 155%;
            margin: .25em 0em;
            font-weight: normal;
            padding: 0em;

}

h3 {
            font-size: 125%;
            margin: 0.25em 0em;
            font-weight: normal;
            padding: 0em;
}

h4 {
            font-size: 110%;
            margin: 0.25em 0em;
            font-weight: bold;
            padding: 0em;

}

h5 {
            font-size: 100%;
            margin: 0.25em 0em;
            font-weight: bold;
            padding: 0em;
}

h6 {
            font-size: 76%;
            margin: .25em 0em;
            font-weight: bold;
            padding: 0px;
}

ol, ul, dl {
            font-size: 76%;
            line-height: 1.5em;
            margin-top: 0.5em;
            margin-bottom: 0.5em;
            padding: 0em;
}

pre {
            font-family: monospace;
            font-size: 1.0em;
}

li > ul {
            font-size: 1em;
            line-height: 1.5em;
}

dt {
            line-height: 1.5em;
            font-weight: bold;
            font-size: 100%;
}

li < p {
            font-size: 76%;
}

 

/*---------- Dynamic Content Rules ----------*/

 

.text {

			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
            color: #000000;
			font-weight: bold;
}

.bodytextcolor {
            font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
}

.contenttext {
            font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
            font-weight: bold;
}

.hourstext {
            font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
            color: #000000;
}

/*---------- Template Rules ----------*/

.template-content-bg {
	background-image:   url(../siteImages/content_repeat.gif);
	background-repeat: repeat-y;
}
.template-nav-bg {
	background-image:   url(../siteImages/left_nav_repeat.gif);
	background-repeat: repeat-y;
}