<style type="text/css">\
span.aa
{
	font-size: 10pt;
}

.dummy{}

body {
	margin: 20px;
    background: #E0DFDF;
}

/* ============================================
			   MAIN TABLE STRUCTURE
============================================ */

.Outer_table 
{
	width: 100%;
	background: #E0DFDF;
}

.Main_table 
{
	width: 778px;
}

.Top_navigation
{
	width: 778px;
	height: 48px;
	background: #FFFFFF;
	border: solid 1px #C9C9C9;
	border-bottom: 0px;
}

.Top_color_bars
{
	width: 778px;
	height: 8px;
	padding: 0px;
	padding-left: 7px;
	background: #FFFFFF;
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
}

.Flash
{
	width: 778px;
}

.sidebar
{
	width: 151px;
	height: 100%;
	padding-left: 8px;
	background: #334264;
	background-image: url(/images/look/sidebar_left.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	vertical-align: text-top;
}

.Content_table
{
	width: 627px;
	height: 100%;
	background: #FFFFFF;
	background-image: url(/images/look/content_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-right: solid 1px #C9C9C9;
	border-left: solid 1px #334264;
}

.content 
{
	width: 627px;
	height: 100%;	
	padding: 10px;
}

.news_brief 
{
	width: 148px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-left: 2px solid #4F4F4F;	
}

.news_brief_inner 
{
	width: 140px;
	height: 100%;
	background: #C2BFBF;	
	border: 2px solid #FFFFFF;
}

.Footer
{
	width: 627px;
	height: 30px;
	vertical-align: text-bottom;
}

.Footer_spacer
{
	width: 778px;
	height: 5px;
	background: #FFFFFF;
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
	border-bottom: solid 1px #C9C9C9;
}

/* ============================================
		    END MAIN TABLE STRUCTURE
============================================ */

/* ============================================
					SIDEBAR
============================================ */

.Sidebar_link_table 
{
	width: 100%;
}

.Sidebar_item 
{
	width: 100%;
	background: #545A78;
	text-align: center;
}

.sidebar_link 
{
	font-family: Arial, Serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar_text 
{
	font-family: Arial, serif;
	font-size: 10px;
	color: #FFFFFF;
}

.sidebar_medium_text
{
	font-family: Arial, Serif;
	font-size: 11px;
	color: #ffffff;	
}

/* ============================================
				  END SIDEBAR
============================================ */


/* ============================================
				 GENERAL ITEMS
============================================ */

.small_textbox 
{
	font-family: Arial;
	font-size: 10px;	
}

.textbox 
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	background: #EFEFEF;
	color: #000000;
	border: solid 1px #000000;	
	padding: 1px;
}

.textbox_bold
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF;
	color: #000000;
	border: solid 1px #000000;	
	padding: 3px;
}

.small_button 
{
	font-family: Arial;
	font-size: 10px;	
}

/* ============================================
			    END GENERAL ITEMS
============================================ */



/* ================================================ */
/* BEGIN ** [ Related items ] ** STYLES */
/* ================================================ */
.relateditemssectionheader
{
	font-size: 10pt;
	font-family: arial, helvetica, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	color: #970F00;
}

.relateditemslink:link
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.relateditemslink:visited
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.relateditemslink:hover
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.relateditemslink:active
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
/* ================================================ */
/* END ** [ Related items ] ** STYLES */
/* ================================================ */


/* ================================================ */
/* BEGIN ** [ Poll ] ** STYLES */
/* ================================================ */
.currentpollquestion
{
	padding-left:4px;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #970F00;
}

.currentpollresponses
{
	padding-left:4px;
}

.currentpollmorepadding
{
	padding-bottom:8px;
	padding-top:4px;
	padding-right:6px;
}

.currentpollheader
{
	color: #FFFFFF;
	font-size: 12pt;
	font-family: Myriad Web;
	font-weight: bold;
	text-align:center;
}

.currentpollnone
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #970F00;
}


