.page { 
    position: relative;
    width: 784px;
    background-color: #000000;
	border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    overflow: hidden || auto; 
	padding: 7px;
}

.page2 { 
    position: relative;
    min-height: 50px;
    width: 784px;
    background-color: #000000;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    z-index: 1;
    overflow: hidden || auto; 
	padding: 7px;
	clear: both;
}

.pagebg {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left:-401px;
    width: 802px;
    background-color: #1F3B54;
    padding: 9px;	
}

a:link { 
    text-decoration: none;
    color: #ffffff
}

a:active {
    text-decoration: none;
    color: #ffffff 
}

a:visited {
    text-decoration: none;
    color: #ffffff 
}
a div:hover {
    text-decoration: none;
    color: #ffffff;
	background-color: #1F3B54;
	cursor: pointer;
	z-index: 1;
}
		  

body {
    background-image: url('images/bgmain.jpg');
	background-repeat: repeat-x;
    background-color: #4581C2;
	padding: 0px;
	color: #ffffff;
	font-family: arial;
	font-size: 10pt;
}

.navbar {
    height: 24px;
	width: 555px;
	background-color: #4581C2;
	background-image: url('images/navbg.jpg');
	background-repeat: repeat-x;
}

.navitem {
    height: 22px;
	width: 92px;
	position: relative;

	top: 1px;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}

.content {
    width: 768px;
    padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	clear: left;
}

.column1 {
    float: left;
	clear: left;
    width: 142px;
	
}

.column2 {
	position: relative;
	left: 10px;
    width: 616px;
	float: left;
	display: inline;
	clear: right;
}

.txtbox {
	padding: 5px;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
}

.footer {
    width: 700px;
	border-top: 1px solid #ffffff;
	position: relative;
	left: 50%;
	margin-left: -350px;
	text-align: center;
	font-size: 8pt;
}

.head {
    font-size: 12pt;
	font-weight: bold;
	color: #0066ff;
	padding: 0px;
}

table {
    font-size: 10pt;
}