a:link {
	color: #ffffff;
}

a:visited {
  color: #ffffff;
}

a:hover {
	color: #cccc99;
	text-decoration: none;
}

a:active {
	color: #ffffff;
}

.outline {
	border: 1px solid #cccc99;
	/* background: #333333; */
	padding: 3px;
}

.outline2 {
	border: 1px solid #999999;
	background: #333333;
	padding: 2px;
}

.headline {
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 20px;
	color: #ffffff;
	/* background: #ffffff; */
}

.main {
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 150%;
	font-size: 12px;
	color: #ffffff;
	/* background: #ffffff; */
}

.main2 {
	font-family: Arial, Helvetica, Sans Serif;
	/* font-weight: bold; */
	line-height: 21px;
	font-size: 10px;
	color: #ffffff;
	/* background: #ffffff; */
}

.footer {
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	/* background: #ffffff; */
}

.footer2 {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
	color: #ffffff;
	/* background: #ffffff; */
}

/* TOP NAV BUTTONS */

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #333333;
	font-weight: bold;
	background: #cccc99;
}
/* END ----> TOP NAV BUTTONS */

/* CONTACT FORM - copyright Factory51 2006 */
.contactform_header {
	height: 100%;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 140%;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.contactform_outline {
	border: 1px solid #cccc99;
	background: #ffffff;
	padding: 5px;
}
.contactform_text {
	height: 100%;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 140%;
	font-size: 11px;
	color: #000000;
}
/* END CONTACT FORM - copyright Factory51 2006 */