﻿.text {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #1F3F5F;
}
.cont_zone_bg {
	background-image: url(images/vert_separ_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
}
.main-menu {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #676767;
	text-decoration: none;
}
.title {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #727272;
	text-decoration: none;
}
.red_text {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
.blue_text {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #4AA9E6;
}
.input_text {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	width: 120px;
	height: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
}
