body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.nobr {
	white-space: nowrap;
}

sup {
   /* This will apply it to all sups */
   line-height: 100%;
   vertical-align: top;
   font-size: 9px; /*You can use px, em or % such as 70% if you want it to depend on if itās in a headline or in regular text */
}

.textLinkMedium {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

A.textLinkMedium:link {
	text-decoration: none;
}

A.textLinkMedium:visited {
	text-decoration: none;
}

A.textLinkMedium:active {
	text-decoration: none;
}

A.textLinkMedium:hover {
	text-decoration: underline;
}

.textBoxSmall {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.textBoxSmall:link {
	text-decoration: none;
}

A.textBoxSmall:visited {
	text-decoration: none;
}

A.textBoxSmall:active {
	text-decoration: none;
}

A.textBoxSmall:hover {
	text-decoration: underline;
}

.textMainBlack {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

.textMainRed {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
}

.textMainMpls {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e5772;
}

.textMainStp {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #006500;
}

.textMainRoch {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #32004b;
}

.textMplsHeader {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e5772;
}

.textStpHeader {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #006500;
}

.textRochHeader {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #32004b;
}

.textMainHeader {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
}

/* Background Images */

.mainBackground {
background-image:url(../images/background_main.gif);
}

.mplsBackground {
background-image:url(../images/background_mpls.gif);
}

.mplsBoxHeader { /* 98px high */
background-image:url(../images/mplsb.gif);
}

.mplsBoxHeader2 { /* 130px high */
background-image:url(../images/mplsb2.gif);
}

.mplsBoxHeader3 { /* 140px high */
background-image:url(../images/mplsb3.gif);
}

.mplsBoxHeader150px { 
background-image:url(../images/mplsb150.gif);
}

.mplsBoxHeader175px { 
background-image:url(../images/mplsb175.gif);
}

.mplsBoxHeader200px { 
background-image:url(../images/mplsb200.gif);
}

.mplsBoxHeader225px { 
background-image:url(../images/mplsb225.gif);
}

.mplsBoxHeader250px { 
background-image:url(../images/mplsb250.gif);
}

.stpBackground {
background-image:url(../images/background_stp.gif);
}

.stpBoxHeader { /* 98px high */
background-image:url(../images/stpb.gif);
}

.stpBoxHeader2 { /* 130px high */
background-image:url(../images/stpb2.gif);
}

.stpBoxHeader150px {
background-image:url(../images/stpb150px.gif);
}

.stpBoxHeader200px {
background-image:url(../images/stpb200px.gif);
}

.stpBoxHeader225px {
background-image:url(../images/stpb225px.gif);
}

.stpBoxHeader250px {
background-image:url(../images/stpb250px.gif);
}

.rochBackground {
background-image:url(../images/background_roch.gif);
}

.rochBoxHeader {
background-image:url(../images/rochb.gif);
}

.rochBoxHeader2 {
background-image:url(../images/rochb2.gif);
}

/* Bullets */

ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	padding-left: 0px;
	list-style: disc;
}
#bulletList li {
	margin-top: 0px;
	padding-left: 0px;
}

.noM {margin: 0;}
.button {float: left; width: 170px; height: 90px; margin-right: 15px; text-align: center;}
.button a {display: block; width: 154px; height: 70px; padding: 20px 14px 10px; background:#990000 url(../images/button-large.jpg) no-repeat; text-decoration: none; color: #fff; line-height: 21px;}
.button a:hover {background: #000099 url(../images/button-lrg-over.jpg) no-repeat;}
.clearAll {clear: both;}
