A:link { text-decoration: none; color: #FFFFCC; }
A:visited { text-decoration: none; color: #00FFFF; }
A:active { text-decoration: none; color: #ff0099; }
A:hover { text-decoration: underline; color: #ff0000; }
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	list-style-type: circle;

}
body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;

}
.bluetop {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #33CCCC;
	border-right-color: #33CCCC;
	border-bottom-color: #33CCCC;
	border-left-color: #33CCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.bullet {
	list-style-type: square;

}
.bullet2 {
	list-style-type: none;

}
.border {

	border: 1px solid #33CCCC;
}
.graytop {

	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.titlebar {
	font-size: 24px;
	color: #FF0000;
}
.grayborder {

	border: 1px solid #666666;
}
.bordergreen {


	border: 1px solid #008000;
}
.green {
	color: #999999;
	font-size: 16px;
	font-weight: bold;


}
.greentop {


	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 008000;
	border-right-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.gray {

	color: #999999;
	font-size: 16px;
	font-weight: bold;
}
