table, div, tr, td, h1, h2, h3, h4, h5, h6, form, ol, p, ul
{
	/*color: yellow;*/
}
body
{
	background-color: #00008B;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	color: yellow;
	line-height:120%;
}
h1, h2, h3, h4, h5, h6
{
	font-family: arial;
	color: red;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0px;
	line-height: 120%;
}
p
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0px;
	line-height: 120%;
}
.shadowbox
{
	background: black;
	border: 2px solid black;
	position: relative;
	top: 5px;
	left: 5px;
}
.shadowbox div
{
	background: #ffce9c;
	border: 1px solid #000;
	color: black;
	padding: 5px 10px;
	position: relative;
	top: -5px;
	left: -5px;
}
.shadowbox div p
{
	color: blue;
}

	.shadowbox div a:link {color:white; font-weight:bold}
	.shadowbox div a:visited {color:white; font-weight:bold}
	.shadowbox div a:active {color:white; font-weight:bold}
	.shadowbox div a:hover {color:white; text-decoration:underline}

.page1
{
	background-image: url('_themes/navyblacktile.gif');
	padding: 10px;
}

a:link {color:white; font-weight:bold;}
a:visited {color:white; font-weight:bold;}
a:hover {color:white; text-decoration:underline;}
a:active {color:white; font-weight:bold;}

a.s {color:#D3D3D3; font: bold 10pt Arial;text-decoration:none}
a.s:link {color:#D3D3D3; font: bold 10pt Arial;text-decoration:none}
a.s:visited {color:#D3D3D3}
a.s:hover {color:white;text-decoration:none}
a.s:active {color:#D3D3D3}