/*MENU CONTROL*/
.lowText {
	text-decoration:none;
	color:#800000;
	font:12px Arial,Helvetica
	}

.highText {
	text-decoration:none;
	color:#FFFFFF;
	font:12px Arial,Helvetica
	}

.itemBorder {
	border:1px solid #000000
	}

.itemBorderBlank {
	border:1px solid #CCCCDD
	}
/*MENU CONTROL*/

body	{
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	background-position:22px 24px;
	background-color:rgb(0,119,158);
	margin:0px;
	font-family:arial;
	color:white
	}
	
table.menu {
	background-color:#D6D3CE;
	width:100%;
	border:0px;
	cellpading:0px;
	cellspacing:0px
	}
	
td.menu {
	height:17px
	}
	
table.title {
	position:absolute;
	top:24px;
	left:430px;
	background-color:rgb(0,119,158)	
	}
	
td.title {
	font-size:11pt;
	height:68px;
	width:323px;
	text-align:center
	}					

table.left {
	position:absolute;
	top:100px;
	left:22px;
	width:160px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFF0
	}

td.left	{
	height:400px
	}
	
table.left1 {
	position:absolute;
	top:4px;
	left:4px;
	width:148px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFFF;
	color:black
	}
	
td.left1 {
	vertical-align:text-top;
	font-size:11pt
	}			
	
table.left2 {
	position:absolute;
	top:125px;
	left:4px;
	width:148px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFFF;
	color:black
	}
	
td.left2 {
	vertical-align:text-top;
	font-size:11pt
	}
	
table.left3 {
	position:absolute;
	top:258px;
	left:4px;
	width:148px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFFF;
	color:black
	}
	
td.left3 {
	vertical-align:text-top;
	font-size:11pt
	}	
	
table.center {
	position:absolute;
	top:100px;
	left:185px;
	width:410px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFF0;
	color:#800000
	}

td.center {
	height:500px;
	vertical-align:text-top;
	text-align:center;
	font-size:11pt
	}
	
table.right1 {
	position:absolute;
	top:100px;
	left:598px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFF0
	}

table.right2 {
	position:absolute;
	top:228px;
	left:598px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFF0
	}
	
table.right3 {
	position:absolute;
	top:357px;
	left:598px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFF0
	}
	
table.right4 {
	position:absolute;
	top:482px;
	left:598px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:#800000;
	background-color:#FFFFF0
	}	
	
th	{
	background-color:rgb(0,119,158);
	color:white;
	font-size:11pt
	}
		
img	{
	border:0px
	}
	
hr	{
	width:85%;
	size:5px
	}
	
a	{
	text-decoration:none
	}

a:link	{
	color:#800000
	}

a:visited {
	color:#800000
	}

a:active {
	color:#800000
	}


