.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	margin: 0px 0px 0px 0px;

}
.headline {
	font-size: 16px;
	color: #333333;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
	text-transform: lowercase;


}
.paragraph {
	font-size: 12px;
	color: #333333;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 12px;
	text-transform: lowercase;

}
.footer {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	text-transform: lowercase;
}
a:link#menu {
	font-size: 16px;
	font-weight: bold;	
	color: #333333;
	text-decoration: none;
}
a:visited#menu {
	font-size: 16px;
	font-weight: bold;	
	text-decoration: none;
	color: #333333;
}
a:hover#menu {
	font-size: 16px;
	font-weight: bold;	
	color: #FF9900;
	text-decoration: none;
}

a:active#menu {
	font-size: 16px;
	font-weight: bold;	
	color: #FF3300;
	text-decoration: none;
}

a:link#submenu {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	text-transform: lowercase;
}
a:visited#submenu {
	font-size: 16px;
	text-decoration: none;
	color: #333333;
	text-transform: lowercase;
}
a:hover#submenu {
	font-size: 16px;
	color: #FF9900;
	text-decoration: none;
	text-transform: lowercase;
}

a:active#submenu {
	font-size: 16px;
	color: #FF3300;
	text-decoration: none;
	text-transform: lowercase;
}
a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-transform: lowercase;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	text-transform: lowercase;
}
a:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	text-transform: lowercase;
}

a:active {
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
	text-transform: lowercase;
}
.subcatHeader {
	font-size: 16px;
	text-transform: lowercase;
	color: #000000;
	font-weight: bold;

}
.workDescription {
	font-size: 12px;
	color: #000000;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.formButton {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.alert {
	font-size: 12px;
	color: #FF0000;
}
.success {
	font-size: 12px;
	color: #FF9900;
	text-align: center;

}
.headline2 {
	font-size: 14px;
	color: #333333;
	margin-left: 7px;

}
.field {
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 12px;


}

.white {
	color: #FFFFFF;
}
