body {
	background-color: #b5bed5;
	background-image:url(images/bkgd.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
a:link, a:visited {
	color: #322b26;
	text-decoration: underline;
}
a:hover, a:active {
	color: #7a695c;
	text-decoration: underline;
}
/* ----------menu-------------- */
.main-menu  {
	font: normal 12px "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
}
a.main-menu:link, a.main-menu:visited  {
	color: #7a695c;
	line-height:100%;
	text-decoration:none;	
}
a.main-menu:hover, a.main-menu:active  {
	color: #322b26;
	text-decoration: none;
}
/* ----------main body-------------- */
h1 {
	font: bold 13px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #1f2b45;
	letter-spacing:1px;
	line-height:100%;
	margin-bottom: 5px;
}
h2 {
	font: bold 12px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #1f2b45;
	margin-bottom: 5px;
}
h3 {
	font: bold 11px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #1f2b45;
}
p {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #1f2b45;
	margin-top: 0px;
}
p.spacer  {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #fffffF;
	margin-top: 40px;
}
.table  {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1f2b45;
	margin-top: 0px;
	line-height: 0px;
}
.form  {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1f2b45;
	line-height:14px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f2b45;
	line-height: 20px;
	margin-top: 0px;
}
hr {border: none 0; 
	border-bottom: 1px solid #7a695c;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
.small  {
	font: normal 10px Arial, Helvetica, sans-serif;
}
/* ----------footer-------------- */
.footer {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #1f2b45;
	line-height:150%;
}
.footer a:link, .footer a:visited  {
	color: #1f2b45;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #687492;
}