body{
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 12px;
}
body.iframe{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 12px;
}
p{
	font-size: 12px;
}
tr{
	font-size: 12px;
}
td{
	font-size: 12px;
}
table{
	background-color: #000000;
}
table.border{
	border: 0;
	width: 802px;
	font-size: 12px;
} /* set main table width */

td.bordertop_main{
	background-color: #000000;
	height: 1px;
	font-size: 12px;
} /* set borders .... width=height ... for top and bottom line */
td.borderbottom_main{
	background-color: #000000;
	height: 1px;
	font-size: 12px;
} 
td.borderleftside_main{
	background-color: #000000;
	width: 1px;
	font-size: 12px;
} /* ....width=width .... for sides  */
td.borderrightside_main{
	background-color: #000000;
	width: 1px;
	font-size: 12px;
} 

td.bordertop_topmenu{
	background-color: #CC6633;
	height: 1px;
	font-size: 12px;
} /* set borders .... width=height ... for top and bottom line */
td.borderbottom_topmenu{
	background-color: #CC6633;
	height: 1px;
	font-size: 12px;
} 
td.borderleftside_topmenu{
	background-color: #000000;
	width: 1px;
	font-size: 12px;
} /* ....width=width .... for sides  */
td.borderrightside_topmenu{
	background-color: #000000;
	width: 1px;
	font-size: 12px;
} 

td.bordertop_footer{
	background-color: #CC6633;
	height: 1px;
	font-size: 12px;
} /* set borders .... width=height ... for top and bottom line */
td.borderbottom_footer{
	background-color: #000000;
	height: 1px;
	font-size: 12px;
} 
td.borderleftside_footer{
	background-color: #000000;
	width: 1px;
	font-size: 12px;
} /* ....width=width .... for sides  */
td.borderrightside_footer{
	background-color: #000000;
	width: 1px;
	font-size: 12px;
} 

a{
	text-decoration:none;
	font-weight:bold;
	color: #FF9966;
	font-size: 12px;
}

a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size: 12px;
}

.highlight{
	color: #FF9966;
	font-size: 12px;
}
.enbolden{
	font-size: 12px;
	font-weight: bold;
}

.small_text {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;}
a.small_text_bd {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;}
a.small_text_bd:hover {
	color: #ff9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;}
a.admin{
	text-decoration: none;
	font-size: 12px;
}
a.admin:hover{
	text-decoration: none;
	font-size: 12px;
}

.menuselect {
	color: #00FFFF;
	font-size: 12px;
}

.admin_hide{
	color: #000000;
	font-size: 12px;
}
.freeform {
	color: #FFFFCC;
	font-size: 14px;
	font-weight: bold;
}
.subheading{
	color: #FFFFCC;
	font-weight: bold;
	font-size: 14px;
}
ul{
	list-style-type: disc;
}
.red{
	color: #FF0000;
	background-color: #000000;
}
.orange{
	color: #ff9966;
}
.standout{
	background-color: #ff9966;
	color: #333333;
}
.standout:hover{
	background-color: #ff9966;
	color: #999999;
}
div.news_window{
	position: relative;
	width: 400px;
	overflow: auto;
	height: 300px;
	top: 0px;
	left: 0px;
	background-color: #ffccff;
	float: left;
	border-width: 1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
div.news_window_text{
	position: relative;
	width: 400px;
	overflow: auto;
	height: 300px;
	top: 0px;
	left: 0px;
	background-color: #000000;
	float: left;
	border-width: 1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-indent: 5px;
	padding: 5px;
}