body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
}
div, blockquote, p, td, td p, li { 
    font-family: "Courier New", Courier, monospace; 
	font-size: small; 
	line-height: 120%; 
}

/* main text hyperlinks  */
/*a { color: #993333; text-decoration: none; }*/
a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {color: #993333; text-decoration: none;}
a:active {color: #993333; text-decoration: none; }

.MenuStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	color: #000;
}
.CurrentMenuStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	color: #993333 ! important;
}
.SubMenuStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	color: #000;
	line-height: 130%; 
}
.CurrentSubMenuStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	color: #993333 ! important;
	line-height: 130%; 
}
.SmallMenuStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 5px;
}




.RecordingsStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #000;
	line-height: 120%; 
}
.ViewbyRecordingsStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	color: #993333 ! important;
	line-height: 120%; 
}
.LanguageRecordingsStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	color: #ff0000 ! important;
	line-height: 120%; 
}


.SiteHeader {
	font-size: 56px;
	font-weight: bold;
	line-height: 70%; 
}
.SiteSubheader {
	font-size: medium;
	font-weight: bold;
	line-height: 70%; 
}
.IText {
	font-size: small;
	font-weight: bold;
}
.BottomBorder {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.TopBorderLight {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BodyText {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	line-height: 150%;
	color: #000000;
}
.TableBorder {
	border: 1px solid #000000;
}
.TableData {
	margin: 0px;
	padding: 10px;
}
.TableDataBorder {
	border: 1px solid #000000;
	margin: 0px;
	padding: 10px;
	line-height: 150%;
}
.TextIndent {
	margin: 15px;
}
