@charset "iso-8859-1";
/* CSS Document */

body {
	background: #6a7484;
	background-image: url(../img/g_bodybgd.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

table {
	width: 840px;
	height: 600px;
	background: #FFFFFF;
	margin-top: 33px;
	table-layout: fixed;
}

tr {
	vertical-align: top;
}

td {
/*	border: 1px solid #F00; */
	width: 420px;
	text-align: left;
}

td.content {
	background-color:#cdd0d5;
	border-top: 4px solid #B3BAC6;	
	width: 420px;
	padding: 44px 11px;
}

td.leftcell {
	background-color:#e9eaec;
	border-right: 1px solid #B3BAC6;
}

td.rightcell {
	border-left: 1px solid #B3BAC6;
}

.content img {
	float: left;
	margin: 0px 11px 12px -11px;
	width: 90px;
	height: 110px;
}

.company, .topic {
	width: 395px;
	color: #c0c0cc;
	font-size: 26px;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 5px;
}

.company {
	margin-bottom: 155px;
}

.topic {
	border-top: #666666 1px dotted;
	border-bottom: #666666 1px dotted;
	font-size: 15px;
	padding: 9px 0px;
	text-transform: uppercase;
}

.headline {
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
}

td#navigation {
	background:url(../img/g_default.gif) repeat-x #EEEEF0;
	vertical-align: middle;
	height: 29px;
	width: 840px;
}

td#footer {
	background:url(../img/g_rotated.gif) repeat-x #6b7485;
	vertical-align: middle;
	height: 30px;
	width: 840px;
	padding: 0px 24px;
}

p {
	line-height: 13px;
}

a:link {
	color: #113388;
	text-decoration: none;
}

a:visited {
	color: #113388;
	text-decoration: none;
}

a:hover {
	color: #C60000;
	text-decoration: underline;
}

#navigation a:link, #navigation a:hover, #navigation a:visited {
	padding: 6px 24px 4px 24px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-right: 2px solid #EEEEEE;
}

#navigation a:hover {
	background:url(../img/g_selected.gif) repeat-x;
}

.hr {
	border-top: #666666 1px dotted;
	clear: both;
}
