
/*   Body  _______________________________________________________________ */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:   11px;
	color: #434343;
	background-color: #fefefe;
	margin:  0px;
	padding: 0px;
	scrollbar-3dlight-color:    #666666;
	scrollbar-arrow-color:      #FFFFFF;
	scrollbar-base-color:       #666666;
	scrollbar-darkshadow-color: #eceff1;
	scrollbar-face-color:       #759206;
	scrollbar-highlight-color:  #FFFFFF;
	scrollbar-shadow-color:     #666666;
	scrollbar-track-color:      #eceff1;
}


/*   Table  _______________________________________________________________ */

table th, tr, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}

/*   Input  _______________________________________________________________ */


input, textarea, select {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #666666;
	display: inline;
}

input.button {
	height: 16px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
	display: inline;
}

input.image {
	border: 0px;
	display: inline;
}

input.radio {
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	display: inline;
}

input.checkbox {
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	display: inline;
}



/*   Fonts & Links  _________________________________________________________ */

a, a:active, a:visited {
	color: #759206;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}

a.menu, a.menu:active, a.menu:visited, .menu_text {
	color: #759206;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	color: #FF6600;
	text-decoration: underline;		
}

a.menu_white, a.menu_white:active, a.menu_white:visited, .menu_text {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
a.menu_white:hover {
	color: #ccfb14;
	text-decoration: underline;		
}

a.menu_black, a.menu_black:active, a.menu_black:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
a.menu_black:hover {
	color: #FF6600;
	text-decoration: underline;		
}


a.footer, a.footer:active, a.footer:visited, .footer_text {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
a.footer:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.nav, a.nav:active, a.nav:visited, .nav {
	color: #759206;
	text-decoration: none;
	font-size: 11px;
}
a.nav:hover {
	color: #FF6600;
	text-decoration: underline;
}



	
	
a.small_italic, a.small_italic:link, a.small_italic:visited, .small_italic_text  {
	font-family: tahoma;
	color: #FF6600;
	text-decoration: none;
	font-size:11px;
	font-style: italic;	
	padding: 3px;
}
a.small_italic:hover {
	color: #759206;
	text-decoration: underline;
	font-weight: 100;	
}

a.big_regular, a.big_regular:link, a.big_regular:visited, .big_regular_text  {
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
	font-size:24px;
	font-weight:bold;
	padding: 3px;
}
a.big_regular:hover {
	color: #FF6600;
	text-decoration: underline;
}

.big_regular_green_text  {
	font-family: tahoma;
	color: #759206;
	text-decoration: none;
	font-size:24px;
	font-weight:bold;
	padding: 3px;
}

.big_regular_gray_text  {
	font-family: tahoma;
	color: #999999;
	text-decoration: none;
	font-size:24px;
	font-weight:bold;
	padding: 3px;
}


a.medium_regular, a.medium_regular:link, a.medium_regular:visited, .medium_regular_text  {
	font-family: tahoma;
	color: #759206;
	text-decoration: none;
	font-size:17px;
	font-weight:bold;
	padding: 3px;
}
a.medium_regular:hover {
	color: #FF6600;
	text-decoration: underline;
}


.medium_regular_black_text  {
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
	font-size:17px;
	font-weight:bold;
	padding: 3px;
}




/*   Paragraph  _________________________________________________________ */

p {
	margin-top:     0px;
	margin-bottom: 11px;
}


/*   List  _______________________________________________________________ */

ul, ol {
	margin: 5px 0px 5px 25px;
}

ul {
	list-style-type: square;
	color: #666666;
}

li {
	margin-bottom: 5px;
}



/*   Error, message & attention  __________________________________________ */

.error, .message, .attention {
	background-color: #FFFFFF;
	padding: 5px;
}

.error {
	color: #FF6600;
}

.message {
	color: #008000;
}

.attention {
	color: #759206;
	background-color: #f6ffd5;	
}


/*   Borders  ______________________________________________________________ */


.border_error {
	border: 1px solid #FF6600;
}

.border_message {
	border: 1px solid #cfeb60;
	background-color: #fbfbfb;
}

.border_attention { 
	border: 1px solid #d7d7d8;

}

.no_border {
	border: 0px solid #FFFFFF;
}

.border_1px {
	border: 1px solid #a1a1a3;
	padding: 0px;	
}

.border_2px {
	padding:2;
	border: 2px solid #b2c3d0;
	clear: right;
}




/*   H ___________________________________________________________________ */


h1, h2, h3 {
	font-weight: bold;
	padding:  15px 0px 0px 0px;
	display: inline;
	color: #759206;
	height:  25px;	
}

h1 { font-size: 22px; }
	
h2  { font-size: 16px; }

h3  { font-size: 11px; }



/*   Pagination ___________________________________________________________ */


a.search_pages2, a.search_page2:link, a.search_pages2:visited {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	padding: 1px;
	color: #FFFFFF;
	background-color: #8f8f91; 
	text-align: center;
	width: 20px;
	height: 15px;
	text-decoration: none;		
}
a.search_pages2:hover, a.search_pages2:active { 
	background-color: #ff6e0b; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold; 
}

a.search_pages, a.search_pages:link, .search_pages:visited {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	padding: 1px;
	color: #FFFFFF;
	background-color: #8f8f91; 
	text-align: center;
	width: 20px;
	height: 15px;
	text-decoration: none;
}
a.search_pages:hover, a.search_pages:active  { 
	background-color: #ff6e0b; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold; 
	}

.page_of {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	padding: 1px;
	color: white;	
	background-color: #99c005; 
	text-align: center;
	width: 15px;
	height: 15px;
	text-decoration: none;
}