.bg-1 {
	background-image: url(../images/interface_02.gif);
	background-repeat: repeat-x;
}
.bg-2 {
	background-image: url(../images/interface_07.gif);
	background-repeat: repeat-x;
}
.bg-3 {
	background-image: url(../images/interface_12.gif);
	background-repeat: repeat-y;
}
.bg-4 {
	background-image: url(../images/interface_11.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bg-5 {
	background-image: url(../images/interface_16.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.button {
	background-attachment: fixed;
	background-image: url(../images/interface_05.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button a:link {
	color: #FFFFFF;
}

.text-menu-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text-menu-left a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text-menu-left a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text-menu-left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text-normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.text_normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #8D8F36;
	font-size: 12px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.text-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8D8F36;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330066;
	font-weight: bold;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text-med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: 12px;
	border: 1px solid #000000;
	height: 18px;
	width: 130px;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #003333;
}

.border-black {
	border: 1px solid #000000;
}
.border-top-bot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border-bot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border-left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.input2 {
	font-family: Arial;
	font-size: 10px;
	color: #222E4A;
	border: 1px solid #bfbfbf;
	padding: 2px;
}
.input3 {
	font-family: Arial;
	font-size: 11px;
	color: #222E4A;
	border: 1px solid #bfbfbf;
	padding: 2px;
	width: 100%;
}