/* CSS Document */

a:link {
	font-family:Arial;color:#0000FF; font-size:10pt; text-decoration:none;
}

a:active {
	font-family:Arial;color:black; font-size:10pt; text-decoration:none;
}

a:visited {
	font-family:Arial;color:purple; font-size:10pt; text-decoration:none;
}

a:hover {
	font-family:Arial;color:red; font-size:10pt; text-decoration:underline;
}

.head1 {
	font-size:24pt;
}

.head2 {
	font-size:18pt; font-family:Arial;
}

.LabelText {
	font-size: 11pt; font-family:Arial;
}