@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#D5E9FF;
	font-family:tahoma, Arial, "Times New Roman", verdana;
	font-size:9pt;
}

body a
{
	text-decoration:none;
}

.top_left_bg
{
	background-image:url(images/top_left_bg.gif);
}

.top_right_bg
{
	background-image:url(images/top_right_bg.gif);
}

.top_center_bg
{
	background-image:url(images/top_center_bg.gif);
}

.center_top_left_bg
{
	background-image:url(images/center_top_left_bg.gif);
}

.center_left_bg
{
	background-image:url(images/center_left_bg.gif);
}

.center_bottom_left_bg
{
	background-image:url(images/center_bottom_left_bg.gif);
}

.center_top_bg
{
	background-image:url(images/center_top_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.bottom_center_bg
{
	background-image:url(images/bottom_center_bg.gif);
	background-repeat:repeat-x;
	background-color:#C1E0FF;
}

.center_top_right_bg
{
	background-image:url(images/center_top_right_bg.gif);
}

.center_right_bg
{
	background-image:url(images/center_right_bg.gif);
}

.center_bottom_right_bg
{
	background-image:url(images/center_bottom_right_bg.gif);
}

.menu_bar
{
	background-image:url(images/menu_center.gif);
}

.txtLogin
{
	font-size:9px;
	font-family:Tahoma, Arial, "times New Roman", Verdana;
	border:1px solid #800080;
	background-color:#FFFFCC;
}

.btnLogin
{
	background-color:#D5E9FF;
	border-color:#000000;
	border:1px dashed;
	font-size:8pt;
	font-family:Tahoma, Arial, "times New Roman", Verdana;
	cursor:pointer;
}

.message_alert
{
	font-size:9px;
	font-family:Tahoma, Arial, "times New Roman", Verdana;
	color:#990000;
}