/* Text Styles ****************/
.standard {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

.standardBlack {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.standardBold {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #181818;
font-weight: bold;
}

.standardItalic {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
font-style:italic;
}

.standardGrey {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}

.standardBoldGrey {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
font-weight: bold;
}

.standardRed {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CC0000;
}

.standardBoldRed {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CC0000;
font-weight: bold;
}

.headingOrange {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #EC7600;
line-height: 1.5;
}

.headingAsparagus {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #808000;
line-height: 1.5;
}

.headingRed {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CC0000;
line-height: 1.5;
}

.captionAsparagus {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #808000;
}

.standardSmall {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}

#largeLink a {
font-size: 13px;
font-weight: bold;
color: #333333;
}

.listSpacing {
line-height: 1.8;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #4A667D;
text-decoration: underline;
}

#calEntry a {
color: #999999;
}

.formText {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
font-weight: bold;
}

.highlightBox {
display: block;
margin: 5px;
border: solid 1px #CCCCCCC;
background-color: #EEEEEE;
}

.rowHighlight1 {
background-color: #eeeeee;
}

.rowHighlight2 {
background-color: #ffffff;
}

#footerHeading {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #EC7600;
}

#footerHome {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
padding-bottom: 5px;
}

#footerHeadingAsparagus {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #808000;
}

#footer a {
color: #FFFFFF;
}

#footerHeading a {
color: #EC7600;
}

#calEntry {
margin-top: 3px;
margin-left: 7px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
}

.calOrange {
color: #EC7600;
}

.calGrey1 {
color: #8F8F8F
}

.calGrey2 {
color: #CCCCCC;
}

.calGrey3 {
color: #999999;
}

a.rotatorLinkText {
	position: absolute;
	font-color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
