body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	background-color: #306AB2;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #17335B; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR:#17335B; 
	SCROLLBAR-BASE-COLOR: #2A4A78;
}

.title_text {
	color: #FFBE24;
	font-size: 20px;
	font-family: Verdana;
}

.slogan_text {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
}

.vertical_lines {
	background-color: #ffffff;
	border-left-color: #112A7D;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #112A7D;
	border-right-style: solid;
	border-right-width: 1px;
}

.horizontal_top_lines {
	background-color: #7F99C4;
	border-top-color: #234F86;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.horizontal_bottom_lines {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #1A65A9;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
}

.main_cell {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #ffffff;
	border-bottom-color: #003F93;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.white {
	background-color: #ffffff;
}

.login_cell_style {
	border-top-color: #5F80B5;
	border-top-style: solid;
	border-top-width: 3px;
}

.login_cell, .login_cell_style {
	color: #234F86;
	font-size: 11px;
	background-color: #ffffff;
}

.main_content {
	color: #234F86;
	font-size: 11px;
	background-color: #ffffff;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.transparence_cell {
	background: transparent;
}

.text_item {
	color: #21477E;
	font-size: 12px;
  text-transform: uppercase;	
	font-weight: bolder;	
}

.text_small {
	color: #434343;
	font-size: 11px;
}

.text_medium {
	color: #000000;
	font-size: 16px;
}

.text_big {
	color: #CA2B00;
	font-size: 12px;
  text-transform: uppercase;	
	font-weight: bold;
}

a:link, a:visited {
	TEXT-DECORATION: none;
	color: #FFFFFF;
	font-size: 10px;
}

a:hover{
	COLOR: #FFE100;
	TEXT-DECORATION: underline;
	font-size: 10px;
}

a.text_link:link, a.text_link:visited {
	color: #0088FF;
	font-size: 16px;
	text-decoration: none;
}

a.text_link:hover  {
	color: #0F529D;
	font-size: 16px;
	text-decoration: underline;
}

.textfield {
	font-family : verdana;
	font-size : 11px;
	color : #234F86 ;
	font-weight: normal;
	background-color: #C2C9DA;
	border: solid #234F86 1px;
	width: 110px; height: 18px;	
}

.button {
	font-family : verdana;
	font-size : 11px;
	color : #ffffff ;
	font-weight: normal;
	background-color: #466B9A;
	border: solid #0F529D 1px;
	width: 90px; height: 18px;	
}