@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
}
.menu{
	background:url(../images/menu-slice.jpg) repeat-x;
	border-left:1px solid black; border-right:1px solid black;
}
.menu a{
	color:#211A56;
	text-decoration:none;
	display:block;
	font-weight:bold;
	font-size:12px;
}
.menu a:hover{
	color:#910619;
	font-family: Arial, Helvetica, sans-serif;
}
.left_content{
	background:#FFFFFF;
	border-left:1px solid #000000;
	padding:15px;
	border-bottom:1px solid black;
}
.right_content{
	background:#FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding:5px;
	padding-top:20px;
	border-bottom:1px solid black;
}
h1{	
	color:#910619;
	font-size:22px;
	padding-top:0px;
	margin-top:0px;
}
h2{
	color:#211A56;
	font-size:12pt;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	color:#211A56;
	font-size:16px;
	margin:0px;
}
.left_content div table tr td p strong {
	color: #000;
}
.left_content div table tr td div h3 {
	color: #FFF;
}
.left_content div table tr td h1 strong {
	color: #FFF;
}
.left_content div table tr td {
	color: #000;
}
.left_content div table tr td h1 strong {
	color: #F00;
}
.left_content div table tr td h1 strong {
	color: #FFF;
}
.left_content div table tr td p {
	color: #000;
}
.left_content div table tr td h2 {
	color: #FFF;
}
.left_content div table tr td h1 {
	color: #811B17;
}
.left_content div table tr td h3 {
	color: #FFF;
}

