@charset "iso-8859-9";
/*---------------texts--------------------------------*/
.txt_green_11px {
	font-family:Verdana;
	font-size:11px;
	color:#838383;
}

.txt_light_green_11px {
	font-family:Verdana;
	font-size:11px;
	color:#c2c2c2;
}

.txt_lightblue_11px {
	font-family:Verdana;
	font-size:11px;
	color:#80b5e1;
}

.txt_orange_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #f19f00;
	text-decoration: none;
}

.txt_purple_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #b30020;
	text-decoration: none;
}

.txt_dark_grey_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #0b5259;
	text-decoration: none;
}

.txt_dark_blue_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #01015b;
	text-decoration: none;
}

/*---------------links--------------------------------*/
.link_dark_green_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #2f412f;
	text-decoration: none;
}

.link_dark_green_11px:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #94b294;
	text-decoration: none;
}

.link_red_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #f00023;
	text-decoration: none;
}

.link_red_11px:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ee8a99;
	text-decoration: none;
}

.link_green_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #848484;
	text-decoration: none;
}

.link_green_11px:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #848484;
	text-decoration: underline;
}

.link_light_green_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #a8a8a8;
	text-decoration: none;
}

.link_light_green_11px:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #a8a8a8;
	text-decoration: underline;
}

.link_lightblue_11px {
	font-family:Verdana;
	font-size:11px;
	color:#80b5e1;
	text-decoration:none;
}

.link_lightblue_11px:hover {
	font-family:Verdana;
	font-size:11px;
	color:#80b5e1;
	text-decoration:underline;
}

.link_orange_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #f19f00;
	text-decoration: none;
}

.link_orange_11px:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #f19f00;
	text-decoration: underline;
}

.link_purple_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #b30020;
	text-decoration: none;
}

.link_purple_11px:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #b30020;
	text-decoration: underline;
}

.link_dark_grey_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #0b5259;
	text-decoration: none;
}

.link_dark_grey_11px:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #0b5259;
	text-decoration: underline;
}

.link_dark_blue_11px {
	font-family: Verdana;
	font-size: 11px;
	color: #01015b;
	text-decoration: none;
}

.link_dark_blue_11px:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #01015b;
	text-decoration: underline;
}




/*---------------forms--------------------------------*/
.search_box {
	background:url(images/search_box_back.jpg) no-repeat;
	font-family :Verdana;
	font-size:11px;
	color:#838383;
	width:181px;
	height:25px;
	margin-left:2px;
	margin-top:8px;
	border:0px solid;
}

.field {
	font-family :Verdana;
	font-size:11px;
	color:#838383;
	width:225px;
	border:1px solid #d7d7d7;
}
