@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-color:#2c2c2c;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
a{
	text-decoration:none;
	color: #4B4B4B;
}
a img{border:none;}
p{
	font-size:10pt;
	text-align:justify;
	margin:0px;
}
p.orange{
	color: #EF3D24;
	font-size:11pt;
}

h2{
	color: #9d0000;
	font-size:16pt;
	margin:0px 0px 10px 0px;
	padding-left:5px;
}
div#container{
		width: 802px; 
		text-align: left; 
		margin: 0 auto;
		background-color:#FFFFFF;
		background-repeat: repeat-y;
		}
div.menuPlace{
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-image:url(../image/menuBg.gif);
	background-color: #d90008;
}
div.menuPlace div{
	padding:10px;
	color: #FFFFFF;
	text-align:center;
}
div.menuPlace a{
	font-size:9pt;
	color: #FFFFFF;
	font-weight: bold;
}
div.menuPlace a:hover{
	color:#f0ff00;
	text-decoration:underline;
}
div.padding{
	padding:10px;

}
div.footer{
	background-image:url(../image/bottomBg.gif);
	height: 91px;
	}

