html {
	
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	
	}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.table_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f7fa;
	border:1px solid #c4d1e9;
}

.table_blue th {
	background-color: #dde3ed;
	font-size: 12px;
	color:#000000;
	padding: 5px;
	
}

.image_selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c86800;
	color:#FFFFFF;
}

.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

.input {
	background-color: #FFFFFF;
	border:1px solid #CCC;
	font-size: 12px;
}

.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4b6391;
	background-image: url(images/btn.gif);
	color:#5270a1;
}

.article_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#c86800;
	font-weight:bold;
}

.articleoftheweek_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#c86800;
	font-weight:bold;
}


.article_image {
	float: right;
}
.article_review {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
}
.article_review_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
}
.article_review_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.article_photo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#222222;
}

.brief_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#c86800;
	font-weight:bold;
}

.brief_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.brief_text a {
	color: #0000FF;
}
.brief_text a:link {
	color: #0000FF;
}
.brief_text a:visited {
	color: #0000FF;
}
.brief_text a:hover {
	color: #0000FF;
}

.black_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight:bold;
}
.blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1d52a2;
	font-weight:bold;
}

.brief_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}


.table_grey td {
	background-color: #FFFFFF;
}

.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.input {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button {
	border: 1px solid #1b3259;
	font-size: 11px;
	background-color: #3366CC;
	color:#FFFFFF;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

#blue11px:link  {
	font-family: arial, helvetica, sans-serif ; 
	font-size : 9pt ;	
	font-weight : normal ;
	color:	 #1C42AE;       
    }
           
#blue11px:Visited  {
	font-family: arial, helvetica, sans-serif ; 
	font-size : 9pt ;	
	font-weight : normal ;
	color:	 #1C42AE;
    }
           
#blue11px:Active  {
	font-family: arial, helvetica, sans-serif ; 
	font-size : 9pt ;	
	font-weight : normal ;
	color:	 #1C42AE;
    }
           
#blue11px:Hover  {
	font-family: arial, helvetica, sans-serif ; 
	font-size : 9pt ;	
	font-weight : normal ;
	color:	 #CC0000;
	}
table.menu a {
width:200px;
border:1px solid #798eab;
display: block;
}
div.menu a {
color: #333333;
background: #ffffff;
text-decoration:none;
font-size:11px;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}
div.menu a:link {
color: #333333;
background-image: url(images/main_menu_off.gif);
}

div.menu a:active {
color: #000000;
background: #cccc99;
}

div.menu a:visited {
color: #333333;
background-image: url(images/main_menu_off.gif);
}

div.menu a:hover {
color: #333333;
background-image: url(images/main_menu_on.gif);
border:1px solid #FFFFFF;
}


