﻿body
{
	background-color: #E5E7C2;
		background-image: url(/images/bg-repeat.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #354441;

}

.heading {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #354441;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8;
	color: #666666;
}
	
a
{
	color: #4A625C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


#cms_page
{
	background-color: #E5E7C2;
		background-image: url(/images/bg-repeat.jpg);
	background-repeat: repeat;
	background-position: center top;

}
#cms_heading
{
	padding-right: 2px;
	padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2pt;
	text-align: center;
	border: #000000 1px solid;
	color: #849B9C;
	padding: 5px;
	background-color: #354441;
	font-size: 14px;
	font-weight: bold;
	height: 14px;

}
#cms_links
{
	background-color: #536F72;
	color: #dddddd;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}

#cms_links a
{
	text-decoration: none;
	color: #dddddd;
	margin-left: 10px;
	margin-right: 10px;
}
#cms_links a:hover
{
	text-decoration: underline;
}
#cms_holder
{
	width:784px;
	border: #000000 0px solid;
}
#cms_logout
{
	background-color: #849B9C;
	padding-right: 5px;

}
.cms_nav-selection
{
	border: #000000 thin solid;
	background-color: #cccccc;
}
