html {
	background-color: #E4E3D6;
	background-attachment: fixed;
	background-image: url(imgs/bgr_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
body {
	overflow: auto;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Sylfaen, Verdana;
	font-size: 12px;
	color: #003366;
	text-decoration: none;

}
ol{
	list-style-position: inside;
	list-style-type: decimal;
}
#header {
	background-attachment: scroll;
	background-image: url(imgs/head.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container {
	background-attachment: scroll;
	background-image: url(imgs/bgr.gif);
	background-repeat: repeat-y;
	background-position: center top;
	vertical-align: top;
	padding: 14px;
}
#foother {
	background-attachment: scroll;
	background-image: url(imgs/foother.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
}
#prices_table {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AFAAA4;
	background-color: #FFFFFF;
}
#prices_table td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFAAA4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#prices_table th{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#prices_table tr{
	cursor: pointer;
}
#prices_table a{
	color: #990000;
	text-decoration: none;
}
#langMenu {
	overflow: visible;
	width: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #E4E3D6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9F9F93;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9F9F93;
	border-bottom-color: #9F9F93;
}
#cbut{
background-image: url(imgs/bgr_5.gif);
}
#bbut{
	background-image: url(imgs/bgr_1.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.border_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.border_right a{
	color: #990000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
}
.but {
	font-family: "Trebuchet MS", Tahoma, Sylfaen, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990033;
	border: 3px solid #FFFFFF;
	width: 100%;
	margin-top: 15px;
}
.border_blue {
	border: 3px solid #96A3C2;
	background-color: #DBDFEA;
}
a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC0066;
	text-decoration: none;
}
.numLink {
	background-color: #6699CC;
	padding: 1px 5px;
	display: inline;
	margin-right: 2px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.numLinkSelected {
	background-color: #990033;
	padding: 1px 5px;
	display: inline;
	margin-right: 2px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_blue{
	color: #333399;
	text-decoration: none;
}
.text_blue a{
	color: #990000;
	text-decoration: none;
	font-size: 14px;
}
.text_red{
	color: #CC0000;
	text-decoration: none;
}
.text_red a{
	color: #990000;
	text-decoration: none;
	font-size: 14px;
}

.text_white {
	font-family: "Trebuchet MS", Tahoma, Sylfaen, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin: 2px;
}
.my_form{

	color: #666666;
	width: 250px;
	border: 1px solid #CCCCCC;
	
}
textarea{
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #333333;
}
.obligatoryField {
	width: 250px;
	color: #99CC00;
	border: 1px solid #CCCCCC;
}
.obligatoryField_error {
	width: 250px;
	color: #CC3333;
	border: 2px solid #990000;
}
.text_green {
	color: #99CC00;
	text-decoration: none;
}
.subMenu {
	font-family: "Trebuchet MS", Sylfaen, Tahoma, Verdana;
	font-size: 12px;
	color: #333399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAA9F;
}
.subMenu a{
	color: #990000;
	font-size: 12px;
	font-family: "Trebuchet MS", Sylfaen, Tahoma, Verdana;
}
.text_td {
	padding-right: 100px;
	padding-bottom: 60px;
	padding-left: 100px;
}
