.bluebackground
{
	background-color: #455198;
}
	
#copyright
{
	font-size: 10px;
	text-align: center;
}

#index_l, #index_s, #other_l, #other_s
{
	width: 95%;
}

.largeheader
{
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
}

.mediumheader
{
	font-size: 24px;
	font-weight: bold;
}

#navigation
{
	display: none;
}

.smallheader
{
	font-weight: bold;
}

#titlebar 
{
	background-color: #455198;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	text-align: center;
}

a 
{
	color: #000000;
}

a.white
{
	color: #FFFFFF;
}

a.dynamicbold:hover 
{
	font-weight: bold;
}

body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Times New Roman, Lucida Console, Arial, Modern;
	font-size: 16px;
	text-align: left;		
}

img
{
	border-style: solid;
	border-width: 0px;	
}

table 
{
	border-style: solid; 
	border-width: 0px;
	border-color: #000000;	
	padding: 0px;
}

table.visible
{
	border-style: solid; 
	border-width: 1px;
	border-color: #000000;
	padding: 0px;	
}

td
{
	border-color: #999999;
	border-style: solid; 
	border-width: 0px;
	padding: 0px;
}

td.visible
{
	border-color: #000000;
	border-style: solid; 
	border-width: 1px;
	padding: 0px;
}

th
{
	border-color: #000000;
	border-style: solid; 
	border-width: 1px;
	padding: 0px;
	width: 75px;
}

ul
{
	list-style-position: outside;
	list-style-type: disc;
}

ul.subheader
{
	list-style-type: none;
}