/* generic */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
/*	background-color: #6b8092; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4 {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #818181;
	text-decoration: none;
}
/* basic layout */
table.content {
	width: 760px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.contentLeft {
	width: 175px;
	background-image: url(/images/left_nav_bg.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
td.contentMid {
	width: 410px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
td.contentWide {
	width: 585px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
td.contentRight {
	width: 175px;
	background-image: url(/images/right_nav_bg.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
/* container layout */
.leftNav,.rightNav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
}
.pageContent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
}
/* text */
.txtWhite {
	color: #FFFFFF;
	text-decoration: none;
}
.txtRed {
	color: #B41F24;
	text-decoration: none;
}
.bgRed {
	color: #ffffff;
	background-color: #B41F24;
}
.bgDarkGrey {
	color: #ffffff;
	background-color: #525252;
}
.borderDarkGrey {
	border-top-color: #525252;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #525252;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #525252;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #525252;
	border-left-style: solid;
	border-left-width: 1px;
}
.borderBotomDarkGrey {
	border-bottom-color: #525252;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.borderTopDarkGrey {
	border-top-color: #525252;
	border-top-style: solid;
	border-top-width: 1px;
}
/* advanced layout */
.hidden
{
	display:none;
}