/*---------- Main ----------*/
.Title {
	font-size: 20px;
	color: #142A50;
	font-weight: bold;
	padding: 21px;
	font-family: Arial, Helvetica, sans-serif;
}

.Heading {
	font-size: 18px;
	color: #142A50;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.SubHeading {
	font-size: 14px;
	color: #142A50;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Body {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.Costing{
	padding:5px 5px 5px 5px;
	background-color: #E6E8FF;
	border: 1px;
	border-style: solid;
	border-color: #142A50;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.CostingNoBoarder
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;
	background-color: #E6E8FF;
}

.TempCharts{
	padding:1px;
	background-color: #E6E8FF;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.TempChartBoarder{
	border: 1px solid #142A50;
}

.ImageFloat{
	float:right;
	margin-left: 6px;
	margin-bottom: 6px;
}

a:link {color: #142A50; text-decoration: none}
a:visited {color: #142A50; text-decoration: none}
a:hover {color: #142A50; text-decoration: none}

/* ---------- Footer ----------*/

#footer
{
	clear: both;
	width: 650px;
	text-align: center;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	
}

#footer ul
{
	width: 400px;
	list-style: 0;
	margin: 5px auto 5px auto;
	padding: 0px;
	text-align: center;
}

#footer ul li
{
	display: inline;
}

#footer ul li a
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#footer ul li a:hover
{
	color: #333333;
}

/*---------- background image ----------*/

.backgroundtop
{
	background-image:url(../images/background_top.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width: 795px;
	height: 31px;
}
.background
{
	background-image:url(../images/background_repeat.jpg);
	background-repeat:repeat-y;
	margin: auto;
	width: 795px;
}

.backgroundbottom
{
	background-image:url(../images/background_bottom.jpg);
	margin: auto;
	width: 795px;
	height: 69px;
}