body
	{
	background-color:#414181;
	margin-top:50px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	}

body.left 
	{
	background-color:#414181;
	margin-top:20px;
	margin-right:30px;
	}

body.bottom
	{
	background-color:#FFD700;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
	}

body.top
	{
	background-color:#FFD700;
	margin-top:5px;
	margin-left:0px;
	}

body.photo
	{
	background-color:black;
	margin-top:0px;
	}

table 
	{
	width:700px;
	}

table.top
	{
	width:100%;
	}

p, ul, ol, dt, dd
	{
	font-family:Arial,sans-serif;
	font-size:11pt;
	color:white;
	}
dt, dd
	{
	line-height:200%;
	}
h1 
	{
	font-family:Verdana,sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:lightblue;
	}

h2
	{
	font-family:Verdana,sans-serif;
	font-size:13pt;
	font-weight:bold;
	color:lightblue;
	}

h3
	{
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:lightblue;
	}

h4
	{
	font-family:Arial,sans-serif;
	font-size:12pt;
	color:lightblue;
	}

a:link
	{
	font-family:Arial,sans-serif;
	font-size:10,5pt;
	color:#FFD700;
	text-decoration:none;
	}

a:visited
	{
	font-family:Arial,sans-serif;
	font-size:10,5pt;
	color:#FFD700;
	text-decoration:none;
	}

a:hover
	{
	font-family:Arial,sans-serif;
	font-size:10,5pt;
	text-decoration:underline;
	color:lightblue;
	}

a:active
	{
	font-family:Arial,sans-serif;
	font-size:10,5pt;
	color:lightblue;
	text-decoration:none;
	}

textarea,select
	{
	border : 1px solid;
	border-color : white;
	border-collapse : collapse;
	background-color : LightBlue;
	color : DarkBlue;
	}
input.radio
	{
	border : none;
	background-color:LightBlue;
	}
	
img
	{
	border-width:1px;
	border-color:silver;
	border-style:solid;
	}

img.nbrdr
	{
	border-style:none;
	}

hr
	{
	color:#FFD700;
	width:95%;
	heigth:1pt;
	text-align:center;
	}
