/*External Style Sheet*/

body 
	{
	background-color:#7394DF;/*black background*/
	color:black;/*text is white*/
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-image: url("pictures/sidebg.jpg");
	background-repeat:no-repeat;
	}

body.default
	{
	font-size:12pt;
	/*font-weight:bold;*/
	/*font-family:Goudy Old Style,Goudy Old Style BT,goudy,serif;*/
	font-family:Trebuchet MS, Arial, Verdana,sans-serif;
	background-image:url("");
	background-repeat:no-repeat;
	}
	
h2
	{
	font-family:arial;
	font-size:18pt;
	}
h3
	{
	font-family:arial;
	font-size:14pt;
	}

strong	{
	font-weight:600;
	font-family:arial;
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}

div.white
	{
	font-size:20pt;
	color:yellow;
	font-family:Goudy Old Style, Goudy Old Style BT, goudy, serif;
	font-weight:normal;
	}

div.whitesm
	{
	font-size:14pt;
	color:#840000;
	font-family:Goudy Old Style, Goudy Old Style BT, goudy, serif;
	}

table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
table.form
	{
	font-weight:normal;
	border-width:thin;
	border-style:solid;
	border-color:#7394df;
	font-family:Verdana;
	font-size:12px;
	width:500px;
	}
td.leftform
	{
	vertical-align:top;
	width:200px;
	text-align:right;
	}
td.rightform
	{
	vertical-align:top;
	width:300px;
	text-align:left;
	}
	
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: italic;
	}

a:alink
	{
	text-decoration: none;
	color:black;
	}

a:vlink
	{
	text-decoration: none;
	color:black;
	}
a
	{
	font-family:sans-serif;
	text-decoration: none;
	font-size: 12pt;
	font-weight:normal;
	color:black;
	}
a.form
	{
	font-family:verdana;
	text-decoration:none;
	font-size:12px;
	}
a:hover
	{
	color:blue;
	text-decoration: underline;
	}

a.under
	{
	color:blue;
	/*font-weight:bold;*/
	font-family:Trebuchet MS, Arial, Verdana,sans-serif;
	/*font-family:Goudy Old Style,Goudy Old Style BT,goudy,serif;*/
	font-size: 12pt;
	text-decoration:underline;
	}
	

