@charset "UTF-8";
body {
	font: 12px "Lucida Grande", Verdana, Helvetica, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2e3094;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.redBackground {
	background-color: #ea2539;
	color: white;
}
td.redBottomZimbra {
	background-color: #ea2539;
	color: white;
	width: 114px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:right;
}
.whiteBottomZimbra {
	font-size:20px;
}
.whiteBottomCollab {
	font: 9px "Lucida Grande", Arial, Helvetica, sans-serif;
}
td.greyBottomPowered {
	color: #76a6bd;
	text-align: left;
	padding-left: 63px;
	letter-spacing: 7px;
}
a { 
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}
a.white {
	color: white;
}
a.white:hover {
	color: white;
}
a.grey {
	color: #76a6bd;
}
a.grey:hover {
	color: #76a6bd;
}
a.blue {
	color: #2e3094;
}
a.blue:hover {
	color: #2e3094;
}
td.topText {
	color: #cadb2a;
	font-size:72px;
	padding-left: 60px;
	vertical-align:bottom;
}
td.topTextInWedge {
	background-color: #cadb2a;
	color: white;
	font-size:30px;
	padding-left: 63px;
	line-height: 95%
}
td.middleText {
	padding-left: 63px;
}
.greenMedText {
	color: #cadb2a;
	font-size: 24px;
}
.blueBigText {
	color: #2e3094;
	font-size: 80px;
	line-height: 90%;
}
.redBigText {
	color: #ea2539;
	font-size: 95px;
	font-weight:bold;
	line-height: 90%;
}
td.redBottomSwitch {
	background-color: #ea2539;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}
