/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 11pt;
}
BODY
{
    background-color: white;
}
TD.centerColumn
{
    padding: 15px;
    padding-top: 3px;
}
TD.leftColumn
{
    font-size: 11pt;
    background-color: #FFF;
}
TD.rightColumn
{
    font-size: 11pt;
    background-color: #FFF;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 9pt;
}


/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
	 font-weight: bold;
	 font-size: 12pt;
	 font-family: Arial Narrow, Arial;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec
{
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.centerColumn A
{
    color: #5565AF;
    font-weight: bold;
}
.centerColumn A:hover
{
    color: #000;
}
.attachments
{
	background-color: none;
	border: 1px dashed none;
	padding: 10px;
}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox
{
	padding-bottom: 20px;
}
.contentbox_left_header, .searchbox_header
{
    color: #000;
    font-weight: bold;
    background-color: #FFF;
    text-align: center;
	border-bottom: 3px solid #000;
	padding: 3px;
	 font-size: 12pt;
}

.contentbox_left_header_wrapper, .searchbox_header_wrapper
{
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
    background-color: #FFF;
}
.contentbox_left_body, .searchbox_body
{
    background-color: #FFF;
    padding: 5px;
}
.leftColumn A
{
    font-weight: bold;
    color: #5565AF;
}
.leftColumn A:hover
{
    color: #000;
}
A.goButton, A.goButton:hover
{
	display: block;
	border-width: 1px;
	border-style: solid;
    border-top-color:  #EEE;
    border-right-color:  #333;
    border-left-color:  #EEE;
    border-bottom-color:  #333;
    padding: 1px 3px 2px 2px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    background-color: #CCCCCC;
}
A.goButton:hover
{
    border-top-color:  #333;
    border-right-color:  #EEE;
    border-left-color:  #333;
    border-bottom-color:  #EEE;
    padding: 2px 2px 2px 3px;
}


/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
	padding-bottom: 20px;
	background-color: #F3F6FB;
}
.contentbox_right_header, .sidebar_header
{
    color: #5565AF;
    font-weight: bold;
    text-align: center;
	border-bottom: 3px solid #000;
	padding: 3px;
	 font-size: 12pt;
}
.contentbox_right_header_wrapper, .sidebar_header_wrapper
{
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}
.contentbox_right_body, .sidebar_body
{
    color: #000;
    padding: 5px;
}
.rightColumn A
{
    font-weight: bold;
    color: #5565AF;
}
.rightColumn A:hover
{
    color: #000;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 9.5pt;
    color: #FFF;
    text-align: center;
    padding: 3px;
    background-color: #5565AF;
}
.footernav
{
    font-size: 9.5pt;
    color: #000;
    text-align: center;
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

DIV.nav
{
	margin-bottom: 1em;
	    border: 1px solid #000;
	    border-top: none;

}
A.textButtonLink, A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    background-color: #F3F6FB;
    font-size: 8pt;
    padding: 4px;
	    border-top: 1px solid #000;
	 font-family: Arial;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #FFF;
    background-color: #F79447;
}
A.subSectionLink, A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #000;
    font-size: 8pt;
    text-decoration: none;
    background-color: #FFF;    
	font-family: Arial;

}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #F79447;
    background-color: #FFF;

}

.cookiecrumb, TABLE.cookiecrumb, TD.cookiecrumb 
{
    FONT-SIZE: 11pt;
    COLOR: #F79447;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.cookiecrumb A
{
    COLOR: #F79447;
    FONT-WEIGHT:bold;
    FONT-SIZE: 11pt;
    text-decoration: none
}

div.cookiecrumb
{
    border-bottom: 1px solid black;
    padding: 5px 10px;
    margin-bottom: 10px;
}


/*=================================================( MISC PIECES )===*/
/*===================================================================*/

.day_headings
{
	background-color: #AAAAAA;
}