/* CSS Document */


body {
	background-color: #000000;
}
.info {
	font-family: "century Gothic";
	font-size: 16px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.bodyText {
	font-family: "century Gothic";
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.Pict {
	filter: Invert;
	border: 1px none #CCCCCC;
}
.co-engineer {
	font-family: "century Gothic";
	font-size: 9px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
}
.choice {
	font-family: "century Gothic";
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
}
.TableHeader {
	font-family: "century Gothic";
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.tableBorder {
	border: 1px solid #CCCCCC;
	font-family: "century Gothic";
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.CellBorder {
	border: 1px solid #FFFFFF;
}
.ImageBorder {
	border: 1px solid #CCCCCC;
}
.CategoryName {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ccc;
	text-decoration: none;
	text-align: center;
	letter-spacing: 6px;
}
.PictureTitle {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #F4F4F4;
	text-decoration: none;
	text-align: center;
	letter-spacing: 6px;
	border: 1px solid #F4F4F4;
}
.textbox {
	font-family: "century Gothic";
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-transform: none;
}
.sendbutton {
	font-family: "century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.sideCategories {
	font-family: "century Gothic";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;

	text-transform: uppercase;

}
.sideCategoriesNoborder {
	font-family: "century Gothic";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	text-transform: uppercase;
}

a {
	font-family: "century Gothic";
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}