@charset "utf-8";
/* CSS Document */

/*------------------------------*/
/*           html tag           */
/*------------------------------*/

body{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2D2B2E;
}

input, textarea, select{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6D6D6D;
}

h1{
	font-size:30px;
	display:none;
}

h2{
	font-size:22px;
	display:none;
}

/* for head's text of detail's page */
h3{
	font-size:16px;
}

/* for head's group of download's page */
h4{
	font-size:14px;
	color:#FFF;
}

p{
	margin:0px;
	padding-bottom:20px;
}

/*------------------------------*/
/*             style            */
/*------------------------------*/

.txt11{
	font-size:11px;
}

.txt11BoldGrey{
	font-size:11px;
	font-weight:bold;
}

.txt11BoldWhite{
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}

.txtFooter{
	font-size:11px;
	color:#4B4B4B;
}

/*------------------------------*/
/*             color            */
/*------------------------------*/

.white{
	color:#FFF;
}

.lightgrey{
	color:#D3D3D3;
}

.normalgrey{
	color:#9E9E9E;
}

.darkgrey{
	color:#6E6E6E;
}

.blue{
	color:#0AA2E6;
}

.red{
	color:#FF3333;
}

/*------------------------------*/
/*             link             */
/*------------------------------*/

a:link, a:visited{
	color:#0AA2E6;
	text-decoration:none;
}

a:hover{
	color:#0AA2E6;
	text-decoration:underline;
}

/* for footer */
a.footerLink:link, a.footerLink:visited{
	font-size:11px;
	color:#0AA2E6;
	text-decoration:none;
}

a.footerLink:hover{
	font-size:11px;
	color:#0AA2E6;
	text-decoration:underline;
}

a.faqsLink:link, a.faqsLink:visited{
 font-size:11px;
 color:#2D2B2E;
 text-decoration:none;
}
 
a.faqsLink:hover{
 font-size:11px;
 color:#FFFFFF;
 text-decoration:none;
}

a.searchLink:hover{
 color:#000000;
 text-decoration:none;
}
