/***************************************/
/* Global Styles                       */
/***************************************/
body {
    font-size: 12pt;
    background-image: none;
}
#container {
	min-width:0px;
	margin: 0;
}
a:link {
   color: #000000;
   text-decoration: none
}

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

/***** article title */
h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 115%;
    font-weight: 800;
}

/***** page content area */
#mtext {
    margin-right: 0px;
    margin-left: 0px;
}

/***** indents akin to blockquote tag */
p.bq {
    padding-right: 5em;
    padding-left: 5em;
}

ol.bq {
    padding-right: 5em;
    padding-left: 5em;
}

/***** legal, copyright, privacy */
.legal {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 65%;
}

/***************************************/
/* Utility Classes                     */
/***************************************/
/***** zero bottom margin */
.t-hug {
    display: none;
}

/***** zero bottom margin */
.t-hug {
	text-align: center;
	margin-bottom: 0px;
}

/***** zero top margin, small text */
.bhug {
	text-align: center;
	margin-top: 0px;
    font-size: .8em;
}

/***************************************/
/* Secondary Page Masthead             */
/***************************************/
#emenu {
    display: none;
}

#bemenu {
    display: none;
}

/***************************************/
/* Footers                             */
/***************************************/
#foots {
    width: 100%;
}

/***************************************/
/* Search Buttons                      */
/***************************************/
.msform {
    display: none;
}

/***************************************/
/* Search Highlighting                 */
/***************************************/
.hl0,  .hl1, .hl2, .hl3, .hl4, .hl5 {
    display: none;
}

.hlresut {
    display: none;
}

/***************************************/
/* Content Styles (forced footer pages */
/***************************************/
#footer {
    position: relative;  /* Needed for Safari */
}