html, body {
	background-image:  url(images/steel.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 18px;
}

hr {
	margin: 8px 0px 8px 0px;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

table#container {
	background-color: #666666;
	border-color: #FFFFFF;
	width: 955px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	
}

	td#header {
		width: 100%;
		height: 112px;
		text-align: left;
		padding: 0px 0px 0px 2px;
		background-color: #666666;
		clear: both;
		float: left;
	}
	
	table#home {
		width: 100%;
		border: dashed;
		border-width: thin;
		border-color: #FF0000;
		background-color: #FFFFFF;
		line-height: 120%;
		margin-bottom: 5px;
	}
		
	td#lhs {
		text-align: center;
		float: left;
		padding: 0px 2px 2px 2px;
		margin: 0px;
		width: 185px;
		height: 100%;
		vertical-align: top;
		clear: none;
	}
	
	td#content {
		text-align: left;
		padding: 15px;
		width: 520px;
		height: 100%;
		float: left;
		vertical-align: top;
		background-color: #FFFFFF;
		clear: none;
	}

	td#rhs {
		text-align: center;
		padding: 0px 2px 2px 2px;
		margin: 0px;
		width: 185px;
		height: 100%;
		vertical-align: top;
		float: left;
		clear: none;
	}


					
		
/* Classes */

.arrowlist {
		list-style-image: url(images/arrow.gif);
}

.arrowsublist {
		font-size: 10px;
		list-style-image: url(images/arrowsub.gif);
}

.greybold {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.tableheader {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image:url(images/head_back2.jpg);
	background-repeat: repeat-x;
	height: 25px;
}

.tableheader-la {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-image:url(images/head_back2.jpg);
	background-repeat: repeat-x;
	height: 25px;
}


.tableheader_sm {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image:url(images/head_back2.jpg);
	background-repeat: repeat-x;
	height: 15px;
}

.tableheader_sm-la {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-image:url(images/head_back2.jpg);
	background-repeat: repeat-x;
	height: 15px;
}

.tableheader_smg-la {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-image:url(images/head_back2g.jpg);
	background-repeat: repeat-x;
	height: 15px;
}

.highlight {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.highlightBlue {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}

.highlightGreen {
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}

.panel {
	width: 100%;
	border: solid;
	border-width: thin;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	line-height: 120%;
	margin-bottom: 5px;
}

.panelcontent {
		text-align: left;
		padding: 7px;
}
		
.hrseperator {
	height: 1px;
	width: 100%;
}

.smtext {
	font-size: 10px;
}

.smwhitetext {
	font-size: 10px;
	color: #ffffff;
}

.whitetext {
	font-size: 12px;
	color: #ffffff;
}

a.whitelink:link {
	color: #ffffff;
}
a.whitelink:hover {
	color: #ffffff;
}
a.whitelink:visited {
	color: #ffffff;
}
a.whitelink:hover {
	color: #ffffff;
}

a.smcoldlink:link {
	font-size: 10px;
	color: #0099FF;
}
a.smcoldlink:hover {
	color: #0099FF;
}
a.smcoldlink:visited {
	color: #0099FF;
}
a.smcoldlink:hover {
	color: #0099FF;	
}


.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


.subheaderBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

.subheaderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

