/*
Dark Blue: 0D3865
Light Blue: 359FD1
*/

body	{
	margin:0;  font-family:Arial, Helvetica, sans-serif;
	background:url(/images/plank-wooden-texture.jpg);
	background-attachment:fixed; 
	}

td	{ font-size:14px; }


a:link, a:visited
	{ font-weight:bold;  color:#0D3865; }
a:active, a:hover
	{ text-decoration:none;  color:#359FD1; }


a.Menu:link, a.Menu:visited
	{ text-decoration:none;  color:#000;  font-size:14px; }
a.Menu:active, a.Menu:hover
	{ text-decoration:none;  color:#fff; }


h1, h2	{ color:#0D3865;  margin-top:25px; }

h1	{ font-size:22px; }
h2	{ font-size:18px; }


.serif, em
	{ font-family:Georgia, "Times New Roman", Times, serif; }

.right	{ text-align:right; }

.center { text-align:center; }


hr	{
	height:1px;  margin:20px 30px;
	border:0;  border-top:2px dotted #359FD1;
	}

.inputbox
	{
	border:1px solid #0D3865;
	padding:3px;  background:#efefef;
	}

