html, body{
    /*height:100%;*/
    /*border: none; */
	padding: 0;
	margin: 0px; /* removed space around the edge of the page */
	text-align: center; /* required for page centering */
	font-family: arial;
}

table.generic{
    margin-left: auto; /* required for page centering */
	margin-right: auto; /* required for page centering */
	padding: 3px; /* force all padding to 0px */
}

.redBold{
    color: #C80815;
	font-weight: bold;
}

.redBoldVerd{
    color: #C80815;
	font-weight: bold;
	font-family: times new roman;
	font-size: 22px;
	padding: 4px;
}

.bigBoldRedCentered{
    color: #C80815;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

.bold{
    font-weight: bold;
}

.teal{
    color: teal;
    font-weight: bold;
    font-style: italic;
}

.teal:link{
	text-decoration: none;
}

.teal:visited{
	text-decoration: none;
}

.teal:hover{
	text-decoration: none;
}

.teal:active{
	text-decoration: none;
}

.justify{
    text-align:justify;
}

.justifyPadded{
    text-align:justify;
    padding: 20px;
    font-size: smaller;
}

.contactUs{
    text-align: center;
    line-height: 200%;
}

.tall{
    text-align: left;
    line-height: 150%;
    font-size: smaller;
}

.centered{
    text-align: center;
}

.centeredBigPadded{
    text-align: center;
    font-size: 1em;
    padding: 30px;
}

td.left{
    text-align: left;
}

.bottomFade{
    vertical-align: top;
    width: 50%;
    text-align: left;
    font-size: 1.05em;
    font-family: arial;
}

td.dottedLine{
    background-image: url(../images/dottedLine.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
}

table.HomeClass{
    background-image: url(../images/stlArch.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 395px;
	/* height: 395px; */
}

.justifyPaddedAboutUs{
    text-align:justify;
    padding: 10px;
    font-size: smaller;
    /* background-image: url(../pic/pic.jpg);
	background-repeat: no-repeat;
	background-position: center; */
	/* height: 430px; */
}

.contactUsTable{
    text-align: center;
    line-height: 200%;
    background-image: url(../images/headset.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
