.link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.link a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

.link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.link a:hover {
	color: #000066;
	text-decoration: underline;
}

.link a:active {
	color: #FFFFFF;
	font-weight: bold;

}

.linkblue {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.linkblue a:link {
	color: #000066;
	text-decoration: none;
} 

.linkblue a:visited {
	color: #000066;
	text-decoration: none;
}

.linkblue a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.linkblue a:active {
	color: #000066;
	font-weight: bold;

}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}
.mainsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}
.mainwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #77AADD;
}
