body{
    font-family: arial, tahoma;
    font-size: 70%;
    margin: 0px;    
}
td{
    font-family: arial, tahoma;
    font-size: 70%;
}
.secondsub{
	color:#999999;
	font-weight: bold;
    text-align: left;
	font-size: 13px;
}
.body_bakcground{
    background: #2A478D url(../images/body_bg.jpg) repeat-x;
}
.body_shadow{
    background: #546BA3 url(../images/body_shadow.jpg) repeat-x;
}
.menu_header{
    background: #FFFFFF url('../images/menu_bg.jpg') repeat-x; height: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
	color:#696969;
}
.menu_item{
    background: #FFFFFF url('../images/menu_item_bg.jpg') repeat-x; height: 40px;
    height: 15px;
    text-align: center;
	color:#999999;
}
.headertext{
	color:#B08D00;
	font-weight: bold;
    text-align: left;
	font-size: 14px;
}
.alink{
	color:#9D9D9D;
	font-weight: bold;
    text-align: center;
	font-size: 12px;
	padding-left:10px;
}
.cityhub{
	font-weight: bold;
	font-size: 12px;
	color:#947700;
}
.rightmenu{
	padding-left:555px;
}
p{
	color:#4d4d4d;
	font-weight: normal;
    text-align: justify;
	font-size: 12px;	
	padding-right:10px;
}

a:link {color:#868686;text-decoration:none;}      /* unvisited link */
a:visited {color:#868686;text-decoration:none;}  /* visited link */
a:hover {color:#B08D4D;text-decoration:none;}  /* mouse over link */
a:active {color:#666666;text-decoration:none;}  /* selected link */

