/* CSS Document */

/* Body */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* Fonts */

.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.style2 {
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #000000;
}
.style3 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.style4 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.style5 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}



/* Links */


.link a:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
.link a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
.link a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #0000FF;
}
.link a:active {
	font-size: 12px;
	color: #0000FF
}