* {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 27px;
	margin-bottom: 0px;
	color: #0f6bab;
}
body {
	background-image: URL(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
ul {
	margin-top: 5px;
	margin-left: 20px;
	list-style-type: square;
}
li {
	margin-left: 15px;
}
ul.homepagelist {
	margin-left:17px;
}
li.homepagelist {
	line-height: 30px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
p.heading {
	font-size: 12px;
	font-weight: bold;
	color: #0f6bab;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
p.subheading {
	font-size: 11px;
	font-weight: bold;
	color: #3a3a3a;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
a.bluelink:link {
	text-decoration: none;
	color: #0f6bab;
}
a.bluelink:hover {
	text-decoration: underline;
	color: #0f6bab;
}
a.bluelink:active {
	text-decoration: none;
	color: #0f6bab;
}
a.bluelink:visited {
	text-decoration: none;
	color: #0B4D7D;
}
#contentFrame {
	background-color: #FFFFFF;
	height: 100%;
}
div.homepagetext {
	margin: 15px;
}
th.heading {
	background-color: #0f6bab;
	color: #ffffff;
	text-align: left;
}
td.content {
	padding-right: 15px;
	padding-bottom: 15px;
}
td.timebar {
	background-image: URL(../images/navbar_bg.gif);
	width: 100%;
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	color: #606060;
}
td.bluebar {
	background-color: #0f6bab;
	height: 3px;
}
td.grayBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.copyright {
	background-color: #0f6bab;
	height: 22px;
}
.whitetext {
	color: #f0f0f0;
}
.bluetext {
	color: #0f6bab;
}
hr {
	color: #0f6bab;
	width: 95%;
	height: 1px;
	noshade: no-shade;
}
#prodImages {
	text-align: center;
	float: right;
	margin-right: -10px;
}
.newscontent, .newscontentalt, .newscontentalt-red {
	width:735px;
	background-color:#FFF;
	padding: 8px;
	margin-left:15px;
}
.newscontentalt {
	background-color: #e3ecf2;
}
.newscontentalt-red {
	background-color: #f1dbdd;
}
h2, h6 {
	padding-left: 8px;
	width:600px;
	font-size: 14px;
	font-weight: bold;
	color: #0f6bab;
}
h6 {
	margin: 0;
	padding-bottom: 10px;
	color: #e20a17;
}