* {
margin:0;
padding:0;
}

/* General Style Info */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#bae3ec;
    min-width:800px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;
	font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	vertical-align: baseline;
	color: #3f3f3f;
}
a {
	color:#369;
}
a:hover {
	text-decoration:underline;
}

a.menu {
font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
text-decoration:none;
color: #ffffff;
}

a.menu:hover {
text-decoration:underline;
}

h1, h2, h3, h4, h5 {
    margin:.1em 0 .1em 0;
    padding:0;
    color: #369;
}

p {
    margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
}


br {
	clear: left;
}
.container
{
background-color:#fff;
}

.greentable {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
td.regform {
	font-size:90%;
	font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	vertical-align: baseline;
	color: #3f3f3f;
	font-weight:bold}
	
td.regformsub {
	font-size:90%;
	font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	vertical-align: baseline;
	color: #3f3f3f;
	font-weight:normal;
	}
	
.smalltext {
	font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	font-size: 70%;
	color: #3f3f3f;
	font-weight: normal;
}



