body {
	background-image: url(../images/bg.gif);
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: left;
}

.top {
	color: #52260e;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: right;
	padding: 0 10px 0 0;
}
.top a:link, a:visited, a:active {
	color: #52260e;
	text-decoration: none;
	/*font-weight: bold;*/
}
.top a:hover {
	color: #999999;
	text-decoration: underline;
	/*font-weight: bold;*/
}

.headerHome {
	background-image: url(../images/header/header-home.jpg);
	background-repeat: no-repeat;
}

.topBG {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
}

.mainBG {
	background-color: #f8f6ea;
	padding: 20px 0 20px 0;
}

.main{
	background-color: #f8f6ea;
	padding: 30px;
	text-align: left;
}

a:link, a:active{
	color: #1861b2;
	text-decoration: underline;
}
a:hover {
	color: #c8bc9c;
	text-decoration: underline;
}
a:visited {
	color: #1861b2;
	text-decoration: underline;
}
	
.footer {
	background-image: url(../images/footer-bg.jpg);
	padding: 20px;
	vertical-align: bottom;
	text-align: left;
	color: #214b7b;
	font-size: 11px;
}
.footer a:link, .footer a:visited, .footer a:active {
	text-align: left;
	color: #214b7b;
	font-size: 11px;
	text-decoration: none;
}
.footer a:hover {
	color: #acacac;
	text-decoration: underline;
}

.controlcbackground{
	background-image: url(../admin-images/back.jpg);
}

.title{
	background-image: url(../images/titlebg.jpg);
	background-repeat: repeat-x;
	padding-left: 30px;
	color: #284E75;
	font-size: 24px;
}

form{
	padding: 0;
	margin: 0;
}

input{
	padding: 0;
	margin: 0;
}

.bold{
	font-weight: bold;
}
.subtitle {
	color: #95642c;
	font-weight: bold;
	font-size: 14px;
}