@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/top_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000080;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
.typeSize18 {
	font-size: 18px;
}
.typeBlue{
	color: #000080;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000080;
}
a:active {
	color: #0000FF;
}

