/*---------------------body style------------------*/
*{
font-size:13px;
font-family: Tahoma, Arial, verdana;
margin:0px;
}
/*--------------------------------------------------*/


/*---------------------font style------------------*/

.font-black-11px{
font-size:11px;
font-weight:normal;
color: #000000;
}

.font-gray-13px{
font-size:13px;
font-weight:normal;
color: #8B8686;
}

.font-gray-10px{
font-size:10px;
font-weight:normal;
color: #8B8686;
}

.font-red-10px-bold{
font-size:10px;
font-weight:bold;
color: #E52929;
}

.font-red-11px-bold{
font-size:11px;
font-weight:bold;
color: #E52929;
}

.font-red-13px{
font-size:13px;
font-weight:normal;
color: #E52929;
}

.font-red-14px{
font-size:14px;
font-weight:bold;
color: #E52929;
}


.font-white-13px{
font-size:13px;
font-weight:normal;
color: #ffffff;
}

.font-white-14px-bold{
font-size:14px;
font-weight:bold;
color: #ffffff;
}

.font-white-18px-bold{
font-size:18px;
font-weight:bold;
color: #ffffff;
}

.font-white-30px-bold{
font-size:30px;
font-weight:bold;
color: #ffffff;
}

.font-white-36px-bold{
font-size:36px;
font-weight:bold;
color: #ffffff;
}

/*--------------------------------------------------*/


/*---------------------link style------------------*/

a,
a:link,
a:visited,
a:active{	
	color:#5B5858;
	font-size:13px;
	text-decoration: none;
}
a:hover {
	color:#E52929;
	font-size:13px;
	text-decoration:none;
}


.more-link a:link,
.more-link a:active,
.more-link a:visited  {
	color: #5B5858;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
.more-link a:hover {
	color: #E52929;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}

.more-link-white a:link,
.more-link-white  a:active,
.more-link-white  a:visited  {
	color: #ffffff;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
}
.more-link-white  a:hover {
	color: #ffffff;
	font-size:10px;
	font-weight: bold;
	text-decoration: underline;
}

.more-link-red a:link,
.more-link-red  a:active,
.more-link-red  a:visited  {
	color: #E52929;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
}
.more-link-red  a:hover {
	color: #E52929;
	font-size:10px;
	font-weight: bold;
	text-decoration: underline;
}


/*--------------------------------------------------*/


