body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}
td { vertical-align: top; }
input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}
div {
	margin: 0;
	padding: 0;
}
p {
	line-height: 16px;
	margin: 0;
	padding: 2px;
}
a { padding: 2px; text-decoration: none; }
a:link, a:visited { color: #F0027F; }
a:hover { color: #FFFFFF; }
img {
	border-width: 0;
}

.message {
	color: red;
	font-weight: bold;
}
.title {
	font-size: 14px;
	font-weight: bold;
}

.news {
	margin: 0 0 10px 0;
}
.news .date {
	padding: 0px;
}

.border {
	border: 1px solid black;
}

#container {
	position: relative;
	width: 100%;
	margin: 10px 0;
	background: transparent;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 179px;
	height: 182px;
	background: transparent;
	text-transform: uppercase;
}
#navigation a { font-size: 11px; font-weight: normal; text-decoration: none; letter-spacing: 0px; line-height: 13px; }
#navigation a:link, #navigation a:visited { color: #F0027F; }
#navigation a:hover { color: #FFF; }
#navigation a.selected:link, #navigation a.selected:visited, #navigation a.selected:hover { color: #EDC913; }

#logo {
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

#content {
	position: absolute;
	top: 5px;
	left: 160px;
	width: 450px;
	margin: 5px 0 0 0;
	background: transparent;
}

#footer {
	position: absolute;
	top: 420px;
	width: 99%;
	text-align: right;
	background: transparent;
	visibility: hidden;
}
#footer p {
	padding: 13px 0 0 0;
	margin: 0;
	font-size: 10px;
}