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

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0C85F9;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.bottoml {color:#0072DD;	font-size:12px; text-decoration:none; font-weight:none;}
.bottoml:hover {text-decoration:underline;}

.biglink {color:#770414; 
	
	font-size:16px; 
	text-decoration:underline; 
	font-family: Tahoma; 
	font-weight:bold;}
	
.biglink:hover {text-decoration:none;}

.m11 {color:#3B3B3B; font-size:11px; text-decoration:none;}
.m11:hover {text-decoration:underline;}

.m12u {color:#353535; font-size:12px; text-decoration:underline;}
.m12u:hover {text-decoration:none;}

.x11 {color:#353535; font-size:10px; text-decoration:none;}
.x11:hover {text-decoration:underline;}

.x11u {color:#353535; font-size:11px; text-decoration:underline;}
.x11u:hover {text-decoration:none;}

.style1 {font-family: Tahoma}

.mainboys {font-family: Tahoma
	color: #770414;
	font-weight: bold;
	font-size: 16px;
}

.secboys {font-family: Tahoma
	color: #770414;
	font-weight: none;
	font-size: 16px;
}

.desc {color:#333333; font-size:12px; font-family: Tahoma; text-decoration:none;}

.sample {color:#0574E7;	font-size:13px; text-decoration:underline;}
.sample:hover {text-decoration:none;}

.solid { border: #c2c2c2; background-color: #FFFFFF; border-style: solid; border-top-width: 0px; 
border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px
} 
