body {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   background-color: white;
   margin: 0px;
}
td {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size: 9pt;
   color: black;
}

h1 {
   font-size: 15pt;
   font-weight: normal;
}

h2 {
   font-size: 14pt;
   font-weight: normal;
}

h3 {
   font-size: 13pt;
   font-weight: normal;
}

h3 {
   font-size: 13pt;
   font-weight: normal;
}

A {
    color: navy;
    text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

A.title, B.title {
   font-weight: strong;
   color: black;
   color: navy;
}
A.title:hover {
    text-decoration: underline;
    color: green;
}

DIV.title
{
	padding-left: 12px;
}

DIV.title_g {
   font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
   font-size: 10pt;
   padding-bottom: 2px;
}

DIV.title_b {
   background-image: url(../_img/title_b.gif);
   margin-top: 5px; margin-bottom: 5px;
   background-repeat: repeat-x;
   padding-left: 5px;
   padding-bottom: 1px;
   font-weight: bold;
   border: 1px solid #8393CA;
   color: #8393CA;
}

DIV.title_r {
   background-image: url(../_img/title_r.gif);
   font-family: Tahoma, Verdana, Arial, Helvetica;
   font-size: 10pt;
   margin-top: 5px; margin-bottom: 5px;
   background-repeat: repeat-x;
   padding-left: 5px;
   padding-bottom: 1px;
   font-weight: bold;
   border: 1px solid #C67875;
   color: #C67875;
}

.menu_item {
   padding-left: 10px;
   padding-bottom: 1px;
   font-size: 10pt;
   color: #7CC576;
}

.menu_banner {
   padding-left: 10px;
   font-size: 10pt;
   color: #7CC576;
}

.msg {
      font-size: 10pt;
      padding-left: 10px;
}
.msg_title {
      font-weight: bold;
      padding-top: 2px;
}

img.banner {
     border: 1px solid #A3D39C;
}

TD.footer{
	border-top: 1px solid #A3D39C; 
	background-color: #E6F6E4;
	font-size: 7pt;
	padding: 5px;
	color: #007236;
}
DIV.news_r
{
	padding-left: 6px;
	border: 1px solid red;
	border-left: 10px solid red;
	margin-bottom: 1px;
	margin-right: 2px;

}

DIV.news_b
{
	padding-left: 6px;
	border: 1px solid #A3D39C;
	border-left: 10px solid #A3D39C;
	margin-bottom: 1px;
	margin-right: 2px;
}

DIV.news_title {

	font-weight: bold;
	font-size: 8pt;
	margin-top: 2px;
}

DIV.news_text {
	font-size: 8pt;
	padding: 2px;
}
#content table,
#content td,
#content tr {
    background-color: transparent !important;
    }