/*---------------------body style------------------*/
*{
line-height:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
}
/*--------------------------------------------------*/


/*---------------------font style------------------*/

.font-white-12px{
font-size:12px;
font-weight: normal;
color: #FFFFFF;
}

.font-white-bold-12px{
font-size:12px;
font-weight: bold;
color: #FFFFFF;
}

.font-white-14px-bold{
font-size:14px;
font-weight: bold;
color: #FFFFFF;
}


.font-gray-11px{
font-size:11px;
font-weight: normal;
color: #595959;
}

.font-gray-13px{
font-size:13px;
font-weight: normal;
color: #595959;
}

.font-red-13px-bold{
font-size:13px;
font-weight: bold;
color: #D50000;
}

.font-red-18px-bold{
font-size:18px;
font-weight: bold;
color: #D50000;
}







/*--------------------------------------------------*/


/*---------------------link style------------------*/

a,
a:link,
a:active,
a:visited {
	font-size:12px;
	color: #595959;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #FF0000;
	font-weight:normal;
}

.navigator-link a:link,
.navigator-link a:active,
.navigator-link a:visited  {
	color: #595959;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.navigator-link a:hover {
	color: #FF0000;
	font-size:11px;
	font-weight:normal;
	text-decoration:normal;
}

.red-link a:link,
.red-link a:active,
.red-link a:visited  {
	color:#FF0000;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
.red-link a:hover {
	color:#595959;
	font-size:11px;
	font-weight: bold;
	text-decoration:normal;
}

/*--------------------------------------------------*/

/*---------------------form style------------------*/

.search{
border:1px;
border-color: #999999;
background:#CCCCCC;
border-style:solid;
}

.menu-list{
border:1px;
border-color: #999999;
background:#CCCCCC;
padding:5px;
border-style:solid;
}

/*--------------------------------------------------*/
