@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}
a {
	color: #FE0000;
	text-decoration: none;
}
a:link {
	color: #FE0000;
	text-decoration: none;
}
a:active {
	color: #FE0000;
	text-decoration: none;
}

a:hover {
	color: #FE0000;
	text-decoration:underline;
	}
	

.footer {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}
a.footer {
	text-decoration: underline;
	color: #666666;
}
a.footer:hover {
	text-decoration: none;
	color: #666666;
}

	
	
li {
	list-style-image:url(images/bullet.gif);
}


.txtlg {
	font-size: 16px;
	line-height: 20px;
}
.txtmed {
	font-size: 14px;
	line-height: 18px;
}

.txtsm {
	font-size: 12px;
	line-height: 17px;
}

.txtxsm {
	font-size: 10px;
	line-height: 15px;
}

.txtxxsm {
	font-size: 9px;
	line-height: 12px;
}


.bold {
	font-weight: bold;
	}
.red {
	color: #FE0000;
	}

h1 {
	font-weight: bold;
	font-size: 16px;
	color:#000000;
	border-bottom:1px solid #cccccc;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	border-bottom:1px solid #cccccc;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}
.anylinkcss{
position:absolute;
visibility: hidden;
border: 1px solid #CCCCCC;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #FFFFFF;
width: 180px;
background-image:url(images/bot.jpg);
}

.anylinkcss a{
width: 100%;
border-bottom: 1px solid #CCCCCC;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #000;
}

.anylinkcss a:hover{ /*hover background color*/
color: #FE0000;
text-decoration: underline
}
}