body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color: #6F6A68;
	background-color: #555B5B;
		
}
.body_text {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;	
	color: #000000;
}
/*color: #6F6A68;*/

.border{
border-left:1px solid #7C7A6B;
border-right:1px solid #7C7A6B;
}

.border2{ border :1px solid #C9D0C6;
}

.border3{ border :1px solid #6F6A68;
}

.font-bold {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color: #000000;
}

.font-bold-15 {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color: #000000;
}

.titles-green-bold {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color: #689945;
}
.titles-green-bold_h2 {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color: #689945;
}


.titles-green {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color: #689945;
}

.small-bold {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color: #000000;
}

.small {
	font-family:Tahoma;
	font-size:10px;
	color: #000000;
}

.link{
	font-family:Tahoma;
	font-size:10px;
	color: #000000;
}

.footer {
	font-family:Tahoma;
	font-size:10px;
	color: #000000;
}

a:link { text-decoration: underline; color: #000000; text-decoration:none }
a:visited { text-decoration: underline; color: #000000;  text-decoration:none}
a:hover { text-decoration: none; color: #000000;  text-decoration:none}
a:active { text-decoration: underline; color: #000000; text-decoration:none}

.form_style_1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #000000 ; 
	border: #dadada; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.form_text { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	border: #666666;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.form_combo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	border: #666666;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	z-index:30
}


.form_text_numeric { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #000000 ; 
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	text-align:right;
}

.form_button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	border: #dddddd;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #C9D0C6;
}
.form_button_clicked{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	border: #dddddd;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFCC33;
}



/*Outermost DIV for thumbnail viewer*/
#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
/*Footer DIV of thumbbox that contains "close" link */
#thumbBox .footerbar{ 
font: bold 16px Arial;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage{ 
background-color: #333333 ;
}
/*DIV for showing "loading" status while thumbbox is being generated*/
#thumbLoading{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.bodycolo{
color: #000000;
}