body
{
	background-color: #CCCCCC;
	color:#000000; 
	font-family:sans-serif; 
	font-size:10px; 
}

.document
{
	font-size: 12px;
}

.title
{
	font: 20px bold;
	color: #CCCCCC;
	background-color: Navy;
}

.subtitle
{
	font: 18px bold;
	color: Navy;
}

.topic
{
	font: bold;
	color: Navy;
}

.hover
{
    background-color: #6699CC;
}
.hover td a
{
    background-color: #6699CC;
}
.hover td a:Visited
{
    color:#660066; 
    background-color: #6699CC;
    font-family:sans-serif; 
    font-size:small; 
    font-weight:normal; 
    text-decoration:none;
}

a
{
    color: #0000CC; 
    background-color: #CCCCCC; 
    font-family: sans-serif; 
    font-size: small; 
    font-weight: normal; 
    text-decoration:none; 
}

a:Visited
{
    color: #660066; 
    background-color: #CCCCCC; 
    font-family: sans-serif; 
    font-size: small; 
    font-weight: normal; 
    text-decoration:none; 
}

a:Hover
{
    color: #990000; 
    font-family: sans-serif; 
    font-size: small; 
    font-weight: normal; 
    text-decoration: none; 
}

table.list
{
	empty-cells: show;
	font-size:12px;

	border-width: 1px;
	border-style: solid;
	border-color: navy;
	border-collapse: collapse;
}

table.list th 
{
	background-color: Gray;
	font: bold 14px;
	color: navy;
	
	border-width: 1px;
	border-style: solid;
	border-color: navy;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;

	letter-spacing: 1px;
	text-align: left;
	padding: 3px 3px 3px 3px;
}

table.list td 
{
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: navy;
}

table.list th a
{
    color: #0000CC; 
    background-color: Gray; 
    font-family: sans-serif; 
    font-size: small; 
    font-weight: normal; 
    text-decoration: none; 
}

table.list th a:Visited
{
    color: #0000CC; 
    background-color: Gray; 
    font-family: sans-serif; 
    font-size: small; 
    font-weight: normal; 
    text-decoration: none; 
}

table.list th a:Hover
{
    color: #990000; 
    font-family: sans-serif; 
    font-size: small; 
    font-weight: normal; 
    text-decoration: none; 
}

.numeric
{
	text-align: right;
}

.bullet
{
	font: bold;
	text-align: center;
}

select
{
    font-family: sans-serif; 
    font-size: 12px; 
    color: #000099; 
    background-color: #FFFFFF; 
    border-style: solid; 
    border-width: thin; 
}

option
{
    font-family: sans-serif; 
    font-size: 12px; 
    border-style: solid; 
    border-width: thin; 
}

textarea
{
    font-family: sans-serif; 
    font-size: 12px; 
    border-style: solid; 
    border-width: thin; 
	background-color: #CCCCCC;
}

input
{
	font-family:sans-serif; 
	font-size: 12px;
	color:#000099; 
	background-color: white; 
	border-width:thin; 
	height: 20px;

}

input.generic 
{
	background-color: gray;
	color: navy;
	font-weight: normal;
}

input.graybox 
{
	font-family:sans-serif; 
	font-size: 12px;
	color:#000099; 
	background-color: #CCCCCC; 
	border-width:thin; 
}

input.radio 
{
	background-color:#CCCCCC; 
}

.label 
{
	font-size: 12px;
	font-weight: bold;
}
