/*			C  S  S			D  O  C  U  M  E  N  T			*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#626263;
	padding:0px;
	margin:0 0 0 0;
	line-height:15px;
	background:url(../images/bg.jpg) #fdfbf8 repeat-x left top;
}

img, ul, li , form, input, div, h1, h2, p {margin:0; padding:0;}

img {border:none;}

ul {list-style-type:none;}


/*			G E N E R A L     S T Y L E     S T A R T	   		*/

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#ba2025;
	padding:6px 0px 10px 20px;
	margin:0px;
}

.menu-bg{
	background:url(../images/menu-bg.jpg) repeat-x left top;
	height:38px;
}

.menu1{
	float:left;
	margin:0px;
	padding:0px;
	}
	
.menu1 ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	display:inline;
	}
	
.menu1 ul li{
	/*background: url(../images/top-menubg.gif) no-repeat 0 0;
	background:url(../images/menubtn-bg.jpg) repeat-x left top;*/
	float:left;
	height:38px;
	display:inline;
	margin:0px;
	padding:0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:38px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.menu1 ul li a{
	height:38px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:0 15px 0 15px;
	margin:0px;
	line-height:38px;
	display:inline;
	float:left;
	}
.menu1 ul li a:hover{ 
	background:url(../images/menubtn-bg.jpg) repeat-x left top;
	color:#b42025;
	text-decoration:none;
	line-height:38px;
	float:left;
	}
	
.menu1 ul li#last{
	/*background: url(../images/top-menubg.gif) no-repeat 0 0;*/
	float:left;
	height:38px;
	display:inline;
	margin:0px;
	padding:0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:38px;
	font-weight:bold;
	color:#b42025;
	}
	
.menu1 ul li#last a{
	background:url(../images/menubtn-bg.jpg) repeat-x left top;
	height:38px;
	color:#b42025;
	text-decoration:none;
	text-align:center;
	padding:0 15px 0 15px;
	margin:0px;
	line-height:38px;
	display:inline;
	float:left;
	}
.menu1 ul li#last a:hover{ 
	background:url(../images/menubtn-bg.jpg) repeat-x left top;
	color:#b42025;
	text-decoration:none;
	line-height:38px;
	float:left;
	}

.bodybg{
	background:url(../images/bodybg.jpg) #fefbf6 repeat-x left bottom;
	padding:20px;
}

.border-body{
	float:left; border-bottom:1px solid #d0d0d0; width:570px;}

.pad1{
	padding:10px 20px 0 20px;}

.footerbg{
	background:url(../images/footer-bg.jpg) repeat-x left top;
	height:80px;
	padding:15px 0 0 40px;
}






/*			T E X T     S T Y L E     S T A R T	   		*/

.style1{
	color:#b52025;
}

.link1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#626263;
	text-decoration:underline;
}
a.link1:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#626263;
	text-decoration:none;
}



