body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color: #3C1C05;
	color: #FFFFFF;	
	margin: 0px 0px 0px 0px;
}
.internal {
	color:#A7960A;
	text-decoration:underline;
}
.internal:hover {
	color:#635413;
	text-decoration:none;
}
.internal:visited {
	color:#A7960A;
	text-decoration:underline;
}

.external {
	color:#FFFFFF;
	text-decoration:underline;
}
.external:hover {
	color:#635413;
	text-decoration:none;
}
.external:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #A7960A;
	text-transform: uppercase;
}
.button{
	background-color: #635413; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-transform: none; 
	color: #FFFFFF; 
	font-size: 8pt; 
	border: thin outset; 
	line-height: 14px; 
	font-variant: normal
}
.button:active{
	background-color: #013453; 
	color: #FFFFFF; 
	border: thin inset;
}
.error {
	font-weight: bold; 
	color: #FF0000; 
}
.top{
	background-color:#D9CD61;
	text-align:center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-attachment: fixed;
	background-image: url(../_img/horizontal_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.logo{
	background-color: #D8CC60;
	color: #FFFFFF;
	background-image: url(../_img/side.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.content{
	text-align:left;
	font-size: 14px;
	font-weight:bold;
	color:#A7960A;
	background-image: url(../_img/wood.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}
.mainpage{
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(../_img/home/wave.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer{
	text-align:center;
	font-size: 12px;
	color:#FFFFFF;
	background-image: url(../_img/side.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer_link{
	color:#FFFFFF;
	text-decoration:underline;
}.footer_link:hover {
	color:#635413;
	text-decoration:none;
}
.footer_link:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.notepad {
	color: #000000;
	font-family: "Lucida Handwriting", "Lucida Calligraphy", "Freestyle Script", "Bradley Hand ITC", "Brush Script Std", "Informal Roman";
	font-size: 12px;
}
.notepad_title {
	color: #000000;
	font-family: "Lucida Handwriting", "Lucida Calligraphy", "Freestyle Script", "Bradley Hand ITC", "Brush Script Std", "Informal Roman";
	font-size: 24px;
}

.boxed_pictures {
	border: thick groove #A7960A;	
}
.streaming {
	font-size: 18px
}
.activex_help{
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	visibility:hidden;
	z-index: 2;
	left: 0px;
	top: 0px;	
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-transform: none; 
	color: #000000; 
	font-size: 12pt; 
	cursor:hand;
}
.help_background{
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	visibility: hidden;
	z-index: 1;
	filter:alpha(opacity = 95);
	-moz-opacity:.95;
	-khtml-opacity: 0.95;
	opacity:.95;
	left: 0px;
	top: 0px;	
	cursor:hand;
}
.delaystream{
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../_img/tv.gif);
	background-repeat: no-repeat;
	background-position: left top;
}