body
{
background-color:#fff;
font-family: arial;
}

td{
font-size:9pt;
}


input,select,textarea{
font-size:9pt;
}

.errorbox{
border: 1px solid #DD1111;
color:#DD1111;
background-color: #FFEFEF;
}

.top{
border-top:4px solid #5A5551;
padding: 5px;
height: 50px;
font-size:11pt;
}

.top a{
color:#5A5551;
text-decoration: none;
}

.top a:hover{
color:#E89C20;
text-decoration:underline;
}


.tab{
background: #91AA37 url(img/green_arrow.gif) no-repeat;
height:30px;
padding-left: 30px;
border:1px solid #FFFFFF;
font-size:10pt;
text-transform:uppercase;
color:#FFFFFF;
font-weight: bold;
}


.tab_active{
background: #CEAB33 url(img/orange-arrow.gif) no-repeat;
height:30px;
padding-left: 30px;
border:1px solid #fff;
font-size:10pt;
text-transform:uppercase;
font-weight: bold;
}

.tab a{
color:#FFF;
text-decoration:none;
}

.tab_active a{
color:#FFF;
text-decoration:none;
}

.tab a:hover{
color:#444;
font-size:10pt;
text-decoration: none;
}

.tab_active a:hover{
color:#444;
font-size:10pt;
text-decoration: none;
}


.leftmenu{
background: #fff;
}

.leftmenu a{
}

.leftmenu a:hover{
}

.page{
background-color:#FFF6E7;
border: 2pt dashed #FFF6E7;
}

.page p{
padding: 5px;
}

.page a{
color:#FB7302 ;
text-decoration: none;
}

.page a:hover{
color:#FB7302;
text-decoration:underline;
}

.header{
/*background: #DFDFDF url(img/gray-arrow.gif) no-repeat;*/
padding-left: 25px;
height:30px;
color:#D4340C;
font-weight: bold;
font-size:12pt;
text-transform:uppercase;
border-bottom: 2px solid #D4340C;
}

.header2{
height:24px;
color:#333;
font-weight: bold;
font-size:10pt;
text-transform:uppercase;
background-color: #E59C23;
border-bottom: 2px dotted #E59C23; 
}

.footer{
border-top:4px solid #5A5551;
color:#5A5551;
font-size: 9pt;
}

.footer a{
color: #7b7773;
text-decoration: none;
}

.footer a:hover{
text-decoration: underline;
}




.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 0 0 0;
	background: url(img/menur_bg.gif) repeat-x; 
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; 
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(img/menur_hover_left.gif) no-repeat; 
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(img/menur_hover_right.gif) no-repeat right top;
}




