/* CSS Document */

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	color: #000066;
	text-decoration: underline;

}

body {
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #000066;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	list-style-position: outside;

}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {font-size: 16px}
.style5 {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.style6 {	color: #000066;
	font-weight: bold;
}
.style7 {
	color: #000066;
	font-weight: bold;
}
.style8 {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.style9 {font-size: 14px}
.style13 {
	font-size: 12px;
	color: #666666;
}
.style14 {font-size: 10px; color: #CCCCCC; }
.style17 {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
.style15 {color: #000066; font-weight: bold; font-size: 16px; }

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
