@charset "utf-8";
/* CSS Document */


.title1 {font-family: Verdana,Arial, Helvetica, sans-serif; font-weight:bold; font-size: 18px; color:#8d1b86;}




body, td {
	font-family: Helvetica, Arial, Verdana,    sans-serif;
	font-size: 12px; color:#48030e;
	margin:0;
}

.footer  {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; color:#FFFFFF;}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}


/* for custom color of text that have link */s

.custom a:link {
	color:#FF0000;	
	text-decoration: none;
}
.custom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.custom a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.custom a:active {
	olor: #FFFF00;
	text-decoration: none;
}

/* for custom color of text that have link */

.custom2 a:link {
    color:#000000;
	font-weight:bold;	
	text-decoration: none;
}
.custom2 a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.custom2 a:hover {
	color: #FFFF00;
	font-weight:bold;
	text-decoration: none;
}
.custom2 a:active {
	olor: #FFFF00;
	font-weight:bold;
	text-decoration: none;
}


