body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/top-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#999999;
	font-size:12px;
	text-align:justify;
	color:#000;
	margin-top:0px;	
}

.text1{
	color:#FFFFFF;
	text-align:justify;
	padding:0px 3px 0px 3px;
}

.sublinks{
	color:#FFFFFF;
	text-decoration:none;
}

.sublinks a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.bg{
	background-color:#FAEBED;
}

.sidebar{
	background-color:#8a2628;
	background-image:url(../images/side-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.pad{
	padding:0px 3px 0px 3px;
}

.header{
	color:#8a2628;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}

.header1{
	font-weight:bold;
	color:#FFFFFF;	
	text-align:center;
	text-decoration:none;
}

.header1 a:hover{
	font-weight:bold;
	color:#8a2628;	
	text-align:center;
	text-decoration:none;
}

.readmore{
	color:#8a2628;
	text-align:right;
	text-decoration:none;
}

.readmore a:hover{
	color:#8a2628;
	text-align:right;
	text-decoration:underline;
}

.brd{
	border:2px solid #8a2628;
}

.footer{
	color:#fff;
	font-size:11px;
	text-align:center;
	line-height:30px;
	text-decoration:none;
}

.footer a:hover{
	color:#fff;
	text-decoration:underline;
}

