/* CSS Document */

body {
	background-color: #C2E4E4;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: rgb(241,250,248); 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-3dlight-color: rgb(0,48,96); 
	scrollbar-arrow-color: rgb(42,78,73); 
	scrollbar-track-color: white; 
	scrollbar-darkshadow-color: rgb(0,48,96);

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B4447;
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:-10px;
}
a:link {
	color: #003333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003333;
}
a:hover {
	text-decoration: none;
	color: #006633;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

a.nav:link {
	color: #fff;
	text-decoration: underline;
}
a.nav:visited {
	text-decoration: underline;
	color: #fff;
}
a.nav:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: underline;
	color: #fff;
}

p {
	margin-left:10px;
	margin-top:10px;
}

p.nav {
	color: #fff;
}
a {
	font-weight: bold;
}
#main {
	background-color: #000;
	width: 760px;
	margin: auto;
	text-align:center;
}

#signup {
	background-color: #fff;
	width: 758px;
	margin: auto;
	text-align:center;
	color: #000;
	border:1px solid #000;
	margin-bottom:50px;
}

#text {
	text-indent: 5px;
	height:390px;
	padding:5px;
	overflow:auto;
}
.error{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}

input {
	font-size:10px;
}