/* CSS Document */

.font1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
}

.font2 {
	color: #006666;
	font-size: 9px;
	font-family: MS Sans Serif, Sans Serif;	
}

.font3 {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
}

.font4 {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
}

.font5 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: MS Sans Serif, Sans Serif;
}

.font6 {
	color: #00FFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
}

.font7 {
	color: #333333;
	font-size: 14px;
	font-family: MS Sans Serif, Sans Serif;
}

.font8 {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
}

.font9 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
}

.font10 {
	color: #336666;
	font-size: 12px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
}

.link1 a:link, .link1 a:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: none;
}
.link1 a:hover {
	font-size: 12px;
	color: #FF9900;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: underline;
}

.link2 a:link, .link2 a:visited {
	color: #006699;
	font-size: 12px;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: none;
}
.link2 a:hover {
	color: #006699;
	font-size: 12px;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: underline;
}

.link3 a:link, .link3 a:visited {
	color: #FFFF99;
	font-size: 12px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: none;
}
.link3 a:hover {
	color: #FFFF99;
	font-size: 12px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: underline;
}

.link4 a:link, .link4 a:visited {
	color: #006699;
	font-size: 9px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: none;
}
.link4 a:hover {
	color: #006699;
	font-size: 9px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: underline;
}

.link5 a:link, .link5 a:visited {
	color: #003366;
	font-size: 9px;
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: none;
}
.link5 a:hover {
	color: #CC0000;
	font-size: 9px;	
	font-family: MS Sans Serif, Sans Serif;
	text-decoration: underline;
}

