@charset "utf-8";
/* CSS Document */

body
{
	margin:0px 0px 0px 0px;
	background-color:#e3e3e3;
}
.style_new{
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 1px;
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 33px;
}

.style_new ul{
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.style_new li{
	display: inline;
	padding: 0;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

.style_new a{
	float: left;
	display:red;
	color: #F9F5D8; /*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

a.style_new:hover{
	padding-top: 5px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 1px; /*Flip default padding-bottom value with padding-top*/
	color:#ffc787;

}

.style_new .current a{ /** currently selected menu item **/
	padding-top: 5px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 1px; /*Flip default padding-bottom value with padding-top*/
	color: #ffc787;
}
.white12 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
}
.footer-tittle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #F9F5D8;
}.footer-inner-tittle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-inner-tittle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.innerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}
.text {
	font-family: Arial;
	font-size: 12px;
	line-height:18px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}
.text2{
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}