body {
	FONT-FAMILY: verdana, arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}	

table {
	FONT-FAMILY: verdana, arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
}	

table.res {
	background-color: #ffffff;
  border: 0px; 
  border-style: solid;
  border-color: #000000;
  
}

table.main_bg{
	background-color: #ffffff;
  border: 0px;
  border-spacing: 0px;
}

table.error_bg{
	background-color: #fffacd;
  border: 0px;
  border-spacing: 0px;
}

a, a:active, a:visited, a:link
{
	TEXT-DECORATION: underline;
	color: #000000;
}

a:hover 
{
	TEXT-DECORATION: none;
}

a.menu, a.menu:active, a.menu:visited, a.menu:link
{
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #ffffff;
}

a.menu:hover 
{
	TEXT-DECORATION: underline;
	color: #ffffff;
}

a.user_menu, a.user_menu:active, a.user_menu:visited, a.user_menu:link
{
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #3b7bb8;
}

a.user_menu:hover 
{
	TEXT-DECORATION: underline;
	color: #3b7bb8;
}

.error{
	color: #ff0000;
	text-align: center;
}

.success{
	color: #0000ff;
	text-align: center;
}

INPUT, SELECT, TEXTAREA
{
	BORDER-BOTTOM-COLOR: #111111;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #111111;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #111111;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-TOP-COLOR: #111111;
	BORDER-TOP-WIDTH: 1px;
	COLOR: #111111;
}

input.button {
  border: 1px solid #bbbbbb;
  /*background: #99ccee;*/
  background: #3b7bb8;
	font-family: arial, sans-serif;
  font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
}

td.formcaption {
	font-weight: bold;
	color: #ffffff;
	background-color: #4181bf;
	text-align: center;
}

td.hotcaption {
	font-weight: bold;
	color: #ffffff;
	background-color: #63a3df;
	
}

td.subcaption {
	font-weight: bold;
	color: #ffffff;
	background-color: #63a3df;
	text-align: left;
}

td.innercaption {
	font-weight: bold;
	color: #ffffff;
	background-color: #4488bb;
}

td.main_caption {
	font-size: 14pt;
	font-weight: bold;
	background-color: #6699ff;

}
td.menu_bar{
	font-weight: bold;
	background-color: #6699cc;
	color: #ffffff
}
td.footer{
	font-size: 10pt;
	font-weight: bold;
}
tr.odd_grid_color{
	background-color: #fffafa;
}
tr.even_grid_color{
	background-color: #FAF8e1;
}

tr.sub_odd_grid_color{
	background-color: #fffafa;
}
tr.sub_even_grid_color{
	background-color: #FAF8e1;
}

a.page, a.page:active,a.page:visited,a.page:link {
	TEXT-DECORATION: underline;
	font-weight: bold;
	color: #6699cc;
}

a.page:hover {
	font-weight: bold;
}

td.title1{
	font-size: 12pt;
	font-weight: bold;
}
	
a.title2, a.title2:active, a.title2:visited, a.title2:link
{
	TEXT-DECORATION: underline;
	color: #000000;
}

a.title2:hover 
{
	TEXT-DECORATION: none;
}

a.title3, a.title3:active, a.title3:visited, a.title3:link
{
	TEXT-DECORATION: none;
	color: #000000;
}

a.title3:hover 
{
	TEXT-DECORATION: underline;
}

.menu{
	font-weight: bold;
	color: #ffffff;
}


a.menu_title, a.menu_title:active, a.menu_title:visited, a.menu_title:link
{
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #000000;
}

a.menu_title:hover 
{
	TEXT-DECORATION: underline;
	color: #000000;
}
