@charset "utf-8";
html {
	overflow-y: scroll;
}
p {
	font-family: Verdana;
	font-size: 12px;
	color: #B2B2B2;
	line-height: 17px;
}
body {
	background-color: #000000;
	font-family: Verdana;
	font-size: 11px;
	color: #CCCCCC;
}
.title {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #2FA8B1;
	font-weight: normal;
}
.title2 {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #2FA8B1;
}
.title3 {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #CCCCCC;
}
.title4 {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	letter-spacing: .25em;
}
.title5 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #CCCCCC;
}
.highlight {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

h1 {
	font-family: "Century Gothic";
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 7px;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #999999;
}
.medium {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	background-color: #666666;
	font-weight: bold;
}
.medium2 {
	font-family: Verdana;
	font-size: 11px;
	color: #2FA8B1;
	font-weight: bold;
}
.medium3 {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.medium4 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.medium5 {
	font-family: Verdana;
	font-size: 12px;
	color: #2FA8B1;
}
.small {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;

}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 6px;
}
#contactForm input {
	background-color: #CCCCCC;
	border: 1px solid #888888;
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
}
#contactForm textarea {
	background-color: #CCCCCC;
	border: 1px solid #888888;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
#contactForm select {
	background-color: #CCCCCC;
	border: 1px solid #888888;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
