
/* PAGE ELEMENTS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

hr {;
color: #C3C3B7;
border: 1px dotted ;
}


/* REGULAR TEXT */

.bodyblack {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}


.bodyblackbig {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#660033;
font-weight:bold;
}

.bodyblackbigbold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}

.bodyblackbold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
font-weight:bold;
}

.bodybluebold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#335A91;
font-weight:bold;
}

.bodyfooter {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

.bodyblackIndustry {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

.bodygrey {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#999999;
font-weight:bold;
}


/* HEADLINE */

.headline{
font-family:  Helvetica, Arial, sans-serif, Verdana ;
font-size:16px;
font-weight:bold;
color:#000000;
}

.headlineColor{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color:#660033;
}

.headlineWhite{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color:#ffffff;
}
.headlineColorBig{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight: bold;
color:#870E19;
}

/* SUBHEADLINE */

.subheadline{
/*font-family:  Helvetica, Arial, sans-serif, Verdana;*/
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
color:#000000;
}
.subheadlineColor{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#660033;
}

.subheadlineGreen{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#006633;
}

.subheadlineIndustry{
/*font-family:  Helvetica, Arial, sans-serif, Verdana;*/
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#000000;
}



/* HIGHLIGHTS */
.Highlight {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #FFFFCC;
}

.HighlightDark {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #DCEDCD;
}


/* LINKS */

.footerlink {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
font-weight:bold;
}

.footerlink:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
background-color:#000000;
font-weight:bold;
}

.link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration: none;
border-bottom: 1px solid;
}

.linkDashed {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration: none;
border-bottom: 1px dashed;
}

.linkDashed:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration: none;
border-bottom: 1px solid;
}

.link:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
background-color:#000000;
font-weight:bold;
}

.industrylink {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-decoration:none
}

.industrylink:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-decoration:underline

}


/* TABLE BACKGROUNDS */

.tableBGColorDarkBlue {
background-color: #ABBBCB;
}

.tableBGColorLightBlue {
background-color: #BCCCDC;
}

.tableBGColorTan {
background-color: #F3F3e9;
}

.tableBGColorGreen {
background-color: #DEEFCD;
}

/* specific tables */
.LHSContainer {
border-left-color:#CCCCCC;
border-left-width: 1px;
border-left-style:solid;
border-bottom-color:#CCCCCC;
border-bottom-width: 1px;
border-bottom-style:solid;
background-color: #F3F3e9;
padding:0px;
}

.RHSContainer {
border-right-color:#CCCCCC;
border-right-width: 1px;
border-right-style:solid;
border-bottom-color:#CCCCCC;
border-bottom-width: 1px;
border-bottom-style:solid;
background-color: #DEEFCD;
padding:0px;
}

.centerSectionsDashed {
border-right-color:#CCCCCC;
border-right-width: 1px;
border-right-style:solid;
border-bottom-color:#CCCCCC;
border-bottom-width: 1px;
border-bottom-style:solid;
border-left-color:#CCCCCC;
border-left-width: 1px;
border-left-style:solid;
padding:0px;
}

.imageTextArea {
border-right-color:#CCCCCC;
border-right-width: 1px;
border-right-style:solid;
border-left-color:#CCCCCC;
border-left-width: 1px;
border-left-style:solid;
padding:0px;
}

.topBlueTable {
border-right-color:#CCCCCC;
border-right-width: 1px;
border-right-style:solid;
background-color: #BCCCDC;
padding:0px;
}


/* TABLE BORDERS */


.tableBorderDotted {
border-color:#CCCCCC;
border-style: dotted;
border-width: 1px;
}


.BorderTable {
border-color:#cccccc;		
border-style:solid;
border-width:1px;
padding:0px;		
}








/* FORM ELEMENTS */
.newletterInput {
background-color: #FFFFDD;
}




