/*copyright  9:55 PM 1/4/2008*/


body {
			background-color: #;
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 11px; 
			scrollbar-base-color: #e0e0e0;
			scrollbar-face-color: #; 
			scrollbar-highlight-color: #e0e0e0; 
			scrollbar-shadow-color: #c0c0c0; 
			scrollbar-3dlight-color: white; 
			scrollbar-arrow-color: #000000; 
			scrollbar-track-color: white; 
			scrollbar-darkshadow-color: white;
}          
/*--------------------------------    Begin form area   --------------------------------*/
textarea {
		background-color: #000000;
		border-top-width: 1px; 
		border-right-width: 1px;
		border-bottom-width: 1px; 
		border-left-width: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 9px;
		color: #ffffff;
}
input, select {
		background-color: #000000;
		border-top-width: 1px; 
		border-right-width: 1px;
		border-bottom-width: 1px; 
		border-left-width: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		color: #FFFFFF;
				cursor: hand;

}
form (
		margin:1px; 
		padding:1px;
}
option.1 {
		background-color: #E70000;
		
}
option.2 {
		background-color: #F0FAFF;

}
option.3 {
		background-color: #D6DEE4;
		
}
option.4 {
		background-color: #CAD5DD;

}
option.5 {
		background-color: #A6B2BB;

}
input.button {
		border-top-width: 1px; 
		border-right-width: 1px;
		border-bottom-width: 1px; 
		border-left-width: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #000000;
		cursor: hand;
}

/*--------------------------------    Finish form area  -------------------------------- */
a:link { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:11px; 
			color:#FFFFFF; 
			text-decoration:underline; 

}
a:hover { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:11px; 
/*	position:relative; top:1px; left:1px; */
			color:#E70000; 
			text-decoration:underline; 

}
a:active { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:11px; 
			color:#000000; 
			text-decoration:none;  

}
a:visited { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:11px; 
			color:#FFFFFF; 
			text-decoration:underline; 

}
.head { 
			color:#E70000; 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			text-decoration: none;

}
.normal { 
			color:#E70000; 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			text-decoration: none;

}
.titletextarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:11px; 
			color:#000000; 
			font-weight: bold;
			text-decoration: underline;

}
.h1 { 
			color:#85C90E; 
			font-family:Trebuchet MS,arial,sans-serif;
		
			text-decoration: none;

}
h1 { 
			color:#E70000; 
			font-family:Trebuchet MS,arial,sans-serif;
	
			text-decoration: none;

}
h2 { 
			color:#F76088; 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			text-decoration: none;

}
.title { 
			color:#000000; 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;
			text-decoration: underline;

}

.title10 { 
			color:#666666; 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;

}

.title11 { 
			color:#000000; 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: underline;

}


a.menu:link { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px; 
			color:#126994; 
			text-decoration:none; 

}
a.menu:hover { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px; 
/*	position:relative; top:1px; left:1px; */
			color:#F90507; 
			text-decoration:underline; 

}
a.menu:active { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px; 
			color:#000000; 
			text-decoration:none;  

}
a.menu:visited { 
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px; 
				color:#126994;
			text-decoration:none; 

}

/*over19/5/2551*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


