
body, td, th, button, input, select, textarea
{
	font-size: 8pt; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #374454;
}

input:disabled
{
	font-weight: normal;
	color: gray;
}

button:disabled
{
	font-weight: normal;
	color: gray;
}

a
{
	font: inherit; 
	color: #676CAD;
	text-decoration: none; 
}

a:hover 
{ 
	color: #BBB; 
	background-color: transparent; 
}

div.bottomMenu
{
	text-align: center;
	white-space: nowrap;
	color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url( 'img/ioSafe-Bottom-Menu-Bar.jpg' );
}

div.bottomMenu *
{
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
	color: white;
}

div.bottomMenu a:hover 
{ 
	color: #BBB; 
	background-color: transparent;
}

div.bottomSitemap 
{
	border: 0px solid black;
	text-align: center;
	white-space: nowrap;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.bottomSitemap *
{
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none; 
	color: #323232;
	background-color: white; 
}

div.bottomSitemap a:hover 
{ 
	color: #BBB; 
	background-color: transparent;
}

a.frontLink
{
	color: #374454;
}

a.frontLink:hover 
{ 
	color: #BBB; 
	background-color: transparent;
}

h1
{
	font-size: 13pt;
}

h2
{
	font-size: 13pt;
}

h3
{
	font-size: 12pt;
}

h4
{
	font-size: 10pt;
}

h5
{
	font-size: 9pt;
}

span.co { font-weight: bold; }

ul
{
	list-style-image: url('img/triangle.gif'); 
}

ul ul
{
	list-style-image: none;
	list-style-type: circle;
}

ul ul ul
{
	list-style-image: none;
	list-style-type: square;
}

*.redtext { color: #AF2224; }

*.redbg { background-color: #AF2224; color: white; }

*.redtext2 { color: #CC0000; }

*.redbg2 { background-color: #CC0000; color: white; }

a img
{
	border: none;
}





