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

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #333333;
}
a:link {
	color: #19177A;
	font-weight: bold;
	font-size: small;
}

a:visited {
	color: #19177A;
	font-weight: bold;
	font-size: small;
}
a:hover {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	background-color: #C0C0C0;
}
a:active {
	font-size: small;
	font-variant: normal;
	color: #FF0000;
	font-weight: bold;
	background-color: #C0C0C0;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

.style4 {
	font-size: xx-small;
	text-align: center;
}
.style5 {
	color: #FF0000;
	font-weight: bold;
}


.footer {
	font-size: x-small;
	text-align: center;
}
