/*====================================================================================
Description:
	Global style file.
	Contains global style definitions.
Developers:
	MvW
Date last modified:
	2006-05-08 (MvW)
====================================================================================*/

body {
 	scrollbar-arrow-color:#55657D;
	scrollbar-3dlight-color:#78869A;
	scrollbar-darkshadow-color:#78869A;
	scrollbar-track-color:#F1F3F5;
	scrollbar-face-color:#CCD6DB;
	scrollbar-highlight-color:#CCD6DB;
	scrollbar-shadow-color:#CCD6DB;
}
body,table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.txt,textarea.txt {
	border:1px solid #969DA7;
	background-image:url(../images/layout/ly_input.png);
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:repeat-x;
}
a,a:visited {
	color:#5676B1;
	text-decoration:none;
}
a:hover {
	color:#D65252;
	text-decoration:underline;
}
.red_txt {
	color:#6D3232;
}
.bold_red_txt {
	color:#6D3232;
	font-weight:bold;
}
.red_hdr {
	color: #6D3232;
	font-size:13px;
	font-weight:bold;
}
.blue_hdr {
	color: #545E6C;
	font-size:13px;
	font-weight:bold;
}
.blue_txt {
	color:#545E6C;
}
.light_txt {
	color:#9EA9B6;
}
.bold_blue_txt {
	color:#545E6C;
	font-weight:bold;
}
.small_blue_txt {
	color:#545E6C;
	font-size:10px;
}
.small_bold_blue_txt {
	color:#545E6C;
	font-size:10px;
	font-weight:bold;
}
.qst_rodd {
	background-color:#FFFFFF;
}
.qst_reven {}
