@charset "utf-8";
/*____MENU____________________________________________________*/

a.nw:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color:#FBD481;
	padding:10px;
	font-style: italic;
}

a.nw:visited, a.nw:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FBD481;
	padding:10px;
	font-style: italic;
}

a.nw:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color:#FFFFFF;
	padding:10px;
	font-style: italic;
}



.menu {
background-color:#6c0000;
height:39px;
width:159px;
text-align:center;
padding-top:5px;
}

/*________________________________________________________*/

.bg {
background-image:url(Image/top_bg.jpg);
background-position:center;
background-repeat:repeat-x;
}

.body {
background-color:#FFFFFF;
}

.left {
background-image:url(Image/bga.jpg);
}

.right {
background-image:url(Image/bg2a.jpg);
}

.bodytext {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00317d;
	padding:10px;
}

.Subtitletext {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00317d;
}

.heading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00317d;
}

.fooder {
	height:39px;
	background-color:#440001;
	text-align:center;
	padding-top:15px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FBD481;

