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

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

TD.menu {
   vertical-align:top;
   width: 150px;
}
TD.header {
   background-color: #000000;
}

.newsheading  {
	font-family: arial,times new roman, times, serif;
	font-size : 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing : normal;
	color : #276564;
}
DIV.indent {
   margin-left:10px;
   margin-right:10px;
}
P {
	FONT-SIZE: 13px;
	margin-left: 10px;
	margin-right:10px;
}

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

H1 {
    FONT-SIZE: 28px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #182842;
	margin-left: 10px;
	margin-right:10px;
}

H2 {
	FONT-SIZE: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #C05F19;
	margin-left: 10px;
	margin-right:10px;
}

H3 {
	FONT-SIZE: 15px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-STYLE: normal;
	COLOR: #182842;
	margin-left: 10px;
	margin-right:10px;
}

H4 {
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-STYLE: normal;
	COLOR: #660000;
	margin-left: 10px;
	margin-right:10px;
}

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

.small {
	FONT-SIZE: 11px;
}

.footerbg {
   background-image: url(images/footerbg.jpg);
   width: 100%;
   height: 37px;
}
.footertxt {
   font-family:verdana,arial,helvetica;
   font-size:11px;
   font-weight: normal;
   float: right;
   margin-left: 10px;
   margin-right: 10px;
}

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 : #CCCCCC;
	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 : normal;
}

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;
}
LI.pdf {
   list-style-image: url(images/pdf.gif);
   padding-left: 4px;
}
DIV.download {
	margin-left : 4px;
	margin-right : 10px;
	padding : 6px;
	border-width : 1px;
	border-style : solid;
	border-spacing : 0px;
	border-color : #CC0000;
	background : #FFFFCC;
}

DIV.downloadright {
    float: right;
	margin-left : 4px;
	margin-right : 10px;
	padding : 10px;
	border-width : 1px;
	border-style : solid;
	border-spacing : 0px;
	border-color : #CC0000;
	background : #FFFFCC;
}

.footer-right {
   color: #333333;
   font-family:arial,verdana,helvetica;
   font-size:11px;
   font-weight: normal;
   float: right;
   margin-right: 15px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.footer-left {
   color: #333333;
   font-family:arial,verdana,helvetica;
   font-size:11px;
   font-weight: normal;
   float: left;
   margin-left: 15px;
   padding-top: 5px;
   padding-bottom: 5px;
}

TD.footer {
    background-color: #CCCCCC;
}

a.button{
background:url(images/button48.gif);
display:block;
color:#555555;
font-weight:bold;
height:48px;
line-height:47px;
margin:10px 0px 14px 0px;
text-decoration:none;
width:220px;
}
a:hover.button{
color:#0066CC;
}
/* -------------------- */
/* CLASSES */
/* -------------------- */
.pdfbutton{
    background:url(images/icon-pdf.gif) no-repeat 10px 8px;
    text-indent:48px;
    display:block;
}
.htmlbutton{
    background:url(images/icon-html.png) no-repeat 10px 8px;
    text-indent:48px;
    display:block;
}
.docbutton{
    background:url(images/icon-doc.gif) no-repeat 10px 8px;
    text-indent:48px;
    display:block;
}
