@charset "UTF-8";

body {
	background-color: #161616;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #FFCC33;
}


.bghome {
	background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


a:link {
	color: #FFCC33;
	font-weight: bold;
}
a:visited {
	color: #FFCC33;
	font-weight: bold;
}
a:hover {
	color: #FFCC33;
	font-weight: bold;
}
a:active {
	color: #FFCC33;
	font-weight: bold;
}


.bold {
	font-family: "Arial Black";
	font-size: 16px;
	line-height: 21px;
}
.boldwhite {
	font-family: "Arial Black";
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}
.boldgreen {
	font-family: "Arial Black";
	font-size: 16px;
	line-height: 21px;
	color: #669933;
}
.boldwhite2 {
	font-family: "Arial Black";
	font-size: 20px;
	line-height: 21px;
	color: #669933;
}
.title {
	font-family: "Arial";
	font-size: 16px;
	line-height: 21px;
}
.titlewhite {
	font-family: "Arial";
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}
.titledesign {
	font-family: "Lucida Sans";
	font-size: 20px;
	line-height: 21px;
	color: #339933;
}

.white {
	color: #FFFFFF;
}
.green {
	color: #669933;
}

a.servicenav:link {
	text-decoration: none;
}
a.servicenav:visited {
	text-decoration: none;
}
a.servicenav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.servicenav:active {
	text-decoration: none;
}

a.webnav:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}
a.webnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}
a.webnav:hover {
	color: #FFCC33;
	text-decoration: none;
	line-height: 24px;
}
a.webnav:active {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}