body
{
	background-image: url('banner/logo2.jpg');
	background-repeat: repeat-x; 
			background-color: #ffffff;
	margin: 20px;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}
	
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 20px;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}
#main
{
	background-color: white;
	border: 5px solid white;
}

#header
{
	background-image: url('images/bg1c.gif');
	background-repeat: repeat-x;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 20px
}

#content
{
	padding: 15px;
}

h3 
{
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:1px;
	margin-bottom: 7px;
	border-bottom:1px dotted #CCC;
}

.button
{
	padding-top: 60px;
	text-align: right;
}

.button input
{
	width: 100px;
}

.input_text
{
	font-size: 10px;
	width: 250px;
}

#errors
{
	background-color: #feffaf;
	color: black;
	padding: 8px;
	border-top: 2px solid #fdca89;
	border-bottom: 2px solid #fdca89;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000000; }
a:hover { text-decoration: none; color:#ff0000; }