@charset "utf-8";
body {
	background-color: #eeeeee;
	background-image: url('images/backgrnd.gif');
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6e952b;
      width: 108px;
      text-align: center;
}
.border {
	border: 1px solid #cccccc;
}
h1 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}
h2 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
}
p, td {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
      text-align:left;
	color: black;
}


.form {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: normal;
      text-align: right;
	color: black;
}

form, input, option, select, textarea, text {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: normal;
      text-align:left;
	color: black;
}


.center {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
      text-align: center;
	color: black;
}


.right {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
      text-align: right;
	color: black;
}

th {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
      text-align: left;
	color: black;
}

.menutext a:link {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
      text-align: center;
	text-decoration: none;
}
.menutext a:visited {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
      text-align: center;
	text-decoration: none;
}
.menutext a:active {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
      text-align: center;
	text-decoration: none;
}

.menutext a:hover {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
      text-align: center;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: black;
      text-align: left;
	text-decoration: none;
}
.footerlink a {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}

a {
	text-decoration: none;
}

a:hover {
      color: black;
}

a:visited {
      color: blue;
}

td.top {
	width: 755px;
      height: 250px;
      background: url('images/top3.gif');
      background-repeat: no-repeat;
      background-color: #eeeeee;       
}

td.menu {
	width: 755px;
      height: 34px;
      background: url('images/menubar.gif');
      background-repeat: repeat-x;
      background-color: #eeeeee;       
}


/* for comments page */
/* Style Definitions */
p.NoSpacing {
      margin:0cm;
      line-height:11px;
	font-size:11px;
	font-family:Calibri, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}
p.NoSpacing2 {
      margin:0;
      margin-right:15px;
      line-height:14px;
	font-size:12px;
	font-family:Calibri, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}




/* ****************************************************** */
/* the following were originally in csshorizontalmenu.css */

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}


/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
height: 34px;
display: inline;
text-align: center;
float: left;
}


/*Top level menu link items style */
.horizontalcssmenu ul li a{
display: block;
width: 107px; /*width of sub menu levels*/
height: 12px;
padding: 11px 0px 11px 0px;
border: 0;
text-decoration: none;
text-align: center;
background: url('/images/menubar.gif');
color: white;
font: 11px Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}


/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}


/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
height: 11px;
width: 97px; /*width of sub menu levels*/
color: white;
text-align: left;
padding: 7px 5px 11px 5px;
background: url('/images/menubar.gif');
border:  0;
}

.horizontalcssmenu ul li a:hover{
color: yellow;
background: url('/images/menubar1.gif') repeat-x;
}


.horizontalcssmenu ul li ul li a:hover{
color: yellow;
background: url('/images/menubar1.gif');
}



/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; width: 100px; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
