@charset "utf-8";
/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.style1 a:link{
	color:#666666;
	text-decoration:none;
}
.style1 a:visited{
	color:#666666;
	text-decoration:none;
}
.style1 a:hover{
	color:#F58025;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style2 a:link{
	color:#666666;
	text-decoration:none;
}
.style2 a:visited{
	color:#666666;
	text-decoration:none;
}
.style2 a:hover{
	color:#F58025;
}
.style3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	 
}
.style3 a:link{
	color:#F58025;
	text-decoration:none;
}
.style3 a:visited{
	color:#F58025;
	text-decoration:none;
}
.style3 a:hover{
	color:#666666;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.style5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F58025;
	font-weight:bold;
}
.style5 a:link{
	color:#F58025;
	text-decoration:none;
}
.style5 a:visited{
	color:#F58025;
	text-decoration:none;
}
.style5 a:hover{
	color:#666666;
}
.style6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.style7 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	 
}
.style7 a:link{
	color:#F58025;
	text-decoration:none;
}
.style7 a:visited{
	color:#F58025;
	text-decoration:none;
}
.style7 a:hover{
	color:#666666;
}
.style8 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.style9 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}
.style10 {
	color: #597B7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	 
}
.style10 a:link{
	color:#597B7C;
	text-decoration:none;
}
.style10 a:visited{
	color:#597B7C;
	text-decoration:none;
}
.style10 a:hover{
	color:#F58025;
}
.style11 {
	color: #597B7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	 
}
.style11 a:link{
	color:#F58025;
	text-decoration:none;
}
.style11 a:visited{
	color:#F58025;
	text-decoration:none;
}
.style11 a:hover{
	color:#597B7C;
}
.style12 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	 
}
.style12 a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.style12 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.style12 a:hover{
	color:#F58025;
}

.big_style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}
.sm_style5 {
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#F58025;
	text-decoration: none;
        font-weight:bold;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F58025;
	margin:0;
	padding:0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F58025;
	margin:0;
	padding:0;
}
.orange {
	color:#FF6600;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.sm_orange {
	color:#FF6600;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
input {
	background-color:#FFFFFF;
	border:none;
}

/* Error Messages */

.error_header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #666666;
}

.error_message1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF6600;
}

.sm_orange_link {
        color:#FF6600;
        font-weight:bold;
        font-size:10px;
        text-decoration:none;
        font-family:Arial, Helvetica, sans-serif;
}

/* MENU */

#menu					{ margin: 0px; padding: 0; height: 40px; background: #FFFFFF; border: none;}

/* first level */
#menu li				{ list-style-type: none; height: 27px; float: left; border-left: none;}
#menu a					{ display: block; float: left; height: 40px; text-decoration: none; font-size: 12px; color: #666666; text-align: left; line-height: 40px; }
#menu a:hover			{ color:#F58025; }
#menu a:visited:hover,
#menu a:link:hover		{ cursor: pointer; }
#menu a.menu_open		{ background: #FFFFFF; }

/* second level */
#menu ul				{ visibility: hidden; z-index: 100; margin: 0; padding: 0; position: absolute; background: #FFFFFF; border: 1px solid #999999; border-bottom-width:0; font: normal 12px Arial; width:150px}
#menu ul li				{ float: none; border: none; width: auto !important; border-bottom:1px solid #999999; height:20px; }
#menu ul li a			{ float: none; height: auto; padding: 1px 0; color: #666666; font-size: 12px; text-align: left; line-height:18px; display: block; text-indent:3px; text-decoration:none; text-indent:5px;}
#menu ul li a:hover		{ background: #F58025; background: #FFFFFF;  border-bottom:1px solid #999999;}

/* third level */
#menu ul ul				{ display: none; }



