div,p
{
	margin: 0px;
	padding: 0px;
}

.text {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
    /*line-height: 10pt;*/

}

.medtext {
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    /*line-height: 12pt;*/

}

.error {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #5696DA;
}


.green {
	font-family: Arial, Helvetica, Geneva;
	font-size: 16px;
	font-weight: normal;
	color: #7EA655;
}

.price {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #2E4562;
}

.bigblue {
	font-family: Arial, Helvetica, Geneva;
	font-size: 14px;
	font-weight: bold;
	color: #2E4562;
}

.blue {
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: #2E4562;
}

.blue2 {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #2E4562;
}

.white {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
    /* line-height: 10pt */
}



.small_text {
	font-family: Arial, Helvetica, Geneva;
	font-size: 9px;
	font-weight: normal;
	color: #2B405A;
}

.small_green {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #7EA655;
}

a:link {
      font-family:arial,helvetica,geneva;
      font-size:11px;
      color:#2D4561; 
      text-decoration: underline;
      /*line-height: 10pt*/
      /* line-height causes all sorts of weirdness on anchors */
}

a:visited {
     font-family:arial,helvetica,geneva;
      font-size:11px;
      color:#2D4561; 
      text-decoration: underline;
      /*line-height: 10pt*/
}

a:hover {
     font-family:arial,helvetica,geneva;
     font-size:11px;
     color:#5695D9;
     text-decoration: underline;
      /*line-height: 10pt*/
}

a:active 
{
	color: #003366;
    line-height: 10pt
}

.color {	
        font-family: arial, helvetica, geneva;	
        font-size: 11px;	
        color: #000000;	
        background-color: #DADBC8;
}



/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

#leftLinksPanel
{
	margin:2px 0 0 0 4px;
	width:130px;
	display:block;
	padding:10px 0 0 15px;
}
#leftLinksPanel a:link, #leftLinksPanel a:visited, #leftLinksPanel a:active {
	display:block;
    font-size:12px;
    text-align:left;
    font-weight:bold;
    text-decoration: none;
    color:#425679;
    line-height:30px;
}

#leftLinksPanel a:hover {

    text-decoration: none;
    color:#5695da;
}