.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;
	}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #012D58; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

