@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: white;
	background-color: #090c18;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.header {
	background-color: #090c18;
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
	height: 276px;
	width: 780px;
	/*padding-top: 30px;*/
}

.categoryHeader {
	background-color: #090c18;
	/*background-image: url(../graphics/headerWithBlocks.jpg);*/
	/*background-repeat: no-repeat;*/
	height: 276px;
	width: 780px;
	/*padding-top: 30px;*/
}

.footer {
	font-size: 12px;
	color: #648db2;
}
.footer a { color: #648db2; text-decoration:none;}
.footer a:hover { color: white; text-decoration: underline;}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #FFFFFF url("../graphics/form-back.gif") repeat-x left top;
}

.whiteLinks {
	color: white;
	font-size: 18px;
	text-decoration: none;
}

.whiteLinks a:link {
	font-size: 18px;
	color: white;
	text-decoration: none;
}
.whiteLinks a:visited {
	font-size: 18px;
	color: white;
	text-decoration: none;
}
.whiteLinks a:hover {
	font-size: 18px;
	text-decoration: underline;
	color: white;
}

.whiteLinks: a:active {
	font-size: 18px;
	text-decoration: underline;
	color: white;
}