/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
}



table.lightwideBar  {
	background-color: #E6EBF7;
}

tr.narrowBar  {
	background-color: #C0CAEA;
}

tr.mediumBar  {
	background-color: #D5EBBA;
}

table.footer  {
	background-color: #E1F0C2;
}

td.header  {
	color: #AD614D;   vertical-align: baseline;
}

td.menu  {
	color: #042DAD;   vertical-align: bottom;
}


/* =Nav
 ----------------------------------------------- */
#right_nav li {
	list-style: none;
	padding: 10px 5px;
	border-top: 1px dotted #999999;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 -20px;
}
#right_nav li.last {
	border-bottom: 1px dotted #999999;
}
#right_nav li.listheader {
	background: #E6EBF7;
	font: bold 15px "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#right_nav a {
	font-weight: bold;
	text-transform: uppercase;
}


/* =Headings
 ----------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Palatino, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	color: #4362C2;
	font-size: 22px;
	line-height: 22px;   margin-bottom: 8px;
}
h2 {
	color: #AD614D;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 1px;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 1px;
	color: #5F8F23;
}
h4 {
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
}

h1.nostyles {
	display: none;
}

/* =Lists
 ----------------------------------------------- */
 li { padding-bottom: 5px;}


/* =Links
 ----------------------------------------------- */
a:link {
	color: #042DAD;  font-size: 11px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #042DAD;
}
a:hover {
	text-decoration: underline;
	color: #91B563;
}
a:active {
	text-decoration: none;
	color: #C0CAEA;
}

td.menu a:link {
	color: #042DAD;  font-size: 12px;
	text-decoration: none;
}
td.menu a:visited {
	text-decoration: none;
	color: #042DAD;
}
td.menu a:hover {
	text-decoration: underline;
	color: #91B563;
}
td.menu a:active {
	text-decoration: none;
	color: #C0CAEA;
}

a.header:link {
	color: #AD614D;  font-size: 11px;
	text-decoration: none;
}
a.header:visited {
	text-decoration: none;
	color: #AD614D;
}
a.header:hover {
	text-decoration: underline;
	color: #91B563;
}
a.header:active {
	text-decoration: none;
	color: #C0CAEA;
}


/* =Misc
 ----------------------------------------------- */
.entry {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
em.lastUpdated {
	font-size: 10px;
	color: #A6A6A6;  margin-top: 4px;  margin-bottom: 6px;
}
.emphasis {
	font-weight: bold;
	color: #99CC33;
}
h1.emphasis {
	font-weight: normal;
}
div.entry hr {display: block; clear: left; margin: 0px 0;
  visibility: hidden;} 

div.picright {float: right; padding-left: 8px; color: #666666; font-family: arial, verdana, sans-serif;font-size: 9px; line-height:16px;}

div.picleft {float: left;  padding-right: 22px; color: #666666; font-family: arial, verdana, sans-serif;font-size: 9px; line-height:16px;}



.Green {
	color: #669900;
}
.Orange {
	color: #CC6600;
}
.Red {
	color: #990000;
}