.index
{
 	background-color:#FFFFEA;
 	background-image:url(bg/yellow.gif);
	background-repeat:no-repeat;
	background-position: right top;
	background-attachment:fixed;
	font-size:11px;
	font-family : "Trebuchet MS", Tahoma, sans-serif; 
	scrollbar-face-color : #f5e081;  scrollbar-arrow-color : #FFFFFE; 		
	scrollbar-3dlight-color : #f5e081; 		scrollbar-darkshadow-color : #f5e081; 	
	scrollbar-highlight-color : #FFFFFE; scrollbar-shadow-color : #FFFFFE; 
	scrollbar-track-color : #FFFFFE;
	color:#606060;	
	text-align:center;
}

.default
{
 	background-color:#FFFFEA;
 	font-size:11px;
	font-family : "Trebuchet MS", Tahoma, sans-serif; 
	scrollbar-face-color : #f5e081;  scrollbar-arrow-color : #FFFFFE; 		
	scrollbar-3dlight-color : #f5e081; 		scrollbar-darkshadow-color : #f5e081; 	
	scrollbar-highlight-color : #FFFFFE; scrollbar-shadow-color : #FFFFFE; 
	scrollbar-track-color : #FFFFFE;
	color:#606060;	
}

.top
{
	background-image:url(bg/top.gif);
	background-repeat:no-repeat;
	position: absolute;
	top: 20px;
	left:20%;
	min-width: 500px;
	width: 60%;
	height: 100px;
	padding:20px;
	font-size:50px;
	font-family : "Trebuchet MS", Tahoma, sans-serif; 
	letter-spacing:5px;
	color:#f4cd98;
	border-bottom: 2px solid #f5e081;
}

.left
{
 	position: absolute;
	top:10px;
	left: 0px;
	width: 18%;
	margin: 1% 0 0 1%;
	border: 0px dotted #f5e081;
	background-color:#FFFFEA;
 	padding: 5px;
 	text-align:center;
}

.middle
{
 	position: absolute;
	top:130px;
	left:20%;
	min-width: 500px;
	width: 60%;
	height:80%;
	min-height:400px;
	border: 2px dotted #f5e081;
	background-color:#FFFFEA;
 	padding: 5px;
 	color:#303030;
 	text-align:justify;
	filter:alpha(opacity=80);
}

A:link{color:#f4af98;text-decoration:none;font-size:12px;}
A:visited{color:#f4af98;text-decoration:none;font-size:12px;}
A:active{color:#f4af98;text-decoration:none;font-size:12px;}
A:hover{color:#ff4c11; cursor:help; font-size:12px; border-bottom: 1px #ff4c11 dotted;}

.side {
width: 100%;
display: block;
text-align: center;
line-height: 15px;
margin-left: 0px;
background-color: #FFFFEA;
font-size: 10px;
font-family:
verdana,arial,tahoma,helvetica,trebuchet ms;
color: #606060;
}

.side a:link,.side a:visited,.side a:active {
display: block;
border-top: 2px solid white;
border-left: 2px solid white;
border-bottom: 2px solid #f5e081;
border-right: 2px solid #f5e081;
color: #f4af98;
font-weight: normal;
}

.side a:hover {
color: white;
background-color: #f5e081;
border-top: 2px solid #e27100;
border-left: 2px solid #e27100;
border-bottom: 2px solid white;
border-right: 2px solid white;
text-decoration: none;
font-weight: normal;
}

.sidetitle {
text-align: center;
background-color: #f5e081;
padding: 10px;
padding-top: 5px;
padding-bottom: 4px;
color: white;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
font-family: 
verdana,arial,tahoma,helvetica,trebuchet ms;
}

input, text, textarea, select {	
	   font-size:10px;
	   background-color:#FFFFFF;
	   border: solid 1px #f5e081;	
	   font-family : "Trebuchet MS", Tahoma, sans-serif; 
	   scrollbar-face-color : #f5e081;  scrollbar-arrow-color : #FFFFFE; 		
	scrollbar-3dlight-color : #f5e081; 		scrollbar-darkshadow-color : #f5e081; 	
	scrollbar-highlight-color : #FFFFFE; scrollbar-shadow-color : #FFFFFE; 
	scrollbar-track-color : #FFFFFE;
	   color:#606060;
}
 
img{
	border: 2px dotted #f5e081;
	padding:5px;
}