/* CSS Document */

body {
	margin : 0;
	padding : 0;
}

p {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	padding-bottom: 1px;
	margin-top: 4px;



}

li {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	margin-bottom: 3px;
	padding-top: 0px;
	margin-top: 0px;



}

th {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	background-color: #666666;
	font-variant: small-caps;
	vertical-align: top;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: #000000;
	border-bottom: 1px solid #000000;
	font-variant: small-caps;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 1px;



}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: #990000;
	border-bottom: 1px solid #990000;
	font-variant: small-caps;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 1px;


}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 1px;
	padding-bottom: 1px;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 1px;
	padding-bottom: 1px;

}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 1px;
	padding-bottom: 1px;

}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 1px;
	padding-bottom: 1px;

}

/* Main Content - Link Appearance */
a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

/* Footer for address */
#footer {
	background: #333333;
	width : 100%;
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}

#footer a:link {
    color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
    color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
    color: #CC0000;
	text-decoration: underline;
}

/* Eliminating deprecated tags */
.bold {
	font-weight: bold;
}

.boldred {
	font-weight: bold;
	color: #990000;
}

.italics {
	font-style: italic;
}

.bold-italics {
	font-weight: bold;
	font-style: italic;
}

.indent {
	margin-left: 20px;
	margin-right: 20px;
}

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;
	float: right;
}

.justify {
	text-align: justify;
}

.borderline {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.date {
	font-style: italic;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size: 67%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;

}
.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #990000;
}
.tdunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.notation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	padding-left: 10px;
}
.tdfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 2px;
}
.td3sideborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	vertical-align: top;
}
.bigblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}

