a, a:link, a:active, a:visited {
	color: #454545;
	text-decoration:none;
}

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

body {
	background-color:#FFFFFF;
	background-image:url(images/background_gradient.jpg);
	background-attachment:fixed;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
}

div.Container {
	width: 791px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	overflow: hidden;
}

div.Topbar {
	background-color:#878787;
}

div.Menu {
	margin-top:150px;
	width:150px;
	float: left;
	overflow:hidden;
	background-color:#FFFFFF;
}

div.MenuLinks {
	padding:8px;
	font-size: 14px;
	color: #000000;
}

div.Header {
	overflow:hidden;
	white-space:nowrap;
	background-color:#FFFFFF;
	float:left;
}

div.TopMenu {
	background-color:#FFFFFF;
}

div.ContentArea {
	width:640px;
	float:right;
	background-color:#FFFFFF;
	vertical-align:top;
}

div.Content {
	padding: 10px 12px 10px 12px;
}

div.Footer {
	width:790px;
	text-align:center;
	background-color:#878787;
	color:#FFFFFF;
	font-size: 11px;
	clear:both;
}

h1 {
	color:#000000;
	font-size:16pt;
	margin-bottom:2px;
}

h2 {
	color:#000000;
	font-size:12pt;
	margin-bottom:2px;
}

h3 {
	color:#555555;
	font-size:9pt;
	font-weight:bold;
}

img {
	border:0px none;
}

img.Topbar {
	padding-left:150px;
}

p, span, table {
	color: #000000;
	font-size: 9pt;
}

p {
	margin-top:2px;
	margin-bottom:12px;
}

p.strong, span.strong {
	font-weight:bold;
}

ul {
	margin-top:4px;
	padding-left: 30px;
}

ul.SideMenu li {
	margin-left: -15px;
}

li {
	font-size:9pt;
	margin-bottom:4px;
	color:#000000;
}

.TextRed {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.TextCentered {
	text-align:center;
}

.TopFlash {
	height:109px;
	width:295px;
}

