/* BlackOrange CSS */

/* Set the default font */
body, p, td, th, li {font-family: Lucida grande, Verdana, Arial, Helvetica, sans-serif;}

/* Don't set these to an em or %, so nested items get smaller and smaller */
p {
	font-style: normal;
}

body {
	margin: 0;
	color: #333;
	font-size: 70%;
	font-style: normal;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

/* Set images to have no borders */
img { border: 0; }

/* Set links styles */
a:link {
	color: #0e4444;
	text-decoration: none;
	}
a:visited {
	color: #0e4444;
	text-decoration: none;
	}
a:hover {
	color: #0C4443;
	text-decoration: underline;
	}

.copyright {
	font-size: 90%;
	padding: 5px 0 10px 10px;
	color: #333;
}

.mainText {
	line-height: 140%;
}

strong {
	color: #0e4444;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	color: #0e4444;
	font-weight: bold;
}

.registerForm .typeText{
	background-color: #F6F9F8;
	border: 1px solid #BAD5CD;
	width: 225px;
	margin: 3px 0;
}

.registerForm select{
	margin: 5px 0;
	background-color: #F6F9F8;
	border: 1px solid #BAD5CD;
	width: 130px;
}

.registerForm textarea{
	margin: 3px 0;
	background-color: #F6F9F8;
	border: 1px solid #BAD5CD;
	width: 225px;
	height: 85px;
}

.foaForm select{
	margin: 3px 0;
	background-color: #fbfdf1;
	border: 1px solid #d2dab4;
	width: 300px;
}