/*/////// GENERAL ////////*/

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 0pt;
}

#tableTopWhite { 
border-top: solid #FFFFFF;
border-top-width: 1px;
} 


/*/////// TYPE ////////*/

.bodyText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;

}
.bodyText A:link {text-decoration: none; font-weight: bold; color: #FF0000}
.bodyText A:visited {text-decoration: none; font-weight: bold; color: #666666}
.bodyText A:active {text-decoration: none; font-weight: bold; color: #FF0000}
.bodyText A:hover {text-decoration: none; font-weight: bold; color: #FF0000}

.sideText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.noteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.menuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
}
.menuText A:link {text-decoration: none; color: #FFFFFF}
.menuText A:visited {text-decoration: none; color: #FFFFFF}
.menuText A:active {text-decoration: none; color: #FFFFFF}
.menuText A:hover {text-decoration: none; color: #FFFF00}

.bottomAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bottomLinks {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
}
.bottomLinks A:link {text-decoration: none; color: #000000}
.bottomLinks A:visited {text-decoration: none; color: #000000}
.bottomLinks A:active {text-decoration: none; color: #000000}
.bottomLinks A:hover {text-decoration: none; color: #FF0000}


/*/////// SPACING ////////*/

.mainTablePadding {
	padding-left: 2px;
}
.topTablePadding {
	padding-top: 8px;
	padding-left: 2px;
}
.leftMargin {
	margin-left: 15px;
}
.rightMargin {
	margin-right: 15px;
}

/*/////// IMAGES ////////*/

#bottomFade {
	background-image:  url(images/background-bottom-strip.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#bottomFadeTwo {
	background-image:  url(images/background-bottom-strip2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#midTopFade {
	background-image:  url(images/mid-top-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#midTopFadeTwo {
	background-image:  url(images/mid-top-fade2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#bottomFade {
	background-image:  url(images/background-bottom-strip.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#bodyBackFade {
	background-image:  url(images/body-text-back-strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}
