a:link {	text-decoration: none; color: #9900ff; }
a:alink {	text-decoration: none; color: #9900ff; }
a:visited {	text-decoration: none; color: #9900ff; }
a:hover {	text-decoration: underline; color: #ff0000; }

* { outline: none; padding: 0px; margin: 0; } /* Standard Page Settings for IE + FireFox (outline fix for FireFox) */
div { margin: auto; } /* Fix for FireFox */
table { margin-left: auto; margin-right: auto; } /* Fix for FireFox */
img { border: 0px;}
a img { display: block; } /* Fix for FireFox */
p { padding-bottom: 15px; }  /* Standard P Settings for IE + FireFox */
input { padding-left: 4px; padding-right: 4px; } /* Fix for FireFox */
input, select { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10pt; font-weight: normal; } /* Standard Font Settings for IE + FireFox */

html {
	overflow-y: scroll;
}
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
.conWebsite {
	width: 1000px;
	display: table;
	text-align: center;
	cursor: default;
}
.conHFBlock {
	width: 1000px;
	text-align: center;
	display: block;
}
.conContent {
	width: 1000px;
	text-align: center;
	display: block;
}
.conMainContent {
	width: 1000px;
	text-align: center;
	display: block;
}

.BottomLinks:link {		text-decoration: none; color: #000000;}
.BottomLinks:alink {	text-decoration: none; color: #000000;}
.BottomLinks:visited {	text-decoration: none; color: #000000;}
.BottomLinks:hover {	text-decoration: underline; color: #000000;}

.ProductLinks:link {	text-decoration: none; color: #000000;}
.ProductLinks:alink {	text-decoration: none; color: #000000;}
.ProductLinks:visited {	text-decoration: none; color: #000000;}
.ProductLinks:hover {	text-decoration: underline; color: #000000;}

.LeftAlign {
	text-align: left;
}
.CenterAlign {
	text-align: center;
}
.BorderTable {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align: center;
}
.ViewItemContainer {
	width: 900px;
	display: block;
	text-align: left;
}
.Spacer {
	display: block;
	clear: both;
}
.textError {
	color: #990033;
}
.textRed {
	color: #ff0000;
}
.textProdTitle {
	color: #000040;
	font-weight: bold;
	font-size: 36pt;
}
.textLittleTitle {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
}
.textLarge {
	font-size: 16pt;
}
.textGreen {
	color: green;
}
.textPageHeader {
	font-size: 18pt;
	font-weight: bold;
}