/* CSS Document */

@import url("css/reset.css");
@import url("css/global.css");


h1{
	font-size: 2em;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 20px 0
}

body table.default form p{
	text-align: center !important;
	margin-bottom: 5px !important
}

h2, h3{
	font-size: 1.5em;
	margin: 20px 0 10px 0;
	font-weight: bold
}

th,td{
	vertical-align: top
}

.centercontent{
	background-color: transparent;
	line-height: 160%
}

.left{
	float: left;
	margin: 15px 15px 15px 0
}

.right{
	float: right;
	margin: 15px 0 15px 15px
}

.centercontent p{
	margin: 0 0 20px 0;
	padding: 0
}

.centercontent a{
	font-weight: bold;
	color: #237A78;
	text-decoration: underline
}
.centercontent a:hover{
	color: black;
	text-decoration: none
}

body .proddisplay1,
body .prodviewodd,
body .prodvieweven{
	background-color: transparent !important
}

a.thumbnail,
a.thumbnail:hover{
	color: black !important;
	font-family: inherit !important;
	font-size: 0.9em !important;
	font-style: normal !important;
	font-weight: normal !important;
}
.thumbnail:hover{
	text-decoration: 1px dotted #096;
}
.sitewide {
	color:black;
	font-family:Arial;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
}
a.sitewidelinks {
	color:black;
	font-family:Arial;
	font-size:1.2em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.sitewidelinks:hover {
	color:#096;
	font-family:Arial;
	font-size:1.2em;
	font-style: normal;
	font-weight: bold;
	text-decoration: 1px dotted #096;
}