body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
#wrap {
	position: relative;
	width: 960px;
	margin:0 auto 0 auto;
	border: 1px solid #999;
}

td {
	font-size: 11pt;
	vertical-align: top;
	color: #666;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

table.sidebar {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

table.sidebar td {
	font-size: 10pt;
}

table.sidebar th {
	font-size: 12pt;
	font-weight:bold;
	color: #FFF;
	background: #014464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0272a7), to(#013953));
	background: -webkit-linear-gradient(top, #0272a7, #013953);
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -o-linear-gradient(top, #0272a7, #013953);
	background: -ms-linear-gradient(top, #0272a7, #013953);
	background: linear-gradient(top, #0272a7, #013953);
	text-shadow:1px 1px #000000;
	text-align:left;
	border-top: 1px solid #333;
}

a:link {
	font-weight: bold;
	color:#69C;
	text-decoration: none;
}

a:visited {
	color: #69C;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}

.red {
	font-weight:bold;
	color:#900;
}

.newsTitle {
	font-size: 11pt;
	margin: 5px 0 0 0;
	font-weight:bold;
}

.newsTeaser {
	font-size: 9pt;
	margin: 0;
}
