.sitemargin {
	border-top-color: #B8B8B8;
	border-top-style: solid;
	border-top-width: 5px;
	border-right-color: #B8B8B8;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #B8B8B8;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #B8B8B8;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #7F7F1E;	

}
a:hover {
	text-decoration: underline;
}
a.menu {
	font-weight: bold;
	color: #FFFFFF;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu {
	background-color: #F3F3F3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D9D9D;
	font-weight: bold;
	text-decoration:none;
}
p {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #403D5A;
}
p.separators {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #789816;
}
p.title {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CACA66;
}
p.status {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CACA66;
}
p.menutitle {
	font-size: 11px;
	font-weight: bold;	
	color: #FFFFFF;
}
img {
	border: none;
}
input
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #403D5A;
	border: 1px solid #BABABA;
}
input.button{
	border: 1px solid #DFDFDF;
	background-color: #9E0000;
	font-weight: bold;
	color: #FFFFFF;	
}
input.check{
	border: 0px;
}
select {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #403D5A;
}
textarea {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #403D5A;
	border: 1px solid #BABABA;
}
.vline {
	background-image: url(images/v_dot.jpg);
	background-repeat: repeat-y;
}
.hline {
	background-image: url(images/h_dot.jpg);
	background-repeat: repeat-x;
}
.box {
	background-color: #EFEFCB;
}