/* CSS Document */

a:link
	{color:#0A55B2; text-decoration:none}
a:hover
	{color:#F68916; text-decoration:none;}
a:visited
	{color:#0A55B2; text-decoration:none}
a:visited:hover
	{color:#F68916; text-decoration:none;}

	
.txtNormal
	{
	font-family:'Trebuchet Ms', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

.txtHead
	{
	font-family:'Trebuchet Ms', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#DF8611;
	}

.txtEn
	{
	font-family:'Trebuchet Ms';
	font-size:12px;
	color:5E5D5B;
	line-height:16px;
	}

.txtEnBox
	{
	text-align:left;
	font-family:'Trebuchet Ms';
	font-size:12px;
	color:5E5D5B;
	line-height:16px;
	background-color:#FFFFFF;
	display:block;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:2px;
	}
		
.txtBox
	{
	font-family:'Tahoma';
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	color:#999999;
	}

.txtBtn
	{
	font-family:'Tahoma';
	font-size:12px;
	font-family:tahoma;
	cursor:pointer;
	}

.txtEnHead
	{
	font-family:'Trebuchet Ms';
	font-size:15px;
	font-weight:bold;	
	color:EC1B17;
	}