
h1, h2, h3, h4, h5, h6, a, adead, p, li, table, address, h1a, h1b
{
	font-family: Arial, Helvetica;
}
h1, h2, h3, h4, h5, h6, h1a, h1b
{
	margin-left: 15;
	margin-right: 15;
	font-weight: bold;
}
h1
{
	font-size: large;
	color: rgb(255,255,255);
	background-color: rgb(30,30,160);
	margin-top: 20;
}
h1a
{
	font-size: large;
	color: #011E9E;
	background-color: #D7DEFF;
	margin-top: 20;
	font-weight: bolder;
}
h1b
{
	font-size: large;
	color: rgb(255,255,255);
	background-color: #FFFF00;
	margin-top: 20;
}
h2
{
	font-size: large;
	color: rgb(30,30,160);
	margin-top: 5px;
	margin-bottom: 5px;
}
h3
{
	font-size: medium;
	color: rgb(0,0,0);
	margin-top: 3px;
	margin-bottom: 3px;
}
h4
{
	font-size: small;
	color: rgb(0,0,0);
}
h5
{
	font-size: small;
	color: rgb(0,0,0);
}
h6
{
	font-size: x-small;
	color: rgb(0,0,0);
}
a.menulink
{ 
	font-size: small;
	color: rgb(192,255,255);
}
a.menulink:active
{ 
	text-decoration: none; 
	color: rgb(255,0,0);
} 
a.menulink:hover
{ 
	text-decoration: underline; 
	color: rgb(0,255,255);
} 
a.menulink:link
{ 
	text-decoration: none;
} 
a.menulink:visited
{ 
	text-decoration: none;
} 
adead
{ 
	font-size: small;
	color: rgb(192,255,255);
	text-decoration: none;
}
adead:hover
{ 
	text-decoration: none;
}
p, li, address
{
	margin-left: 15;
	margin-right: 15;
	color: rgb(0,0,0);
}
table
{
	margin-left: 20;
	margin-right: 20;
	color: rgb(0,0,0);
}
table.nomargin
{ 
	margin-left: 0;
	margin-right: 0;
}
li.current
{
        color: black;
        text-decoration: none;
        list-style-type:square;
}
li.notcurrent
{
        color: black;
        text-decoration: none;
        list-style-type:none;
}
li.disabled
{
        color: gray;
        text-decoration: none;
        list-style-type:none;
}
