html { overflow: -moz-scrollbars-vertical }

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DADDCE;
	margin: 0px;
}
.main {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	padding: 30px 30px 30px 35px;
}
.bottom {
	background-image: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align:center;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

img {
	border: 0px;
}

.vcard {
	background: url('../images/vcard.gif') no-repeat;
	padding: 4px 4px 4px 30px;
	margin-top: 5px;
}

.img_left {
	padding: 0px;
	border: 3px solid #E7E3D8;
	margin: 0px 15px 0px 0px;
}
.img_right {
	padding: 0px;
	border: 3px solid #E7E3D8;
	margin: 0px 0px 0px 15px;
}

a:link.normal
{
	color: #666666;
	text-decoration: underline;
}

a:visited.normal
{
	color: #666666;
	text-decoration: underline;
}

a:hover.normal
{
	color: #666666;
	background-color: #DADDCE;
	text-decoration: underline;
}

a:active.normal
{
	color: #666666;
	text-decoration: none;
}

.menu_item {
	font-size: 11px;
	color: #ffffff;
	cursor: inherit;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 18px;
	width: 109px;
}

a:hover.menu_item {
	background-color: #8DBD7F;
	cursor: pointer;
}

.hr
{	
	background-color: #B9BAA8;
	width: 100%;
	height: 3px;
}

input, textarea, select
{
	background-color: #ffffff;
	color: #333333;
	font-family: Geneva, Verdana, Helvetica, Arial;
	font-size: 8pt;
	border: 1px solid #DADADA;
}

.checkbox
{
    background-color: #ffffff;
    border: 0px;
}

.error {
	margin: 0px 15px 15px 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px dashed #FF0000;
}

.errortitle {
	font-weight: bold;
	color: #FF0000;
}

div#submenu {
	float: right;
	margin:0px 0px 0px 40px;
}

div#submenu img {
	margin-bottom: 15px;
}

div#title {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.link {
	color: #B96423;
}
