body { background-color: #FFF; 
background-image: url(../images/background.gif); background-repeat: repeat-x; 
}


h1		{font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: CC0000; }
h2		{font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: 000000; }
h3		{font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: CC0000; }
h4		{font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: 999999; }
h6		{font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 8pt; color: CC0000; }

p		{font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; }
p.white		{font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt;  color: FFFFFF; }
p.caption	{font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 10pt; color: #CC0000}

hr {border: none 0;
border-top: 1px dashed #666;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


td.head { height: 88px; background-image: url(../images/h_initialHead.gif); background-repeat: no-repeat;}


table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border-bottom: 2px solid #fff;  
}
table.navbar td a{
   background-image: url(../images/corner.gif);
   background-repeat: no-repeat; 
   background-color: #930;
   height: 20px;
   display: block;
   width: 165px;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9.5pt;
   padding-top: 2px; padding-bottom: 0px; padding-left: 0px;  padding-right: 0px;

}
table.navbar td a:link, table.navbar td a:visited {
   color: #CCC;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #666;
   background-color: #ccc;

}

ul {
  font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; 
	list-style: square inside; 
	margin-left: 0;
	padding-left: 0em;
	text-indent: 0em;
	}
li {
	font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt;
	list-style: square inside; 
	margin-top: 6px
	}


a          { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt}
a:link     { color: #CC0000; }
a:visited  { color: #CC0000; }
a:hover    { color: #999999; }

a.news          { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 11pt;}
a.news:link     { color: #CC0000; }
a.news:visited  { color: #CC0000; }
a.news:hover    { color: #999999; }


a.menu         { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt}
a.menu:link     { color: #CC0000; }
a.menu:visited  { color: #CC0000; }
a.menu:hover    { color: #666666; }




.formBorder	{ border: 1px solid #CC0000; font-family: arial; font-size: 9pt; background: #ffffff;}
.formBorderReq	{ border: 1px solid #000000; font-family: arial; font-size: 9pt; background: #FFFFCC;}
.nobot		{margin-bottom: 0px; }
.close		{margin-bottom: 4px; margin-top: 4px; }