.style1 {color: #FFFFFF}
.style2 {color: #0C3467}
.style3 {
	font-size: 14px;
	color: #0C3467;
}
.style4 {
	font-size: 20px;
	color: #0C3467;
}
.style5 {
	font-size: 12px
}
.style6 {
	font-size: 10px
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	color: #0C3467;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0C3467;
}
a:hover {
	text-decoration: none;
	color: #81291B;
}
a:active {
	text-decoration: underline;
	color: #0C3467;
}

.parastyle1 {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
table.solidborder {
		border-width: 1px;
		border-spacing: ;
		border-style: solid;
		border-color: #000000;
		border-collapse: separate;
		background-color: #FFFFFF;
}
table.solidborder td {
		border-width: 1px;
		padding: 1px;
		border-style: none;
		border-color: gray;
		background-color: white;
		-moz-border-radius;
}

	body {
      behavior:url("csshover.htc");
	  font-family: "Trebuchet MS", Verdana, sans-serif;
      font-size: small;
    }
    
    #menubar {
      background-color: #81291f;
      color: #fff;
      height: 1.4em;
      line-height: 1.2em;
    }
    
    .menu {
      width: auto;
      float: left;
      padding: 0.1em 1em 0.1em 0.5em;
      cursor: default;
    }
    
    .menu ul {
      display: none;
      position: absolute;
      background-color: #81291f;
      color: white;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
    }
    
    .menu ul li {
      display: block;
      padding: 0.2em;
	  background-color: #81291f;
	  
    }
	
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
    }

    div.menu ul li:hover {
      background-color: #00c;
    }
	
	a.textmenu {
	  color: #ffffff;
	  text-decoration: none;
	}
