/* ----------------- BASIC  */

body {
	background-color: #000000;
	margin: 0;
}

img {
	border: none;
}

/* ----------------- DIVS  */

#container {
	width: 700px;
	height: 550px;
	margin: 20px auto 20px auto;
}

/* ----------------- STYLES  */
.norm {
	font-family: Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #CCCCCC;
}
.norm a:link, a:active {
	font-family: Verdana;
	font-size:12px;
	text-decoration: underline;
	color:#960000;
}
.norm a:visited {
	font-family: Verdana;
	font-size:12px;
	text-decoration: underline;
	color:#960000;
}
.norm a:hover {
	font-family: Verdana;
	font-size:12px;
	text-decoration: none;
	color:#960000;
}
.head {
	font-family: Verdana;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-left: 10px;
	color: #CCCCCC;
}
.head a:link, a:visited, a:active{
	font-family: Verdana;
	text-decoration: underline;
	color: #960000;
}
.infobold {
	font-family: Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
}
.infobold a:link, a:visited, a:active{
	font-family: Verdana;
	text-decoration: underline;
	color: #960000;
}
.note {
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #CCCCCC;
}

.red {
	color: #960000;
}
