body {
	/* DARK BLUE */
	/* background-color: rgb(0,0,120); */
	/* LIGHT BLUE-GREY */
	background-color: rgb(110,110,160);
	/* BROWN */
	/* background-color: rgb(160,110,61); */
	/* LIGHT BROWN */
	/* background-color: rgb(160,145,130); */
	font-family: "book antiqua", "times new roman", times, serif;
	font-size: 14px;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: rgb(200,0,10);
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

h2 {
	font-family: "book antiqua", "times new roman", times, serif;
	font-size: 16px;
	font-weight: normal;
	color: black;
	text-align: center;
	margin: 0px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: rgb(70,70,110);
	margin: 0px;
	margin-top: 15px;
}

img {
	border: none;
}

p.side {
	text-align: center;
}

div.main {
	width: 96%;
	margin: auto;
	padding: 10px;
	background-color: white;
}

div.brownline {
	font-size: 1px;
	height: 2px;
	width: 100%;
	background-color: rgb(160,110,61);
	margin: auto;
	margin-top: 3px;
	margin-bottom: 2px;
}

.tiny {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

a.normal:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: rgb(0,0,120);
	text-decoration: underline;
}

a.normal:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: rgb(0,0,120);
	text-decoration: underline;
}

a.normal:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: rgb(0,0,120);
	text-decoration: underline;
}

a.normal:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: rgb(170,0,0);
	text-decoration: none;
}

a:link {
	color: rgb(0,0,120);
	text-decoration: underline;
}

a:active {
	color: rgb(0,0,120);
	text-decoration: underline;
}

a:visited {
	color: rgb(0,0,120);
	text-decoration: underline;
}

a:hover {
	color: rgb(170,0,0);
	text-decoration: none;
}

a.imagelink {
	color: rgb(0,0,120);
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

a.imagelink:link span.textlink {
	text-decoration: underline;

}

a.imagelink:active span.textlink {
	text-decoration: underline;

}

a.imagelink:visited span.textlink {
	text-decoration: underline;

}

a.imagelink:hover span.textlink {
	color: rgb(170,0,0);
	text-decoration: none;
}

.form_label {
	text-align: right;
	vertical-align: top;
}

.signup {
	width: 250px;
}