body{
	background-color : #F7F7F7;
	font-family: Tahoma, Arial, Sans serif;
	
}
h1{font-size:12pt;}
h2{font-size:10pt;}
h3{font-size:9pt;}
li{
	list-style: inside;
	margin-left : 5px;
}
.container{
	border-left:3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background-color: White;
}
.header{
	border-bottom:2px solid black;
	
}
.header-right{
	background-image : url(../images/jpgs/header_right_bg.jpg);
	border-bottom:2px solid black;
	text-align:center;
	background-position : left;
	background-repeat : no-repeat;
}
.footer{
font-size: 8pt;
color:gray;
	
}
.nav{
	padding-top:5px;
	padding-left:10px;
	border-bottom:3px groove black;
	background-color : #6E6E6E;
}
.bottom_nav{
border-top:2px solid black;
}

.bn{

}
.floatl{
float:left;
padding-right:8px;
padding-bottom:8px;
}
.floatr{
float:right;
padding-left:8px;
padding-bottom:8px;
}

.content{
padding:5px;
font-size:10pt;
}
th{
	font-size:9pt;
	font-weight:bold;
	background-image : url("../images/jpgs/thbg.jpg");
	background-position : left;
	height:30px;
	line-height:30px;
	background-repeat : repeat-x;
	border:1px solid red;
}
#scrollbox{
position:absolute;
height:450px;
width:245px;
overflow:auto;
margin-right:5px;
font-size:9pt;
border:1px solid red;
padding:8px;
}
A:link, A:visited
{
	color: #9999ff;
	text-decoration:underline;
}
A:hover
{
	color : red;
}
