/* CSS Document */

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	}

.style10 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.style11 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
}

.tspecial {
	color: #000000;
	font-weight: bold
	}

.whiteplain {
	color: #FFF;
	}

.style1 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 a:visited {
	color:#FFF;
	text-decoration: none;
}

.style1 a:active {
	color:#FFF;
	text-decoration: none;
}

.style1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


.style10 a:link {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
.style10 a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.style10 a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.style10 a:hover {
	color: #000000;
	text-decoration: underline;
	}

.style11 a:link {
	text-decoration: none;
	color: #F00;
	font-weight:bold;
}
.style11 a:visited {
	text-decoration: none;
	color: #F00;
	font-weight:bold;
}

.style11 a:active {
	text-decoration: none;
	color: #F00;
	font-weight:bold;
}

.style11 a:hover {
	color: #F00;
	text-decoration: underline;
	}



.tspecial a:link {
	color:#000;
	text-decoration: none;
}

.tspecial a:visited {
	color:#000;
	text-decoration: none;
}

.tspecial a:active {
	color:#000;
	text-decoration: none;
}

.tspecial a:hover { 
    color: # 63C;
	text-decoration: underline;
}
.maintext {
	color: #000;
	text-align: left;
}
