#colum1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#colum1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#colum1 p,
#colum1 form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#colum1 a {
	color: #003366;
	text-decoration: none;
}
#colum1 a:hover {
	color: #000099;
	text-decoration: underline;
}
#colum1 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
	margin-left: 15px;
	padding-left: 0px;
}
#colum1 .content1 {
	padding: 15px;
}
#colum1 .bold {
	font-weight: bold;
}
#colum1 .center {
	text-align: center;
}
#colum1 .error {
	font-weight: bold;
	color: #CC3300;
}
#colum1 .input {
	font-family: Arial, Helvetica, sans-serif;
	width: 210px;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 5px;
}
#colum1 .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CC3300;
	font-weight: bold;
	text-transform: uppercase;
}
