.body {
	margin:0;
	padding:0;
	background:#CDCDCD;
}

.header {
	background: url(../images/flag3.jpg);
	height: 250px;
}

.header_text a{
	color: #FFFFFF;
	padding: 50px 0px 0px 190px;
	text-align: left;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
}

.header_text a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.text_h1{
	color: #000000;
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-size: 18px;
}

.text{
	background:#CD2626;
	color: #FFF;
	padding: 10px 10px 20px 10px;
	text-align: justify;
	font-size: 14px;
}
.text a{
	color: #FFAA77;
	text-align: justify;
	text-decoration: none;
	font-size: 14px;
}
.text a:hover{
	color: #FFAA33;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

.text h1{
	text-align: center;
	font-size: 21px;
}

.menu{
	background:#8B7355;
}

.ads{
	background:#8B7355;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

.footer{
	background:#535455;
	color: #777777;
	padding: 15px 0px 20px 0px;
	text-align: center;
	font-size: 10px;
}
.footer a{
	color: #777777;
	text-decoration: none;
}
.footer a:hover{
	color: #777777;
	text-decoration: none;
}

.margin{
	background:#FEFEFE;
}

.h5_tit{
	color: #EEEEEE;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
}
.menu_tit{
	color: #FFFFFF;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.menu_table{ 
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-spacing:0px; 
	padding: 0px;
	font-size: 14px;
	text-align: center;
}
.menu_link a{
	color: #CCC;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
	font-size: 12px;
}
.menu_link a:hover{
	color: #FFAA33;
	text-decoration: underline;
	font-weight: bold;
}
.margin_menu{
	background:#CCCC00;
}

.menu_s {
	color: #CCCCCC;
	font-size: 10px;
}
.menu_s a{
	color: #CCCCCC;
	text-decoration: none;
}
.menu_s a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

