/*<akaMarker>*/
/*********************
Global Styles
*/
body
{
	//background: url(images/background.gif);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1;
	margin-top=1;
    text-align: center;


}


/* - - -
	07/01/04 Changes
	fix for ie 5.5 font size change bug	
*/
table
{
	font-size: 0.6em;

}


UL.navigation { list-style: url(bullet.gif) }

UL.contentList {
	list-style: disc
	font: 8pt verdana;
	font-weight: plain;
	color: #666666;
	margin-left: 16;
	margin-right: 20;
	margin-top: 30;
}

a
{
    color: #666666;
    text-decoration: none;
}

a:hover
{
	color: #FF6702;
    text-decoration: underline;
}

a img
{
    border: 0;
}

p.content-page
{
    font-size: 0.75em !important;
}

.red
{
    color: #f00;
}

.green
{
    color: #070;
}

.inline
{
    display: inline;
}

.insideHeader1
{
	font: 14pt verdana;
	font-weight: plain;
	color: #FF6702;
	margin-left: 50;
	margin-right: 20;
	margin-top: 30;
}

.insideHeader2
{
	font: 8pt verdana;
	font-weight: plain;
	color: #666666;
}

.insideImage
{
	margin-left: 50;
	margin-right: 20;
	margin-top: 30;
}

