hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	border: 4px inset #979797;
}

input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #FF00FF;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 3px 0px 3px;
}
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #FF00FF;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #FFFFFF;
	font-size: 14px;
}
.altRowEven {
}
.altRowOdd{
}
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #000099;
	font-weight: bold;
	font-size: 100%;
}
table#tableSearchResults td {
	vertical-align:top;
}

