h1 {
	font-size: 14px;
}

h3 {
	margin-bottom: 0; padding-bottom: 0;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.ninepoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #063458;
}
.frametop {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: 1px;
}
.frameright {
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.framebottom {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.frameallsides {
	border: 1px dashed #333333;
}
.jazzytable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCcfFF;
	border: thin dashed #000000;
}

.whiteborderleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.pageheadings {
	font-size: 12px;
	font-weight: bold;
}

/* top menu */

.menu{
border:none;
border:0px;
margin:0px auto;
padding:0px;
font-family:verdana,geneva,arial,helvetica,sans-serif;
font-size:12px;
color: #000000;
text-align: center;
width: 770px;
}
.menu ul{
background:url(images/menu2-bg.gif) top left repeat-x;
height:40px;
list-style:none;
margin:0 auto;
padding:0;
}
.menu li{
float:left;
font-weight: bold;
}
.menu li a{
color:#000000;
display:block;
line-height:40px;
padding:0px 14px;
text-align:center;
text-decoration:none;
}
.menu li a:hover{
color:#000000;
text-decoration:none;
background:url(images/current2-bg.gif) top left repeat-x;
}
.menu li ul{
background:#e0e0e0;
border-left:2px solid #0079b2;
border-right:2px solid #0079b2;
border-bottom:2px solid #0079b2;
display:none;
height:auto;
filter:alpha(opacity=95);
opacity:0.95;
position:absolute;
width:225px;
z-index:200;
/*top:1em;
/*left:0;*/
}
.menu li:hover ul{
display:block;
}
.menu li li {
display:block;
float:none;
width:225px;
}
.menu li ul a{
display:block;
font-size:12px;
font-style:normal;
padding:0px 10px 0px 15px;
text-align:left;
}
.menu li ul a:hover{
background:#ffffff;
color:#000000;
opacity:1.0;
filter:alpha(opacity=100);
}
.menu p{
clear:left;
}	
.menu #current{
background:url(images/current-bg.gif) top left repeat-x;
color:#ffffff;
}


