body {
	background-color: #ffffff; 
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

th{
	background-color: #000088;  /* Navy */
	font-size: 11pt;
	color: #ffff66;
	text-align: center;
}

tr, td	{
	font-size: 10pt;
	text-align: left;
}

.to_right{
	text-align: right;
}
.to_left{
	text-align: left;
}
.centerize{
	text-align: center;
}
.txt_white{
	color: white;
}
.txt_red{
	color: red;
}
.txt_blue{
	color: blue;
}
.txt_orange{
	color: orange;
}
.txt_vague{
	color: #c0c0c0;
}
.line_orange{
	color:#ffffff; background-color: orange;
}
.line_blue{
	color:#ffffff; background-color: blue;
}
.line_navy{
	color:#ffffff; background-color: navy;
}
.line_brown{
	color:#ffffff; background-color: brown;
}

A:link {
	color:blue; 
	text-decoration : underline;
}
A:visited {
	color:blue;
	text-decoration : underline;
}
A:active {
	color:blue;
	text-decoration : underline;
}
A:hover {
	color:red;
	text-decoration : underline;
}

.menu a,.menu a:link,.menu a:visited,.menu a:active {
display: block;
background: #87cefa;
color: #ffffff;
font: 10pt;
height: 16px;
text-decoration: none;
}

.menu a:hover {
display: block;
background: #87cefa;
color: #0000ff;
font: bold 11pt;
cursor: pointer;
height: 16px;
text-decoration: none;
}
