BODY {
	color: white; 
	background-color: black; 
	border: thin dotted #00FF00; 
	border-width: 0; 
	font-family: arial; 
	font-size: 12px;
	margin: px 0px 0px 0px
	
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#C1C8D2;
	scrollbar-3dlight-color:#6A7B95;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#465162;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#6A7B95;
}

body.center {text-align: center}

table.center { margin:auto; text-align: center; }

div.banner {font-weight: bold; font-family: arial; font-size: 12px; color: #FFFFFF; text-align: left}

p {text-decoration: none; color: white; font-size: 12px; font-family: arial; font-weight: bold; text-align: justify}
p.title {font-family: arial; font-size: 15px; color: #FFFFFF; font-weight: bold}
p.subtitle {font-family: arial; font-size: 15px; color: blue; font-weight: bold; font-style: italic}

p.banner {font-family: arial; font-size: 12px; color: #FFFFFF}

p.headline {font-family: verdana; font-size: 12px; color: blue}
p.normal {font-family: sans-serif; font-size: 10pt; color: white; font-weight: bold; text-align: justify}
p.bnormal {font-family: arial; font-size: 10pt; color: #000000}
p.copyright {font-family: verdana; font-size: 9px; color: #FFFFFF}

a {color: white}	
a.bannerLink:link {text-decoration: none; color: white; font-size: 12px; font-family: arial; font-weight: bold}
a.bannerLink:hover {text-decoration: underline; color: white; font-size: 12px; font-family: arial; font-weight: bold}
a.bannerLink:active {text-decoration: underline; color: white; font-size: 12px; font-family: arial; font-weight: bold}	
a.bannerLink:visited {text-decoration: none; color: white; font-size:12px; font-family: arial; font-weight: bold}

a.bnormal:link {text-decoration: none; color: black; font-size: 10px; font-family: arial; font-weight: bold}
a.bnormal:hover {text-decoration: underline; color: black; font-size: 10px; font-family: arial; font-weight: bold}
a.bnormal:active {text-decoration: underline; color: black; font-size: 10px; font-family: arial; font-weight: bold}	
a.bnormal:visited {text-decoration: none; color: black; font-size:10px; font-family: arial; font-weight: bold}

a.normal:link {text-decoration: none; color: white; font-size: 10px; font-family: arial; font-weight: bold}
a.normal:hover {text-decoration: underline; color: white; font-size: 10px; font-family: arial; font-weight: bold}
a.normal:active {text-decoration: underline; color: white; font-size: 10px; font-family: arial; font-weight: bold}	
a.normal:visited {text-decoration: none; color: white; font-size:10px; font-family: arial; font-weight: bold}

td.title {background-image: url("../images/table_background.jpg")}
//td.subtitle {background-image: url("../images/subtitle_background.jpg")}

/* FORMS */
input.buttonblue,input.buttonred{cursor:hand;font-family:arial,sans-serif;color:#FFF;height:1.5em;font-weight:bold;font-size:12px;padding:0px;margin:0px;border:0px none #000}
input.buttonblue{background:#4169E1}
input.buttonred{background:#D12124}
input.error, select.error, textarea.error{border:2px solid;background:#FEE;border-top-color:#C00;border-left-color:#C00;border-right-color:#F00;border-bottom-color:#F00}
input.medium{width:120px}
input.mediumlarge,select.rightmodule{width:130px}
input.large{width:200px}

/* Menus */

.menubar {
	border: 12px solid;
	color: black;
}

.menu {
	width: 161px;
	height: 25px;
	padding: 0px;
	background-image: url('../images/menu/menu_background.gif');
	background-repeat:no-repeat;
	cursor: pointer;
	color: black; 
	font-family: arial; 
	font-size: 8pt;
	font-weight: bold;
}

.menu_border {
	color: black;
	background-color: black;
	border: 2px solid;
}

.option {
	width: 161px;
	height: 25px;
	background-color: #f5f5f5;
	padding-top: 2px;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.option_anchor {
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.options {
	padding: 0;
}

.option_padding {
	padding-left: 16px;
}
