body {
	font-family: verdana, arial, tahoma;
	background-color: #000000;
}

img {
	border: 0px;
}

/*
	Table stuff
*/

.menuCellOver {
	background-color: #FDE6E6;
}

.menuCellOut {
	background-color: #ffffff;
}


/*
	Link stuff
*/

a {
	font-weight: bold;
	color: #FF6666;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FF6666;
	text-decoration: underline;
}

a.menu {
	color: #FFFFFF;
	letter-spacing: 2px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #CC0000;
	letter-spacing: 2px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}


/*
	Form stuff
*/

input.login {
	width: 100%;
	border: 1px solid black;
	font-size: 8pt;
}

input.newsletter {
	width: 100%;
	border: 1px solid black;
	font-size: 8pt;
}

input.register {
	width: 220px;
	border: 1px solid black;
	font-size: 8pt;
}

input.button {
	border: 1px dashed black;
	background-color: #FDE6E6;
	font-size: 8pt;
}


/*
	Titles
*/

.title1 {
	color: #ffffff;
	letter-spacing: 2px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

.title2, a.title2 {
	color: #FF6666;
	letter-spacing: 2px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.title2:hover {
	color: #FF3333;
	letter-spacing: 2px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

/*
	Text size 8
*/

.size8white {
	font-size: 8pt;
	color: #FFFFFF;
}

.size8whitebold {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.size8black {
	font-size: 8pt;
	color: #000000;
}

.size8blackbold {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

/*
	Text size 10
*/

.size10white {
	font-size: 10pt;
	color: #FFFFFF;
}

.size10whitebold {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.size10black {
	font-size: 10pt;
	color: #000000;
}

.size10blackbold {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

/*
	Text size 12
*/

.size12white {
	font-size: 12pt;
	color: #FFFFFF;
}

.size12whitebold {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

.size12black {
	font-size: 12pt;
	color: #000000;
}

.size12blackbold {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

/*
	Text size 14
*/

.size14white {
	font-size: 14pt;
	color: #FFFFFF;
}

.size14whitebold {
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}

.size14black {
	font-size: 14pt;
	color: #000000;
}

.size14blackbold {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

/*
	Other stuff
*/

.copyright {
	font-size: 8pt;
	color: #FF9999;
	text-align:right;
	padding-right: 4px;
}

