/***********/
/* HEADER  */
/***********/

#vste_header {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

#vste_header a {
	text-decoration: none;
}
#vste_header .vste_style1 {
	text-decoration: none;
	color: #667c99;
	font-size: 10px;
}
#vste_header .vste_style2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#vste_header .vste_style4 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/***************/
/* LEFT column */
/***************/
#vste_welcome{
	display: block;
	border: 1px solid #999999;
	width: 190px;
	height: 70px;
}
#vste_welcome .vste_style10 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #667c99;
	font-size: 11px;
}
#vste_welcome .vste_style11 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#left_nav_header{
	display: block;
	border: 1px solid #C6D2E2;
	background-color: #C6D2E2;
	width: 190px;
	height: 20px;
	margin-top:4px;
}
#left_nav_header .vste_style12 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/***************/
/* LOGIN box   */
/***************/
#vste_loginblock{
	display: block;
	border: 1px solid #999999;
	width: 190px;
}
#vste_loginblock .login_title{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#vste_loginblock .login_text {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #667c99;
	font-size: 11px;
}


/***********/
/* FOOTER  */
/***********/
#vste_footer {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
#vste_footer .vste_style5 {
	color:#A4A4A4;
	font-size: 11px; 
	text-decoration: none; 
}

