/* main navigation */
.navlinks {
	color:#333333;
	text-decoration:none;
	text-align:left;
	font-size:12px;
}
.navlinks a:hover {
	text-decoration: underline;
}

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 0.7em Tahoma,Verdana,sans-serif;
	background-color: #FFFFFF;
	background-image: url(img/bgbody.gif);
	background-position: center top;
}
div a {
	cursor: pointer;
}

/* structure */
.main {
	width: 680px;
	margin: 0 auto;
}

/* logo */
.header {
	height: 180px;
	background-image: url(img/banner.png);
}

/* content */ 
.content {
	color:#333333;
	text-decoration:none;
	text-align:left;
	font-size:12px;
}
.content p {
	margin: 4px 0 10px 0;
}
.footer {
	color:#444;
	font-family:Verdana;
	font-size:10px;
	text-align:center;
}
.RED {
	color: #F00;
	font-weight: bold;
	text-align: left;
}
