html, body {
	height: 100%;
}

a  {
	font-size : 10px;
	font-weight : normal;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

a:active  {
	color : #01286E;
	text-decoration : underlined;
}


body, td, select, textarea, input {
	font-size : 10px;
	font-weight : normal;
	color : #000000;
}

.white {
	font-size : 10px;
	font-weight : normal;
	color : #FFFFFF;
}

a.white {
	color : #FFFFFF;
}

a.white:hover {
	color : #FFFFFF;
	text-decoration: underline;
}

a.white:active {
	color : #FFFFFF;
	text-decoration: underline;
}

.black {
	font-size : 10px;
	font-weight : normal;
	color : black;
}

a.black {
	color : black;
}

a.black:hover {
	color : black;
	text-decoration: underline;
}

a.black:active {
	color : black;
	text-decoration: underline;
}

H4 {
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	font-family : verdana, arial, Helvetica, sans-serif;
	text-decoration : none;
}


.warning  {
	font-size : 11px;
	border-width : 2px;
	border-color : red;
	border-style : dotted;
	padding : 2px;
	background-color : MistyRose;
}


input.invalid  {
	font-size : 11px;
	border-width : 1px;
	border-color : red;
	border-style : solid;
	background-color : MistyRose;
}


textarea.invalid, select.invalid  {
	font-size : 11px;
	border-width : 1px;
	border-color : red;
	border-style : solid;
	background-color : MistyRose;
}


input.valid  {
	font-size : 11px;
	border-width : 1px;
	border-color : silver;
	border-style : solid;
	background-color : White;
}


textarea.valid, select.valid  {
	font-size : 11px;
	border-width : 1px;
	border-color : silver;
	border-style : solid;
	background-color : White;
}


.copyright {
	font-size : 10px;
	font-weight : bold;
	color : #666666;
}


.red {
	font-size : 10px;
	color : #cc0000;
	text-decoration : none;
}


.big {
	font-size : 10px;
	font-weight : bold;
	color : #000000;
}

.newsHead {
	font-size : 12px;
	font-weight : bold;
	color : #01286E;
}


.bigger {
	font-size : 14px;
	font-weight : bold;
	color : #000000;
}


.big, .bigger, .red, .copyright, .warning, select, textarea, input, td, body, a {
	font-family : verdana, arial, Helvetica, sans-serif;
	text-decoration : none;
}


a.menu {
	border: solid 1px #DDD;
	padding: 2px 6px 2px 6px;
	margin: 1px 1px;
	background: #F1F1F1;
	width: 120px;
	height: 1%;
	line-height: 1em;
	color: #000;
	text-decoration: none;
}


a.menu:hover {
	border: solid 1px #999;
	background: #CCC;
}

.borderBK {

	border: 1px solid #000000;
}

.quote {
	padding: 5px;
	margin: 5px;
	background: #F1F1F1;
}


.quoteauthor {
	text-align: right;
	font-weight : italic;
	color : #666666;
}


pre {
	font-size : 12px;
	word-wrap: break-word;
	margin: 10px, 0, 10px, 0;
}

.whitebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;

}

.toplinks {
	font-size : 10px;
	font-weight : bold;
	color : #01286E;
	font-family : verdana, arial, Helvetica, sans-serif;
	text-decoration : none;
}

.sublinks {
	font-size : 10px;
	font-weight : normal;
	color : #FFFFFF;
	font-family : verdana, arial, Helvetica, sans-serif;
	text-decoration : none;
}

.borderBl {
	border: 1px solid #99A9C5;
}

.sku {

	font-size : 18px;
	font-weight : bold;
	color : #000000;
}


a.menulink  {
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	padding-left: 10px;
	display: block;
}


.menudivider  {
	margin: 10px 0px 10px 0px;
	display: block;
}

.tandc {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #000000;
}

.tandcBld {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #000000;
}


