@charset "utf-8";
/*==============================
Elements
==============================*/
body {
	min-width:50%;
	font-size:100.01%; /* [1] */
	margin:0;
	padding:0;
	font-size:75.01%; /* 12px [1] */
	line-height:1.5em; /* 18px [2] */
	background:#fff;
	color:#000;
	font-family:"Verdana", "Arial", "Helvetica", sans-serif;
}
p {
	font-size:1em;
	margin-bottom:1.5em;
}
h1, h2, h3, h4, h5, h6 {
	color:#002E8B;
}
h1 {
	font-size:1.5em; /* 18px */
	line-height:1em; /* 18px */
	margin:0;
	margin-bottom:1em; /* 18px */
}
h2 {
	font-size:1.333em; /* 16px */
	line-height:1.125em; /* 18px */
/*	margin-top:1.125em;*/
	margin-bottom:1.125em;
}
h3 {
	font-size:1.1667em; /* 14px */
	line-height:1.286em; /* 18px */
	margin-top:1.286em;
	margin-bottom:1.286em;
}
h4, h5, h6 {
	font-size:1em; /* 12px */
	line-height:1.5em; /* 18px  */
	font-style:bold;
}
a:visited {
	color:#002E8B;
}
a:link, a:hover, a:active, a:focus {
	color:#0399FA;
}
img {
	border:none;
/*   behavior:url(/javascript/pngbehavior.htc);*/
}
/* Styles for blockquotes managed by jQuery */
.withquotes {
	margin:0;
	padding:0 0em;
}
.leftQuote {
	margin:0 1em;
	background: url("/images/layout/lquote.gif") no-repeat;
}
.rightQuote {
	padding:0px 1em 0px 2em;
	background: url("/images/layout/rquote.gif") no-repeat bottom right;
}
#sidebar_b h1 {
	background-color:#E5F5FE;
	padding:3px 3px 3px 8px;
	color:#002E8B;
	border-top:3px solid #002E8B;
	margin-bottom:-0.5em;
}
#sidebar_b h2 {
	background-color:#E5F5FE;
	padding:3px 3px 3px 8px;
	color:#002E8B;
	border-top:3px solid #002E8B;
	margin-bottom:-0.5em;
}
#sidebar_b * {
	padding-left:8px;
}
