body
	{
	font-size: medium;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #61a2cb;
	background-image: url('images/background.png');
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	}

.head
	{
	background-color: #fff;
	background-image: url('images/head.png');
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	height: 50px;
	}

.body
	{
	background-color: #ddd;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 630px;
	border-top: 3px ridge #ddd;
	}

.foot
	{
	font-size: 80%;
	background-color: #ccc;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	border-top: 3px ridge #ccc;
	}

.button
	{
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 5px;
	margin: 5px;
	}
/* Anchors Away
---------------------*/

a			{ color: #000; font-weight: bold; text-decoration: none; }
a:link		{ color: #07c; font-weight: bold; text-decoration: none; }
a:active	{ color: #66c; font-weight: bold; text-decoration: none; }
a:hover		{ color: #69c; font-weight: bold; text-decoration: none; }
a:visited	{ color: #07c; font-weight: bold; text-decoration: none; }


/* Fonts
---------------------*/

.small { font-size: 90%; }
.medium { font-size: 100%; }
.large { font-size: 110%; }
.center { text-align: center; }

.intro
	{
	font-size: 90%;
	padding: 7px;
	border: 1px solid #666;
	background-color: #fff;
	}
.underline
	{
	font-weight: bold;
	background-color: #fff;
	padding: 1px;
	width: auto;
	border-bottom: solid 1px #666;
	}


img
	{
	border: solid 1px #666;
	}
a img.noborder
	{
	border-color: transparent;
	border-width: 0px;
	border-style: none;
	}
a:hover img.noborder
	{
	border-color: transparent;
	border-width: 0px;
	border-style: none;
	}
img.float
	{
	border: solid 1px #666;
	float: left;
	display: inline;
	margin: 5px 18px 13px 5px;
	}
a:hover img
	{
	border: solid 1px #FFF; 
	}


table.border
	{
	border: solid 1px #666;
	margin: 3px;
	background-color: white;
	}
table
	{
	border: 0px solid #000;
	}