/* Basics */
body
{
/*	background-image: url("../Images/SiteBG.PNG");*/
	background-color: #dddddd;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
}

div
{
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	margin: 2px;
	padding: 5px;
}

hr
{
	color: #aaaaaa;
	height: 1px;
}

img
{
	border: none;
}

th
{
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
}

td
{
	text-align: left;
	vertical-align: top;
}

a
{
	text-decoration: none;
}

a:hover
{
/*	background-color: #dddddd;*/
	text-decoration: underline;
}

/* Classes */
.wrapper
{
	/*width: 95%;*/
}

.header
{
	font-family: "Britannic Bold", Tahoma, Arial, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}

.header a
{
	color: #000000;
	text-decoration: none;
}

.content
{
}

.menu
{
	font-size: small;
	text-align: center;
}
td.menu
{
	width: 155px;
}

.footer
{
	font-size: small;
	text-align: center;
}

.label
{
	font-weight: bold;
	text-align: right;
}

.note
{
	font-size: x-small;
	font-style: italic;
}

/* CityDesk Classes */
.Headline
{
	clear: both;
	font-size: large;
	font-weight: bold;
}

.Author
{
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.Body
{
}

.Teaser
{
	font-size: small;
	font-style: italic;
	width: 80%;
}

.Sidebar
{
	background-color: #dddddd;
	border: solid 1px #aaaaaa;
	float: right;
	font-size: small;
	font-style: italic;
	margin: 5px;
	padding: 5px;
	text-align: left;
	width: 150px;
}


.About
{
	font-size: small;
	font-style: italic;
}

.Extra1
{
}

.Extra2
{
}

/* News Classes */
.News
{
	border: none;
	width: 98%;
}

.News-Header
{
	font-size: small;
	font-weight: bold;
}

.News-Header-Right
{
	font-size: small;
	font-style: italic;
	text-align: right;
}

.News-Main
{
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
}

.News-Footer
{
	font-size: x-small;
}

.News-Footer-Right
{
	font-size: x-small;
	text-align: right;
}

/* Download Classes */
.download
{
	border: solid 1px #aaaaaa;
}

th.download
{
	font-size: x-small;
}

td.download
{
	background-color: #dddddd;
	font-size: x-small;
}