@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.gif) top center repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1, h2
{
	font-size: 16px;
	font-family:  Verdana, Arial, sans-serif;
	color: #191970;
	font-weight: bold;
	padding-left: 4px;
}

h9
{
	font-size: 16px;
	font-family:  Verdana, Arial, sans-serif;
	color: #F00;
	font-weight: bold;
	padding-left: 4px;
}

h3, h4
{
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	color:  #41924B;
	font-weight: bold;
	padding-left: 8px;
}

st
{
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	color:  #F93;
	font-weight: bold;
	padding-left: 8px;
}

#breadcrumb 
{
        text-align: right;
	padding-bottom: 11px;
}
#breadcrumb a:link, #breadcrumb a:visited
{
	text-decoration: none;
}
#breadcrumb a:hover
{
	text-decoration: none;
}

a:link, a:visited
{
	color: #003366;
	border-bottom: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}

a:hover
{
	color: #0033FF;
	text-decoration: none;
}

hr
{
	border:0;
	border-bottom: 1px solid;
	height: 2px;
}

.header {
	color: #FFFFFF;
	font-family: "Bell MT";
	font-size: 24px;
	font-weight: bold;
}

.menu {
	font-size: 10px;
	padding-bottom:.5em;
}

.content {
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 16px;
	padding-right: 16px;
	vertical-align: top;
	font-size: 14px;
	font-family: "Times CY", "Times New Roman", serif
	line-height: 145%;
}

.content b
{
	font-family: Verdana, Arial, sans-serif;
	color:  #90200A;
	font-weight: bold;
        padding-left: 0px;
}

.footer
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-weight: lighter;
	color: #000080;
}

.article {
	width: 100%;
	background: F7DEA4;
	text-align: left;
}

.thrColHyb #container #new {
	color: #F00;
}

