/* GLOBAL ----------------------------------------------------*/
body { 
	background-color: #e9e9e9; 
	vertical-align: top;
	font: tahoma; 
	font-family: sans-serif;
	font-size: 10pt;
	color: #474747;
}

td { 
	font: tahoma; 
	font-family: sans-serif;
	font-size: 10pt;
	color: #474747;
}

#siteTable{ width: 800; background-color: white;}

.good {
	color: #eeeeee;
	background-color: #008000; 
	font-weight: bold;
	text-align: center;
}

.warning {
	color:#000000;
	background-color: #FFFF00; 
	font-weight: bold;
	text-align: center;
}

.bad {
	color: #eeeeee;
	background-color: #ff0000; 
	font-weight: bold;
	text-align: center;
}


hr {color: #0066CC}
.color {color: #0066CC;}
.colorbold {color: #0066CC;	font-weight: bold;}
.color14 {color: #0066CC; font-size: 14px;}
.colorbold14 {color: #0066CC;	font-weight: bold; font-size: 14px;}
.colorbold16 {color: #0066CC;	font-weight: bold; font-size: 16px;}
.color13 {color: #0066CC; font-size: 13px;}
.colorbold13 {color: #0066CC;	font-weight: bold; font-size: 13px;}
.boldred {font-weight: bold; color: #ff0000}
.labeltext {font-size: 8pt; font-weight: bold; color: #0066CC;}
.formerror {font-size: 8pt; font-weight: bold; color: #FF0000;}
.right_text{color: #474747; font-size: 8pt;}
.highlight {font-weight:bold; background:#ffff00;}
.green {color: #57ba57; font-weight:bold;}
.member_menu {color: #d20000; font-weight:bold;}
.green {color: #57ba57; font-weight:bold;}
.red {color: #d20000; font-weight:bold;}
.error {font-weight: bold; color: #ff0000}	
.required {font-weight: bold; color: #ff0000; font-size: 12px;}

a {color:#127DC2; text-decoration: underline}
a:hover{color:#d20000;}

h1, h2, h3{ 
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	color: 000000;
	font: tahoma; 
	font-family: sans-serif;
}

h1{font-size: 10pt;}
h2{font-size: 9pt;}
h3{font-size: 8pt;}

.button {
	font-weight:bold;
	color:#eeeeee;
	text-align: center middle;
	background-color:#0066CC;
	background:#127DC2;
	border:1px outset; 
	cursor:pointer
}

.button_red {font-weight:bold;color:#FFF;background-color:#900;background:#d20000;border:1px outset; cursor:pointer}

.title {
	color:#eeeeee;
	background-color: #0066CC; 
	font-size: 11px; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navtitle {
	color:#eeeeee;
	background-color: #0066CC; 
	font-size: 11px; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navmenu {
	background-color: #eeeeee; 
	font-size: 10px; 
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navmenu_big {
	background-color: #eeeeee; 
	font-size: 12px; 
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navmenu_clear {
	background-color: #ffffff; 
	font-size: 10px; 
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* FOOTER ----------------------------------------------------*/
#footer{
	height: 50px;
	padding: 5px 5px 5px 5px;
	font-size: 9pt;
	text-align: center;
	color: #656565;
	background-color: white;
}

#footer a{ color: #656565; font-size: 9pt;}
#footer a:hover{ color: #DAA70B;}
#footer a:active{ color: #656565;}
#footer a:visited{ color: #656565;}

ul {
	list-style-type: square;
}