.currentpollanswerlink:link
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.currentpollanswerlink:visited
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.currentpollanswerlink:hover
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.currentpollanswerlink:active
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
/* ================================================ */
/* END ** [ Poll ] ** STYLES */
/* ================================================ */


/* ================================================ */

.morelink:link
{
	color: #970F00;
	font-size: 10pt;
	font-family: Myriad Web;
	text-decoration: underline;
	font-weight: bold;
}
.morelink:visited
{
	color: #970F00;
	font-size: 10pt;
	font-family: Myriad Web;
	text-decoration: underline;
	font-weight: bold;
}
.morelink:hover
{
	color: #970F00;
	font-size: 10pt;
	font-family: Myriad Web;
	text-decoration: none;
	font-weight: bold;
}
.morelink:active
{
	color: #970F00;
	font-size: 10pt;
	font-family: Myriad Web;
	text-decoration: none;
	font-weight: bold;
}

/* ================================================ */

.pagetitle
{
	padding: 4px 0px 2px 10px;
	color: #005038;
	font-size: 14pt;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
}

/* ================================================ */

.primaryphoto
{	
	border-style: solid;
	border-width: 0px;
	border-color: #000000;	
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 8px;
}

.primaryphotocaption
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}

/* ================================================ */

.searchfor
{
	color: #000000;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.searchfortxt
{
	font-family: monospace;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

/* ================================================ */

.topnavdescription
{	
	padding: 4px, 0px, 4px, 0px;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.topnavlink:link
{
	color: #000000;
	font-size: 10pt;
	font-family: Myriad Web;
	text-decoration: underline;
	font-style: italic;
}
.topnavlink:visited
{
	color: #000000;
	font-size: 10pt;
	font-family: Myriad Web;
	text-decoration: underline;
	font-style: italic;
}
.topnavlink:hover
{
	color: #000000;
	font-size: 10pt;
	font-family: Myriad Web;
	text-decoration: none;
	font-style: italic;
}
.topnavlink:active
{
	color: #000000;
	font-size: 10pt;
	font-family: Myriad Web;
	text-decoration: none;
	font-style: italic;
}


/* ================================================ */

/* ---------------------------------------------------------------------------------
-- BEGIN common items
-- These are items that are common for all sites
------------------------------------------------------------------------------------ */

	/* ================================================ */
	/* BEGIN ** [ background ] ** STYLES */
	/* ================================================ */
		.row1 {	
			background-color: #EBEBA5;
		}
		.row2 {	
			background-color: #A2DBE7;
		}
		.row3 {	
			background-color: #99CC66;
		}
		.rowselected {	
			background-color: #EE5019;
		}
	/* ================================================ */
	/* END ** [ background ] ** STYLES */
	/* ================================================ */

	/* ================================================================================= */

	/* ================================================ */
	/* BEGIN ** [ Common links ] ** STYLES */
	/* ================================================ */
		a.link {
			color: #000000;
			text-decoration: underline;
		}
		a.link:hover {
			color: #000000;
			text-decoration: none;
		}
		a.link:visited {
			color: #000000;
			text-decoration: underline;
		}
		a.link:hover {
			color: #000000;
			text-decoration: none;
		}
	/* ================================================ */
	/* END ** [ Common links ] ** STYLES */
	/* ================================================ */

	/* ================================================================================= */

	/* ================================================ */
	/* BEGIN ** [ Other ] ** STYLES */
	/* ================================================ */
	.columnheading 
	{
		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #970F00;
	}

	.errormessage {
		font-family: arial,Verdana,sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: red;
	}	
	
	.mono {
		font-family: monospace;
	}
	
	.monoborder {
		font-family: monospace;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
	}

	.reset {
		font-family: arial;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
	}

	hr {
		color: #000000;
		height: 1px;
	}

	.submit {
		font-family: arial;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
	}

	.reset {
		font-family: arial;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
	}

	.checkbox {
		font-size: 8pt;
		font-family: arial, helvetica, sans-serif;
	}
	
	.textbox {
		font-size: 8pt;
		font-family: arial, helvetica, sans-serif;
	}
	/* ================================================ */
	/* END ** [ Other ] ** STYLES */
	/* ================================================ */
	
/* ---------------------------------------------------------------------------------
-- END common items
------------------------------------------------------------------------------------ */


/* ================================================================================= */
/* ================================================================================= */
/* ================================================================================= */
/* Don't mess with stuff below this point ========================================== */
/* ================================================================================= */
/* ================================================================================= */
/* ================================================================================= */


/* ---------------------------------------------------------------------------------
-- BEGIN Site specific styles --
-- DO NOT ADD/REMOVE/RENAME STYLES FROM THIS AREA --
------------------------------------------------------------------------------------ */

	/* ================================================ */
	/* BEGIN ** [ xxsmall ] ** STYLES */
	/* ================================================ */
		.xxsmall {
			font-size: 4pt;
			font-family: arial, helvetica, sans-serif;
		}
		.xxsmallbold {
			font-size: 4pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.xxsmallitalic {
			font-size: 4pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.xxsmallbolditalic {
			font-size: 4pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ xxsmall ] ** STYLES */
	/* ================================================ */


	/* ================================================ */	
	/* BEGIN ** [ xsmall ] ** STYLES */
	/* ================================================ */
		.xsmall {
			font-size: 6pt;
			font-family: arial, helvetica, sans-serif;
		}
		.xsmallbold {
			font-size: 6pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.xsmallitalic {
			font-size: 6pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.xsmallbolditalic {
			font-size: 6pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ xsmall ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ small ] ** STYLES */
	/* ================================================ */
		.small {
			font-size: 8pt;
			font-family: arial, helvetica, sans-serif;
		}
		.smallbold {
			font-size: 8pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.smallitalic {
			font-size: 8pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.smallbolditalic {
			font-size: 8pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ small ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ medium ] ** STYLES */
	/* ================================================ */
		.medium {
			font-size: 10pt;
			font-family: arial, helvetica, sans-serif;
		}
		.mediumbold {
			font-size: 10pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.mediumitalic {
			font-size: 10pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.mediumbolditalic {
			font-size: 10pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ medium ] ** STYLES */
	/* ================================================ */


	/* ================================================ */
	/* BEGIN ** [ large ] ** STYLES */
	/* ================================================ */
		.large {
			font-size: 14pt;
			font-family: arial, helvetica, sans-serif;
		}
		.largebold {
			font-size: 14pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.largeitalic {
			font-size: 14pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.largebolditalic {
			font-size: 14pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ large ] ** STYLES */
	/* ================================================ */
	

	/* ================================================ */
	/* BEGIN ** [ xlarge ] ** STYLES */
	/* ================================================ */
		.xlarge {
			font-size: 18pt;
			font-family: arial, helvetica, sans-serif;
		}
		.xlargebold {
			font-size: 18pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.xlargeitalic {
			font-size: 18pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.xlargebolditalic {
			font-size: 18pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ xlarge ] ** STYLES */
	/* ================================================ */


	/* ================================================ */	
	/* BEGIN ** [ xxlarge ] ** STYLES */
	/* ================================================ */
		.xxlarge {
			font-size: 24pt;
			font-family: arial, helvetica, sans-serif;
		}
		.xxlargebold {
			font-size: 24pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
		}
		.xxlargeitalic {
			font-size: 24pt;
			font-family: arial, helvetica, sans-serif;
			font-style: italic;
		}
		.xxlargebolditalic {
			font-size: 24pt;
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
	/* ================================================ */
	/* END ** [ xxlarge ] ** STYLES */
	/* ================================================ */


/* ---------------------------------------------------------------------------------
-- END Site specific styles --
-- DO NOT ADD/REMOVE/RENAME STYLES FROM THE ABOVE AREA --
------------------------------------------------------------------------------------ */
</style>
