body {
	margin: 0px;
}

td, p {
	font-family: Arial, Helvetica, Sans-seif; font-size: 12px; color: #666666;
}

li {
	margin-left: -20px;
}


/* navigation elements */
A {
	text-decoration: none;
}
A:link {
	text-decoration: none;
}
A:hover {
	text-decoration: none;
}
A:active {
	text-decoration: none;
}	
A:visited {
	text-decoration: none;
}


/*Headers*/
H1 {
	font-size: 24px;
}
H2 {
	font-size: 18px;
}
H3 {
	font-size: 16px;
}
H4 {
	font-size: 14px;
}
H5 {
	font-size: 12px;
}



/*forms*/
input,select,textarea {
	font-family: Arial, Helvetica, Sans-seif; font-size: 9pt; color: #000000; margin-bottom: 5px; padding-left: 3px;
}
input.radio {
	background-color: #EFEFEF; margin-bottom: 0px;
}
.searchbox input, .searchbox select, searchbox textarea {
	font-size: 8pt; 
}



/**Footer*/
.footer {
	background-color: #1991CF; color: White; padding: 5px 20px 5px 5px;
}
.footer a {
	color: White; font-weight: bold;
}
.footer a:hover {
	color: #FF9900; font-weight: bold; text-decoration: underline;
}




/*Main Navigation*/
.mainNavBG {
	background-color: #1991CF;
}
.mainNavBGover {
	background-color: #BADEF1;
}



/*Other*/
.skyBlue {
	background-color: #1991CF;
}
.lightBlue {
	background-color: #BADEF1;
}
.mainInfo {
	padding: 20px;
}
.mainInfo a {
	color: #1991CF; font-weight: bold;
}
.mainInfo a:hover {
	color: #FF9900; font-weight: bold;
}
.productGrey {
	background-color: #999999; color: #FFFFFF; font-weight: bold;
}
.productGrey a {
	color: #FFFFFF; font-weight: bold;
}
.productGrey a:hover {
	color: #FFFFFF; text-decoration: underline;
}
.dottedline {
	background-image: url(../images/dottedline.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.rowColour {
	height: 1px;
	background-image: url(../images/dottedline.gif);
	background-repeat: repeat-x;
}
