body {
	margin: 0,0,0,0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #333333;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


/*-------------------------TABLES*/
.table_toprow_heading {
	color: #867d75;
}

.table_toprow {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	border: solid;
	border-width: 0px 0px 4px 0px;
	border-color: #333333;
	background-color: #CCCC33;
}
.table_midrow {
	font-size: 8pt;
/*	background: #FFFFFF;*/
	color: #867d75;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #5e546a; 
}
.table_midrow_alternate {
	font-size: 8pt;
	background: #F4F4F4;
	color: #867d75;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #5e546a; 
}
.table_highlight{
	font-size: 8pt;
	background: #ebeae8;
	color: #FFFFFF;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #5e546a; 
}
.table_midrow_rollover {
	font-size: 8pt;
	background: #FFFFFF;
	color: #CCCC00;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #5e546a; 
}
.table_midrow2 {
	font-size: 8pt;
	background: #FFFFFF;
	color: #867d75;
	border-width: 0px 0px 0px 0px;
	border-color: #5e546a; 
}

/*-------------------------TEXT */
.text_tally_01 {
	color: #7cc71b;
	text-decoration: none;
}
.text_tally_01:hover {
	background : #7cc71b;
	text-decoration: none;
}
.text_tally_02 {
	color: #dc3698;
	text-decoration: none;
}
.text_tally_02:hover {
	background : #dc3698;
	text-decoration: none;
}
.text_tally_03 {
	color: #4a7ddb;
	text-decoration: none;
}
.text_tally_03:hover {
	background : #4a7ddb;
	text-decoration: none;
}
.text_bigheader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15pt;
	font-weight: 100;
}
.text_mediumheader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: 100;
}
.text_tinyheader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
	font-weight: 100;
}
.text_content {
	font-size: 8pt;
	font-weight: 100;
	color: #867d75;
}
.text_data {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight:bold;
}
/*-------------------------FORMS*/

.forms_input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#FFFFFF;
	color:#000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
.forms_input_left {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#FFFFFF;
	color:#000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	text-align:left;
}
.forms_error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#FFFFFF;
	color:#FF0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
.general_error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#FFFFFF;
	color:#FF0000;
}	

/*
a{ color: #666666;	}
a:link, a:visited{ color: #666666; text-decoration: none;}
a:hover{ color: #ffffff; text-decoration: none;}
*/
/* login */
table.login {
	clear: none;
	float: none;
	width: 250px;
	border: thin ridge #0099FF;
	background-color: #72B6E9;
	background-position: center;
	vertical-align: middle;
}
td.loginlabel {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #72B6E9;
	text-align: left;
	vertical-align: middle;
	width: 25%;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
}
td.error {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0099FF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
/*--- header_link in menu with dark white color text---*/
A.header_link:link {
	text-decoration : none;
	color : #666666;
	font-size : 10px;
}
A.header_link:visited {
	text-decoration : none;
	color : #666666;
	font-size : 10px;
}
A.header_link:hover {
	text-decoration : none;
	color : #ffffff;
	font-size : 10px;
}
/*--- Footer -----*/
.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
A.footer:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #ffffff;
	font-size : 10px; 
	font-weight:bold;
}
A.footer:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #ffffff;
	font-size : 10px; 
	font-weight:bold;
}

/*--- header_link in menu with dark white color text---*/
A.header_link:link {
	text-decoration : none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size : 12px;
	font-weight:bold;
}
A.header_link:visited {
	text-decoration : none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	font-weight:bold;
}
A.header_link:hover {
	text-decoration : none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size : 12px;
	font-weight:bold;
}
.analysis {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #867d75;
}
