BODY, FORM {
	margin: 0;
	padding: 0;
}
BODY, TD, DIV, SPAN, INPUT, TEXTAREA, SELECT {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}
BODY {
	background: #FFFFFF;
}
IMG {
	border: 0;
}

.MainFrame {
	background: #FFFFFF;
}

.PageTitle {
	color: #4D6A94;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.Header {
	background-color: #FFFFFF;
	background: url('../images/CRC_header.gif') no-repeat;
}

.ContentFrame {
	background: #EBE7EB;
}
.ContentHead {
	color: #111111;
	font-family: Adobe Garamond Pro, Times New Roman;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.Content {
	height: 425px;
	color: #222222;
	font-size: 12px;
	/*background: #EBE7EB url('../images/background_content.gif') bottom center;*/
	background: #ece9d8 bottom center;
	background-repeat: no-repeat;
}

.DialogTitle {
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #4D6A94;
	background: #4D6A94;
	color: #FFFFFF;
	text-transform: uppercase;
}
.DialogContent {
	padding: 3px;
	border: solid 1px #4D6A94;
}

.Notice {
	font-style: italic;
}

.Column {
	width: 205px;
}
.ColumnBox {
	margin: 2px 0 2px 0;
	width: 197px;
}
.ColumnItem {
	margin: 2px 0 2px 0;
}
A.ColumnLink,
A.ColumnLink:link,
A.ColumnLink:visited,
A.ColumnLink:active,
A.ColumnLink:hover {
	color: #CFDBE1;
	text-decoration: none;
}

.NavLinkBox {
	border-bottom: solid 1px #000;
}
.NavLinkItem {
	height: 44px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
A.NavLink,
A.NavLink:link,
A.NavLink:visited,
A.NavLink:active,
A.NavLink:hover {
	display: block;
	width: 163px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background: url('../images/background_links_rev.gif') no-repeat;
	background-position: 0 -40px;
	color: #53A3C8;
	text-decoration: none;
}
A.NavLink:hover {
	background-position: 0 0;
}

.Base {
	background: transparent;
	color: #53A3C8;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	/*text-transform: ;*/
}

A {
	color: #26364f;
	text-decoration: underline;
}
A:link {
	color: #26364f;
	text-decoration: underline;
}
A:visited {
	color: #26364f;
	text-decoration: underline;
}
A:hover {
	color: #26364f;
	text-decoration: none;
}
A:active {
	color: #26364f;
	text-decoration: underline;
}

TD.TopTab {
	background: #7C93B4;
	text-align: right;
}
SPAN.TopTab {
	color: #7C93B4;
	float: right;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin-right: 26px;
	text-align: left;
	background: #FFFFFF;
}
.TopTab A,
.TopTab A:link,
.TopTab A:visited,
.TopTab A:active,
.TopTab A:hover {
	color: #555555;
	text-decoration: none;
	text-transform: uppercase;
}
