BODY {
	BACKGROUND: #F6E9DF;
	FONT-SIZE: 11px;
	font-family : Verdana, Tahoma, Arial;
	COLOR: #000000;
}
TABLE.main {
   background: #FBB44C;
}
TD.main {
	background: #FFFFFF;
	margin-right: 10px;
}

A,A:link {
	COLOR: #990000;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #990000;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #CC0000;
	TEXT-DECORATION: underline;
}
A:active {
   color : #003399; 
   text-decoration : underline; 
}

A.footer {
    color: #FF9933;
	TEXT-DECORATION: none;
}
A.footer:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A.footer:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

A.highlight {
    color: white;
	TEXT-DECORATION: underline;
}
A.highlight:visited {
	COLOR: white;
	TEXT-DECORATION: underline;
}
A.highlight:hover {
   color: #FF9933;
   text-decoration: underline;
}

.right-align {
    text-align: right;
	float: right;
}
.left {
  float: left;
  text-align: left;
  color: #fff;
  width: 70%;
  padding-left:6px;
  padding-top:6px;
}
.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 22%;
  padding-right:2px;
  padding-top:6px;
}
div.spacer {
  clear: both;
}

.menu1 {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 254px;
  padding: 10px 0px 10px 6px;
  border-bottom: 1px solid #333333;
}

IMG.image {
   margin-left: 4px;
   border-width: 0px;
   border-color: black;
   border-style: solid;
}
  
TD.menu {
   background-color: #5E761F;
   vertical-align:middle;
}

.newsheading  {
	font-family: arial,times new roman, times, serif;
	font-size : 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing : normal;
	color : #276564;
}
.highlights  {
	padding-left : 4px;
	padding-right : 4px;
	font-family: verdana,arial,helvetica,sans;
	font-size : 11px;
	letter-spacing : normal;
	color : #FFFFFF;
}
DIV.highlights {
	margin-left : 10px;
	margin-right : 10px;
	padding-top : 8px;
	padding-bottom : 10px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-spacing : 0px;
	border-bottom-color : black;
}

TD.highlightsbg {
   background-color: #393C6D;
   background-image: url(images/highlightsbg.jpg);
}

DIV.mungopic {
    margin: 0px;
	padding-top: 230px;
    background-image: url(images/mungopic.jpg);
    background-repeat: no-repeat;
}
	 
DIV.indent {
   margin-left:10px;
   margin-right:10px;
}

P.txt-highlight {
    color: #660000;
	font-weight: bold;
}
P {
	FONT-SIZE: 11px;
	margin-left: 4px;
	margin-right:4px;
	line-height: 150%;
}

TH {
	background: #000033;
}
CODE {
	FONT: 13px monospace
}

H1 {
    FONT-SIZE: 16px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #660000;
	margin-left: 4px;
	margin-right:4px;
}

H2 {
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #CC6600;
	margin-left: 4px;
	margin-right:4px;
}

H3 {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: black;
	margin-left: 4px;
	margin-right:4px;
}

HR {
	COLOR: #666666;
	HEIGHT: 1px;
	WIDTH: 98%;
	margin-left: 4px;
	margin-right:4px;
}

.small {
	FONT-SIZE: 11px;
}

.footerbg {
   background: #461F00;
   width: 100%;
   height: 24px;
}
.footerright {
   font-family:verdana,arial,helvetica;
   font-size:11px;
   font-weight: normal;
   float: right;
   margin-left: 10px;
   margin-right: 10px;
   color: white;
}
.footerleft {
   font-family:verdana,arial,helvetica;
   font-size:11px;
   font-weight: normal;
   float: left;
   margin-left: 10px;
   margin-right: 10px;
   color: white;
}

DIV.anchor {
   cursor: pointer;
}

TABLE.picture,TD.picture {
    float: right;
	margin-left : 4px;
	margin-right : 4px;
	padding : 2px;
	border-width : 1px;
	border-style : solid;
	border-spacing : 0px;
	border-color : #666666;
	background : white;
}

TD.caption {
    caption-side: bottom;
    text-align: center;
    vertical-align: bottom
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}
INPUT,TEXTAREA,SELECT,OPTION {
    font-family : Verdana,Arial,Helvetica; 
	font-size: 11px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background: #FFFFFF;
}

TH.list {
    border: 1px solid #000;
	background: #660000;
	color: white;
	padding: 4px;
} 
TD.list {
    border: 1px solid #000;
	padding: 4px;
} 
TABLE.list {
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
    border: 1px solid #000;
	background: #FFFFFF;
}
A.list {
   text-decoration: none;
   color: #336600;
}
A.list:visited {
   color: #336600;
}
A.list:hover {
   color: #000000;
   text-decoration: underline;
}

li.pdf {
   list-style-image: url(images/icon_pdf.gif);
   padding-left: 0px;
   margin-left: 0px;
}


