/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", "Calibri", Arial;
	font-size: 16px;
	color: #000000;
}

.style1 {
	font-family: "Trebuchet MS", "Calibri", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #00497B;
}
.style2 {
	font-size: 30px;
	font-weight: bold;
	color: #00497B;
}
.style3 {
	font-size: 20px;
	font-weight: bold;
	color: #AD61AD;
}

.style4 {
	font-size: 12px;
	color: #000000;
}

.style5 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.style6 {
	font-size: 16px;
	color: #FFFFFF;
}


a {
	font-family: "Trebuchet MS", "Calibri", Arial;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #00497B;
}
a:visited {
	text-decoration: none;
	color: #00497B;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
