.title {
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.title_red {
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}
.menu_link {
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}

.menu_link:hover {
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #cc0000;
	text-decoration: none;
}

#lime_contaneir{
position:absolute;
left:800px;
top:180px;
margin:auto;


}


.verdana12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 15px;
}
.link_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.row_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.menu_bg {
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	background-image: url(../assets/images/nav_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.menu_border_left {
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #666666;
}
.menu_link {
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.futter_bg {
	background-image: url(../images/nav_bottom_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
}

