/* Basics */

body {
	color: #000000;
	background-image: url('images/background.gif');
	background-repeat: repeat-y;
	background-color: #AAAAAA;
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

td {
	text-align: left;
}

a:link {
	color: #AA0000;
	text-decoration: none;
}

a:visited {
	color: #880000;
	text-decoration: none;
}

a:hover {
	color: #AA0000;
	text-decoration: underline;
}

a:active {
	color: #AA0000;
	text-decoration: underline;
}

img {
	border: none;
}

/* Elements */
div.hr {
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
}

.newstitle, .title {
	font-weight: bold;
}

.bigtitle {
	font-size: 18px;
}

.small {
	font-size: 11px;
}

.thumb {
	margin-top: 5px;
	margin-right: 5px;
}

/* Logo */
img.logo {
	margin-left: 19px;
	margin-right: 19px;
	margin-top: 4px;
	margin-bottom: 10px;
}

/* Navbar */
td.navBorder {
	height: 1px;
	background-color: #000000;
}

td.nav {
	background-color: #880000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	padding-top: 1px;
}

td.nav a {
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 3px;
	margin-right: 20px;
}

td.nav a:hover {
	color: #880000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: solid;
	border-width: 1px;
	border-color: #000000;
}

td.nav a:visited {
	text-decoration: none;
}

td.nav a:active {
	text-decoration: none;
}

td.nav a.info {
	float: right;
	display: inline;
	margin: 0px;
}

td.nav a.info:hover {
	color: #000000;
	background-color: #880000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 3px;
	border: none;
}

td.navLeft {
	width: 11px;
	background-image: url('images/leftBorderRed.gif');
	background-repeat: repeat-y;
}

td.navRight {
	width: 11px;
	background-image: url('images/rightBorderRed.gif');
	background-repeat: repeat-y;
}

/* Main content */
td.content {
	background-color: #FFFFFF;
}

td.top {
	height: 11px;
	background-image: url('images/topBorder2.gif');
	background-repeat: repeat-x;
}

td.bottom {
	height: 11px;
	background-image: url('images/bottomBorder2.gif');
	background-repeat: repeat-x;
}

td.left {
	width: 11px;
	background-image: url('images/leftBorder2.gif');
	background-repeat: repeat-y;
}

td.right {
	width: 11px;
	background-image: url('images/rightBorder2.gif');
	background-repeat: repeat-y;
}

td.topLeft {
	width: 11px;
	height: 11px;
	background-image: url('images/topLeftCorner2.gif');
	background-repeat: no-repeat;
}

td.topRight {
	width: 11px;
	height: 11px;
	background-image: url('images/topRightCorner2.gif');
	background-repeat: no-repeat;
}

td.bottomLeft {
	width: 11px;
	height: 11px;
	background-image: url('images/bottomLeftCorner2.gif');
	background-repeat: no-repeat;
}

td.bottomRight {
	width: 11px;
	height: 11px;
	background-image: url('images/bottomRightCorner2.gif');
	background-repeat: no-repeat;
}