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

/* link options */
a:link {color:#FF0000; text-decoration: none;}
a:visited {color:#EE8888; text-decoration: none;}
a:active {color:#FF0000; text-decoration: none;}

.r {color:#FFFFFF}
.r:link {color:#FFFFFF; text-decoration: none;}
.r:visited {color:#EE8888; text-decoration: none;}
.r:active {color:#FFFFFF; text-decoration: none;}
.r:hover {color:#FF0000; text-decoration: none;}

/* fonts */
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

.style3 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
}

.style4 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
}

.style24 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
}

.style25 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-style: italic;
}

.style26 {color: #FF0000}

.style15 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}