/*  Main style sheet for all browsers  */
a	{
	text-decoration: none;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a.homenews:link {
	background: transparent;
	color: #FFFFFF;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}
a.homenews:visited {
	background: transparent;
	color: #CCCCCC;
}
a.homenews:hover {
	background: transparent;
	color: #CCCCCC;
	text-decoration: underline;
}
a.homenews:active {
	background: transparent;
	color: #CCCCCC;
	text-decoration: underline;
}
b 
{
	font-weight: bold;
}
body {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #214A77;
	font: 12px/18px verdana, helvetica, arial, geneva, sans-serif;
	font-weight: bold;
	margin: 0 0 9 0;
}
h2 {
	color: #FF9900;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 9 0;
}
h3 {
	color: #214A77;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	position:relative;
	top:-4px;
  margin: 0 0 0 0;
}

li {
	font: 11px/18px verdana, helvetica, arial, geneva, sans-serif;
	list-style-image: url(../images/orangebullet.gif);
}
/*  Note: Do not use margin declarations in p tags due to   */
/*  the fact that the margin collapsed up to the tag item.  */
/*  Specifically affects NS 4.x browsers                    */
p {
	color: #333333;
	font: 11px/18px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0 0 0 0;
}
.orange {
	color: #FF9900;
	font-weight: bold;
}
.orangelite {
	color: orange;
	font-weight: bold;
}
table.dotted {
	border-bottom: 0px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 0px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
}
ul {
	margin: 0 0 9 16;
}
.dotted {
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}
.footer {
	background: transparent;
	color: #777777;
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 15px;
}
.homemain {
	background-color: #F2F4F7;
	background-image: url(../images/i_mscreen.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.orangebox {
	background-image: url(../images/m_orangeleft.gif);
	background-repeat: repeat-y;
}
.textareareverse {
	color: #FFFFFF;
	font: 8pt/11pt Verdana, Arial, Helvetica, sans-serif;
}
li.rightsidebar
{
	font: 9px/14px verdana, helvetica, arial, geneva, sans-serif;
	list-style-image: url(../images/orangebullet.gif);
}
ul.rightsidebar
{
margin-left:15;
margin-right:0; 
margin-top:0; 
margin-bottom:0; 
padding:0;
}
.vertdots {
	background-image: url(../images/m_whitedots.gif);
	background-repeat: repeat-y;
}

