html { 	
	scrollbar-3d-light-color: #C30202;
	scrollbar-arrow-color: #FEFFED; 
	scrollbar-base-color: #C30202; 
	scrollbar-dark-shadow-color: #C30202; 
	scrollbar-face-color: #E22626; 
	scrollbar-highlight-color: #FFFCE4; 
	scrollbar-shadow-color: #C30202;
}
body {
	margin: 0px;
	background: #FEFFED url(../images/layout/back_background.gif) repeat center top;
	color: #000000;
	font-size : 10px;
	font-family : Tahoma, Verdana, sans-serif;
	text-align: center;
}
table tr td {
	vertical-align: top;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
h1 {
	font-size: 18px;
	font-family: Tahoma, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
a { 
	text-decoration: none;
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
}
a:hover { 
	text-decoration: none;
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #BF0D0B;
}
.header  {
	background: #FEFFED url(../images/layout/back-header.jpg) no-repeat center top;
	height: 300px;
	padding-top: 220px;
	text-align: center; 
	vertical-align: top;
}
.main{
	background: #FEFFED url(../images/layout/back_main.jpg) no-repeat center bottom;
	width: 770px;
	text-align: left;
	padding: 0px;
	vertical-align: top;
}
.content {
	padding: 0px 25px 0px 45px;
}
.content p{
	text-align: justify;
}
.footer {
	background: #FEF9DB url(../images/layout/back_footer.jpg) no-repeat center bottom;
	height: 45px;
	margin: 0px;
	padding: 18px 20px 0px 40px;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #ffffff;
}
.footer table td {
	color: #ffffff;
}
.footer a{ 
	font-size : 11px;
	font-family : Tahoma, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FEFFED;
}
.footer a:hover{ 
	font-size : 11px;
	font-family : Tahoma, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #026BCF;
}
