/* CSS Document */
body{
	margin:0;
}

#menulink a{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#F69A2C;
	text-decoration:none;
	
}

#menulink a:hover{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#FFC177;
	text-decoration:none;
}

.menu{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

#footerlink a{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#676666;
	text-decoration:none;
	
}

#footerlink a:hover{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#393838;
	text-decoration:none;
}

.footer{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	height:18px;
}

.title{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;

}

.text{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#3C3C3C;
	text-align:justify;
}

.text2{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:justify;
}
.text3{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#3C3C3C;
	text-align:justify;
}


