/*Generic style specifications*/
body {
	margin-top: 0px;
	font-size: 11px;
	color: #808284;
	font-family: verdana, arial, sans serif;
	background-color: #e51837;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/page_top_bg.gif);
	background-repeat : repeat-x;
	background-position: top;
}
div.maindiv {
	text-align: left;
	width: 815px;
	background-image: url(../images/content_bg.gif);
}
div.content {
	width: 815px;
	min-height: 449px;
	background-image: url(../images/content_bottom_bg_icon_3.gif);
	background-repeat : no-repeat;
	background-position: bottom right;
}
div.content_icon_1 {
	width: 815px;
	min-height: 449px;
	background-image: url(../images/content_bottom_bg_icon_1.gif);
	background-repeat : no-repeat;
	background-position: bottom right;
}
div.content_icon_2 {
	width: 815px;
	min-height: 449px;
	background-image: url(../images/content_bottom_bg_icon_2.gif);
	background-repeat : no-repeat;
	background-position: bottom right;
}
div.content_icon_3 {
	width: 815px;
	min-height: 449px;
	background-image: url(../images/content_bottom_bg_icon_3.gif);
	background-repeat : no-repeat;
	background-position: bottom right;
}
div.content_icon_4 {
	width: 815px;
	min-height: 449px;
	background-image: url(../images/content_bottom_bg_icon_4.gif);
	background-repeat : no-repeat;
	background-position: bottom right;
}
h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
	margin-top: 34px;
}
div.headerinfo {
	margin-top: 32px;
	margin-left: 88px;
	margin-bottom: 16px;
}
div.breadcrumbs {
	font-size: 10px;
}
div.text {
	margin-left: 88px;
	width: 480px;
	line-height: 16px;
	min-height: 180px;
}
div.text a {
	color: #808284;
	text-decoration: underline;
}
div.text a:hover {
	color: #e51837;
	text-decoration: none;
}
div.related {
	font-size: 10px;
	float: right;
	margin-right: 30px;
	color: #000000;
	width: 180px;
	font-weight: bold;
	line-height: 18px;
}
div.related a {
	color: #e51837;
	text-decoration: none;
}
div.related a:hover {
	text-decoration: underline;
}
div.legal {
	font-size: 10px;
	text-align: center;
	margin-top: 16px;
	padding-bottom: 195px;
}
div.legal a {
	color: #808284;
	text-decoration: none;
}
div.legal a:hover {
	text-decoration: underline;
}
div.redtext {
	color: #e51837;
	display: inline;
	font-weight: bold;
}

div.menudiv {
	background-image: url(../images/menu_bg.gif);
	height:42px;
	padding-left: 8px;
}
div.unselected {
	line-height: 42px;
	float: left;
}

div.menudiv td {
	height: 42px;
	background-image: url(../images/menuitem_divider.gif);
	background-repeat : no-repeat;
	background-position: right;
	padding-left: 16px;
	padding-right: 16px;
}
div.menudiv td.selected {
	height: 42px;
	background-image: url(../images/menuitem_selected_bg.gif);
	background-repeat : no-repeat;
	background-position: right;
	padding-left: 16px;
	padding-right: 16px;
}
div.menudiv a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
div.menudiv a:hover {
	text-decoration: underline;
}
div.menudiv td.selected a {
	line-height:42px;
}
.header {
	font-weight: bold;
}
div.text td {
	vertical-align: top;
}
.reflogo {
	float:right;
}