// -----> MAIN <-----
body, th, h1, h2, h3, submenuItem, mainmenuItem {
	font: Tahoma;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.headertext {
	font: Tahoma;
	color: #FF4D00;
}
small {
	font: Tahoma;
	font-size: 11px;
}
td {
	font: Tahoma;
	font-size: 11px;
}
td.small {
	font: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
td.topic {
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

td.error {
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: red;
}
td.bold {
	font: Tahoma;
	font-weight: bold;
	font-size : 11px;
	color: #FF4D00;
}
td.notes {
	font: Tahoma;
	font-weight: bold;
	font-size : 11px;
	color: #4a4a4a;
}
td.title {
	font: bolder 12px/14px Tahoma, Verdana;
	font-weight: bold;
	font-size : 12px;
	color: #000000;
}
pre.small {
        font-family: Courier;
        font-size : 10px;
        color: black;
}
input.small 
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border: #494949; 
	background-color: #f3f3f3;
	border-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 2px;
	border-right-width : 2px;
	border-left-width : 1px;
	border-style : solid;
}

select.small 
{
	font-family: Verdana; 
	font-size: 11px;
	font-weight: bold;
	border-width : 0px;
	bottom-border: 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-color : #000000;
	background-color: #f3f3f3;
}

select.white 
{
	font-family: Verdana; 
	font-size: 11px;
	font-weight: bold;
	
	background-color: #f3f3f3;
	
	border-width : 0px;
	bottom-border: 0px;
	border-top-width : 0px;
	border-bottom-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border: #FF4D00;
	
	
}

textare.notes_form {
	font: Tahoma;
	font-weight: bold;
	font-size : 11px;
	color: black;
	border-width : 1px;
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-style : solid;
	border-color : 000000;
	background-color: #FFFFFF;
}

pre {
	font: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.res
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background: white;
}

.res:link 
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background: white;
}
.res:hover 
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FF4D00;
	background: #f3f3f3;
}
.res:visited 
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #black;
	background: white;
}

.main
{
        font-family: Tahoma;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        background: white;
}

.main:link
{
        font-family: Tahoma;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        background: white;
}
.main:hover
{
        font-family: Tahoma;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        color: #FF4D00;
        background: #f3f3f3;
}
.main:visited
{
        font-family: Tahoma;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        color: #black;
        background: white;
}

.small
{
        font-family: Tahoma;
        font-size: 9px;
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        background: white;
}

.small:link
{
        font-family: Tahoma;
        font-size: 9px;
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        background: white;
}
.small:hover
{
        font-family: Tahoma;
        font-size: 9px;
        font-weight: normal;
        text-decoration: none;
        color: #FF4D00;
        background: #f3f3f3;
}
.small:visited
{
        font-family: Tahoma;
        font-size: 9px;
        font-weight: normal;
        text-decoration: none;
        color: #black;
        background: white;
}
