body {
	background-color: #fff3df;
	font-family: Verdana, Lucida, Arial;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

td {
    font-family: Verdana, Lucida, Arial;
    font-size: 12px;	
}

.text {
	font-family: Verdana;
	font-size: 14px;
	color: #3D1313;
	text-decoration: none;
}

.text_small {
	font-family: Verdana;
	font-size: 11px;
	color: #3D1313;
	text-decoration: none;
}

.text_ssmall {
	font-family: Arial;
	font-size: 9px;
	color: #3D1313;
	text-decoration: none;
}

.title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #3D1313;
	text-decoration: none;
}

a.menu {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3D1313;
	text-decoration: none;
}
a.menu:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3D1313;
	text-decoration: none;
}
a.menu:active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3D1313;
	text-decoration: none;
}
a.menu:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3D1313;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3D1313;
	text-decoration: underline;
}

a.menu_selected {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #BB672B;
	text-decoration: none;
}
a.menu_selected:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #BB672B;
	text-decoration: none;
}
a.menu_selected:active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #BB672B;
	text-decoration: none;
}
a.menu_selected:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #BB672B;
	text-decoration: none;
}
a.menu_selected:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #BB672B;
	text-decoration: underline;
}
  
a {
	font-family: Verdana;
	font-size: 12px;
	color: #944002;
	text-decoration: none;
}

a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #944002;
	text-decoration: none;
}  

a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #944002;
	text-decoration: none;
}  

a:active {
	font-family: Verdana;
	font-size: 12px;
	color: #944002;
	text-decoration: none;
}  

a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #944002;
	text-decoration: underline;
}  

.textbox {
	font-family: Verdana;
	font-size: 12px;
	height: 18px;
	border: 1px solid #944002;
	color: #944002;
	width: 200px;
	background-color: #FFEBCA;
}

.textarea {
	font-family: Verdana;
	font-size: 12px;
	height: 18px;
	border: 1px solid #944002;
	color: #944002;
	width: 250px;
	height: 100px;
	background-color: #FFEBCA;
}

.button {
	font-family: Verdana;
	font-size: 12px;
	height: 18px;
	border: 1px solid #944002;
	color: #944002;
	background-color: #FFEBCA;
}

.highlight {
	border: 2px solid #944002;
	background-color: #FFEBCA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #944002;
	padding: 10px;
}

.highlight_stdtext {
	border: 2px solid #944002;
	background-color: #FFEBCA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #944002;
	padding: 10px;
}
.error {
	border: 2px solid #FF0000;
	background-color: #FFE8E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	padding: 10px;
}

.ok {
	border: 2px solid #005800;
	background-color: #C0FFC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005800;
	padding: 10px;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #944002;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #944002;
}