body {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: white;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}
a {
    color: black;
}
.homePointsTitle {
    color: #942921;
    font-family: Georgia;
    font-size: 20px;
}
.homePoints {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.homeSteps {
    color: #942921;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.pageTitle {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
.required {
    font-weight: bold;
}
.formLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.loginLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
}
.marginText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.footerFrame {
   background: #75D7FE;
}
.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: black;
}
.announcement {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: red;
}
span.errors {
    color: red;
}
.box {
    font-size: 14px;
    font-family: arial,tahoma,sans-serif;
    background: #F3F4F2;
    border: 2px inset;
    box-sizing: border-box;
}
.boxWhite {
    font-size: 14px;
    font-family: arial,tahoma,sans-serif;
    background: white;
    border: 2px inset;
    box-sizing: border-box;
}
.infoHeading {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333;
   padding-bottom: 1px;
   padding-left: 1px;
	padding-right: 7px;
	padding-top: 3px;
	border: solid 1px #CCC;
	background: #F3F4F2;
}
.tabs {
    margin-top: 10px;
}
.tabon {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333;
	padding-bottom: 1px;
	padding-right: 7px;
	padding-top: 1px;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	background: #F3F4F2;
}
.tabon a:link,.tab a:visited {
	text-decoration: none;
	color: #333;
	background: #F3F4F2;
}
.tabborder {
	border: solid 1px #CCC;
	padding: 7px;
	background: #F3F4F2;
}
.buttonSmall {
	border-style: solid;
	border-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
	color: white;
	font-weight: bold;
	background: #666666;
	border-color: #999999;
   padding: 2px 5px;
	cursor: hand;
   text-decoration: none;
}
.buttonLarge {
	border-style: solid;
	border-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13;
	color: white;
	font-weight: bold;
	background: #666666;
	border-color: #999999;
	cursor: hand;
}
.bodyText {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.specRow {
   padding: 7px 2px;
}
.selectedSpecRow {
   font-weight: bold;
}
.even {
   background: #FFFFFF;
}
.tableHeader {
   background: #666666;
}
.formTextHelp {
	font-size: 12px;
   color: #961f44;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
}
.tableHeaderText {
	font-size: 12px;
   color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
}
.articlebodytext {
   font-weight: normal;
   font-size: 12px;
   line-height: 18px;
   color: black;
   font-style: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sidebarFrame {
   background: #75D7FE;
   background: -webkit-linear-gradient(white, #75D7FE); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(white, #75D7FE); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(white, #75D7FE); /* For Firefox 3.6 to 15 */
   background: linear-gradient(white, #75D7FE); /* Standard syntax */
}