﻿/* standard markup */
a:link
{
	color: #BDCBE8;
	text-decoration: none;
}
a:visited
{
	color: #BDCBE8;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
a:active
{
	color: #BDCBE8;
	text-decoration: none;
}
a:focus
{
	color: #BDCBE8;
	text-decoration: underline;
}

h6
{
	color: #BDCBE8;
	font-size: 9pt;
	font-weight: normal;
}
h5
{
	color: #BDCBE8;
	font-size: 9pt;
	font-weight: normal;
}
h4
{
	color: #BDCBE8;
	font-size: 9pt;
	font-weight: normal;
}
h3
{
	color: #BDCBE8;
	font-size: 9pt;
	font-weight: normal;
}
h2
{
	color: #BDCBE8;
	font-size: 9pt;
	font-weight: normal;
}
h1
{
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
}

td
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
textarea
{
	/*color: #BDCBE8;*/
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
table
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
p
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
body
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* stylized text logo */
.text_logo
{
	color: #BDCBE8;
	font-size: 14pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	font-style: oblique;
}


/* page title */
#page_title
{
	color: #BDCBE8;
	font-size: 14pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	font-style: oblique;
}
#page_title h1
{
	color: #BDCBE8;
	font-size: 14pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	font-style: oblique;
}

/* icons */
#icons
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
#icons a:link
{
	color: #BDCBE8;
}
#icons a:visited
{
	color: #BDCBE8;
}
#icons a:hover
{
	color: #ffffff;
	text-decoration: none;
}
#icons a:active
{
	color: #BDCBE8;
}

/* top buttons */
#top_buttons_w
{
	color: #00349B;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}

.top_buttons a
{
	color: #BDCBE8;
	font-size: 9pt;
	text-decoration: none;
	cursor: pointer;
}
.top_buttons a:visited
{
	color: #BDCBE8;
	font-size: 9pt;
	text-decoration: none;
	cursor: pointer;
}
.top_buttons a:hover
{
	color: #ffffff;
	font-size: 9pt;
	background: #ffffff;
}

/* bottom links */
#bottom_links
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
#bottom_links a:link
{
	color: #BDCBE8;
}
#bottom_links a:visited
{
	color: #BDCBE8;
}
#bottom_links a:hover
{
	color: #ffffff;
	text-decoration: none;
}
#bottom_links a:active
{
	color: #BDCBE8;
}

.bottom_content
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
}


/* site info and copyright */
#site_info
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
}

/* content in body1 */
.body1
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.paragraph_heading
{
	color: #BDCBE8;
	font-size: 11pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
.body1 p
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.body1 h1
{
	color: #7996D0;
	font-size: 14pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	font-style: oblique;
}
.body1 h2
{
	color: #7996D0;
	font-size: 11pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.body1_link
{
	color: #7996D0;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.redfont
{
	color: #FF0000;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}

/* content in body2 left column*/
.body2
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.body2 p
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.body2 h1
{
	color: #7996D0;
	font-size: 12pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
}
.body2 h2
{
	color: #7996D0;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.body2_link
{
	color: #7996D0;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

/* content in white space under body1*/
.body3
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.body3 p
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.body3 h1
{
	color: #7996D0;
	font-size: 10pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
}
.body3 h2
{
	color: #7996D0;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.body3_link
{
	color: #7996D0;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

/* content in bottom cell */
.special1
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.special1 p
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.special1 h1
{
	color: #7996D0;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.special1_link
{
	color: #7996D0;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

/* content in right column */
.special2
{
	color: #BDCBE8;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.special2 p
{
	color: #7996D0;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.special2 h1
{
	color: #7996D0;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.special2_link
{
	color: #7996D0;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

/* vertical menu bar */

.Vertical_Menu li a
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.Vertical_Menu li a:visited
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
.Vertical_Menu li a:link
{
	color: #BDCBE8;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
.Vertical_Menu li a:hover
{
	color: #7996D0;
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}

