body{
	background-color:#EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}
a:link {
	color: #000099;
	text-decoration:none;
}
a:visited {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:underline;
}
a:active {
	color: #FFCC33;
	text-decoration:none;
}

.drag{position:relative;cursor:hand}

.superscript_text {
	font-size:80%;
}

.strong {
	font-weight:bold;
}
.quote_text {
	font-size:120%;
	font-weight:bold;
}
.temp_highlight {
	color:#FF0000;
}
/*---------------------------------------------------------------------------------*/
/*FORMS*/
/*---------------------------------------------------------------------------------*/
.inputbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#585967;
	background-color:#FFFFFF;
}
.checkbox {
	font-size: 100%;
	color:#585967;
	background-color:#FFFFFF;
}
.checkbox_grey {
	font-size: 100%;
	color:#585967;
	background-color:#EFEFEF;
}
.inputbutton {
	font-size: 100%;
	padding-left: 5px;
	border: 1px #585967 solid; 
	background-color:#FFFFFF;
	border-color: #585967 solid; 
}
form {
	margin:0;
}
/*---------------------------------------------------------------------------------*/
/*INTRO TEXT*/
/*---------------------------------------------------------------------------------*/
.intro_text {
	font-size: 110%;
	color:#585967;
	line-height:15px;
}
/*---------------------------------------------------------------------------------*/
/*DEFAULT TEXT*/
/*---------------------------------------------------------------------------------*/
.default {
	font-size: 100%;
	color:#585967;
}
.defaultbold {
	font-size: 100%;
	font-weight:bold;
	color:#585967;
}
/*---------------------------------------------------------------------------------*/
/*FOOTNOTE TEXT*/
/*---------------------------------------------------------------------------------*/
.footnote {
	font-size: 100%;
	color:#585967;
}
/*---------------------------------------------------------------------------------*/
/*LINK TEXT*/
/*---------------------------------------------------------------------------------*/

.linktext {
	font-size: 100%;
	font-weight:bold;
	color:#816062;
	text-decoration:none;
}
a.linktext:link {
	font-weight:bold;
	color:#816062;
	text-decoration:none;
}
a.linktext:visited {
	font-weight:bold;
	color:#816062;
	text-decoration:none;
}
a.linktext:hover {
	font-weight:bold;
	color:#585967;
	text-decoration:underline;
}
a.linktext:active {
	font-weight:bold;
	color:#816062;
	text-decoration:none;
}

.linktextnormal {
	font-size: 100%;
	color:#333333;
	text-decoration:none;
}
a.linktextnormal:link {
	color:#333333;
	text-decoration:none;
}
a.linktextnormal:visited {
	color:#333333;
	text-decoration:none;
}
a.linktextnormal:hover {
	color:#585967;
	text-decoration:underline;
}
a.linktextnormal:active {
	color:#333333;
	text-decoration:none;
}

.footer_text {
	font-size: 100%;
	color:#666666;
	text-decoration:none;
}
a.footer_text:link {
	color:#666666;
	text-decoration:none;
}
a.footer_text:visited {
	color:#666666;
	text-decoration:none;
}
a.footer_text:hover {
	color:#585967;
	text-decoration:underline;
}
a.footer_text:active {
	color:#666666;
	text-decoration:none;
}

.mainmenu_text {
	font-size: 100%;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.mainmenu_text:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.mainmenu_text:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.mainmenu_text:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.mainmenu_text:active {
	color:#FFFFFF;
	text-decoration:none;
}
/*---------------------------------------------------------------------------------*/
/*HIGHLIGHTS*/
/*---------------------------------------------------------------------------------*/
.highlight {
	background-color:#CCCCCC;
	cursor:hand;
}
/*---------------------------------------------------------------------------------*/
/*WARNING*/
/*---------------------------------------------------------------------------------*/
.warning {
	font-weight:bold;
	color:#CC0000;
}
/*---------------------------------------------------------------------------------*/
/*NEWS BACKGROUND*/
/*---------------------------------------------------------------------------------*/
.news_bgd{
	background-image:url(/images/news_banner_bgd.gif);
	background-repeat:repeat-x;
}
.white_bgd{
	background-color:#FFFFFF;
}
.grey_bgd{
	background-color:#EFEFEF;
	padding-top:2px;
	padding-bottom:2px;
}
.sectionbox {
	width:300px;
}
.border0 {
	border: none;
}
.border1 {
	border: 1px #585967 solid; 
	border-color: #585967 solid; 
}
.show { visibility:visible; }
.hide { visibility:collapse; display:none; }
/*---------------------------------------------------------------------------------*/
/*BACKGROUND IMAGES*/
/*---------------------------------------------------------------------------------*/
.left_edge{
	background-image:url(/images/left_edge.gif);
	background-repeat:repeat-y;
}
.right_edge{
	background-image:url(/images/right_edge.gif);
	background-repeat:repeat-y;
}
.footer_bgd{
background-color:#EFEFEF;
}
.menu_bgd{
	background-color:#816062;
	padding-bottom:2px;
	padding-top:2px;
}
.suspended{
	color:#FF0000;
}
.unconfirmed{
	color:#FFCC00;
}
.paused{
	color:#FF9900;
}
.live{
	color:#009933;
}
.complete{
	color:#000000;
}