/* CSS for ProFont */


p,ol,ul,li,td,th,adress,nobr,b,i,div
	{
	font-family: ProFont,Mishawaka,Monaco,Verdana,Arial,Helvetica,sans-serif;
	color: black;
    font-size: 9px;
	line-height:12px;
	}

strong
	{
	font-family: ProFont,Mishawaka,Monaco,Verdana,Arial,Helvetica,sans-serif;
	color: #990000;
	font-weight: normal;
    font-size: 9px;
	line-height:12px;
	}

h1
	{
	font-family: 'Courier New',Courier,'Andale Mono',Prestige;
	font-weight: bold;
	font-size: 20px;
	line-height:16px;
	color: black;
	margin-top:0px;
	}

h2
	{
	font-family: 'Courier New',Courier,'Andale Mono',Prestige;
	font-weight: bold;
	font-size: 14px;
	color: black;
	}
p.update
	{
		padding:4px 8px;
		margin:0px;
	}

.box
{
	background: #CCCCCC;
	margin: 16px 0px;
	border-color: #000000;
	border-width: 2px;
	border-style: dashed none dashed none;
	clear: both;
}

a:link
{color: #3366FF; text-decoration:underline;}

a:hover
{color: red; text-decoration:underline;}

a:active
{color: #009999; text-decoration:none;}

a:visited
{color: #993300; text-decoration:underline;}
