body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.style1 {
	color: #adadad;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #b1b1b1;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #a9a9a9;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #C5D256;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #B2BE48;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #c34040;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style8 {
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
}
.style9 {
	color: #44444e;
	font-size: 11px;
	font-family: tahoma;
}
.style10 {
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style11 {
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
}
.style12 {
	color: #000066;
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;	
}
.style13 {
	color: #000066;
	font-size: 14px;
	font-family: tahoma;
}

.healthLink a:link, .healthLink a:visited {
	color: #0064A2;
	text-decoration: none;
}

.healthLink a:hover {
	color: #000066;
	text-decoration: underline;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid NavyBlue;
    color: white;
    background-color: #86A3C3;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	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;
}

.accordionHeaderSelected
{
    border: 1px solid #NavyBlue;
    color: white;
    background-color: #0064A2;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
}