/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/BG.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #183762;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #003366;
}
h2 {
	font-size: 14px;
	color: #222222;
}
h3 {
	font-size: 14px;
	color: #444444;
}
.style1 {font-weight: bold}
.style2 {font-size: 10px}
.style3 {
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
	color:#003366;
}
.style5 {
	font-size: 12px;
}
.cd1 {
	font-size: 12px;
	font-weight: bold;
	color:#f4e003;
}
.cd2 {
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
}

.outline {border: 1px solid #bbbbbb;}

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #222222;
  background-color: #fafafa;
  border: 1px solid #222222;
  padding: 2px 4px 2px 4px;
}

input[type=submit],
input[type=reset],
input[type=button] {
    border-color: #111111;
    border-style: solid;
    border-width: 1px;
    background-color: #316494;
    color: #eeeeee;
    font-size: 11px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    background-color: #183762;
	color: #ffffff;
	cursor:pointer;
}

/* Left Nav */

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	border: none;
	font-size: 11px;
	font-weight: bold;
}

#leftnav li {list-style-type: none; margin: 0 0 0 0px;}

#leftnav li a {
	display: block;
	margin: 2px;
	padding: 2px;
	padding-left: 16px;
	color: #336699;
	text-decoration: none;
	background-image: url(images/bullet_diamond.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EFEFEF;
	width: 100%;
}
html>body #leftnav li a {
	width: auto;
}
#leftnav li a:hover {
	background-image: url(images/bullet_diamond2.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #dddddd;
	color: #003366;
}

/* list nav */
#listnav ul {
	margin: 0;
	padding: 0;
	padding-left: 2px;
	border: none;
	font-size: 11px;
}

#listnav li {list-style-type: none; margin: 0 0 0 0px;
			 }

#listnav li a {
	margin: 2px;
	padding: 3px;
	padding-left: 2px;
	color: #336699;
	text-decoration: none;
	width: 100%;
}

#listnav li a:hover {
    background-color: #dddddd;
	color: #FF0000;
}
#listnav li a:visited {
    font-weight:bold;
	}

/* CPA Styles */

  a.l {
     color: #003399;
     text-decoration: none;
     font-weight: bold;
  }

  a.l:hover {
     color: #990000;
     text-decoration: underline;
     font-weight: bold;
  }

  a.l3 {
     color: #FFFFFF;
     font-family: Verdana;
     font-size: 10px;
     text-decoration: none;
     margin: 0px;
  }

  a.l3:hover {
     color: #D0CCD3;
     font-family: Verdana;
     font-size: 10px;
     margin: 0px;
  }

  .cellcolor {
     color: #fff;
     font-family: Arial;
     font-size: 12pt;
     font-weight: bold;
     background-color: #183762;
  }

  .contrastcolor {
     background-color: #183762;
  }	
	