/*External Style Sheet*/

body 
	{
	background-color:#ffffff;/*black background*/
	color:#000066;/*text is white*/
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	}

body.default
	{
	font-size:12pt;
	font-family:Arial;
	background-image:url("");
	background-repeat:no-repeat;
	}
	
h2
	{
	font-family:arial;
	font-size:18pt;
	}
strong	{
	font-weight:600;
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}

div.addy
	{
	font-size:10pt;
	color:#000066;
	font-family:Arial;
	font-weight:bold;
	}

div.whitesm
	{
	font-size:8pt;
	color:#840000;
	font-family:Goudy Old Style, Goudy Old Style BT, goudy, serif;
	}

table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}
tr.peach
	{
	background-color:#FFEFD5;
	}

img
	{
	border-style:none;
	}


hr
	{
	width:90%;
	size:5px;
	color:black;
	align:center;
	}
p.copy
	{
	font: italic 9pt;
	}

em
	{
	font-weight:normal;
	font-weight: italic;
	}

a:alink
	{
	text-decoration: none;
	color:black;
	}

a:vlink
	{
	text-decoration: none;
	color:black;
	}
a
	{
	font-family:sans-serif;
	text-decoration: none;
	font-weight:normal;
	color:black;
	}
a:hover
	{
	color:blue;
	text-decoration: underline;
	}
	
a.under
	{
	color:blue;
	font-weight:bold;
	font-family:Goudy Old Style,Goudy Old Style BT,goudy,serif;
	text-decoration:underline;
	}


