@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-size:12px;	
	font-family:Sylfaen, SylfaenARM,BPG Glaho, Sylfaen, Arial;
	
}
body a
{
color:#006;
text-decoration:none;
font-family:Sylfaen, SylfaenARM,BPG Glaho, Sylfaen, Arial;
}
body a:hover
{
color:#009;
text-decoration:underline;
}
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
.left_menu td a {
text-decoration:none;
vertical-align:middle;
font-family:Sylfaen, SylfaenARM,BPG Glaho, Sylfaen, Arial;
color: #E5E5E5;
	}	
	

.left_menu td 
{
border-bottom:1 #CCC dotted; 

}
.left_menu td a
{
color:#333;
font-size:13px;
}
.left_menu td a:hover
{
color:#333;
text-decoration:underline;
cursor:pointer;
}

.button
{
background-image:url(images/button.png);
}
.button:hover
{
background-image:url(images/button2.png);
}
input.btn {  
	  color:#000;  
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif;        
	  border: 1px solid;  
	  border-color: #000;  
	  filter:progid:DXImageTransform.Microsoft.Gradient  
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#000');
	  background-color:fbfbfb;
	  font-family:Sylfaen, SylfaenARM,BPG Glaho, Sylfaen, Arial;
	  height:20px;
	  width:140px;
} 
.more
{
text-decoration:none;
color:#00C;
}
.more:hover
{
color:#09F;
text-decoration:underline;
}
	
#link
{
color:#0C3;
font-size:12px;	
text-decoration:none
}
#link:hover
{
color:#093;
font-size:12px;	
text-decoration:underline
}