/* CSS Document */

body{
	background-color:#ffffff;
	}

#table2{
	width:675px;
	height:545px;
	background-image:url(imgs/table2.jpg);
	background-repeat:no-repeat;
	
	}
#table1{
	width:675px;
	height:545px;
	background-image:url(imgs/table1.jpg);
	background-repeat:no-repeat;

	}
#table{
	width:675px;
	height:545px;
	background-image:url(imgs/table.jpg);
	background-repeat:no-repeat;

	}
#menu{ 
	color: #000000;
	font-size:11px;
	width:600px;
	text-align: left;
	font-family:arial, garamound, Georgia, "Times New Roman", Times, serif;
	margin-top:30px;
	float:right;
	padding-right:60px;
	}
.menu:active, .menu:link, .menu:visited{ 
	color: #000000;
	text-decoration:none;
	padding-right:2px;
	padding-left:2px;
	font-weight:bold;
	text-transform:uppercase;
	}
.menu:hover{ 
	color: #990000;
	text-decoration:none;
	}
.menupage, .menupage:active, .menupage:visited, .menupage:link, .menupage:hover{ 
	color:#990000;
	text-decoration:none;
	padding-right:2px;
	padding-left:2px;
	font-weight:bold;
	text-transform:uppercase;
	}
#textbox{
	width:310px;
	height:450px;
	overflow:auto;
	padding:8px 10px 2px 0px;
	font-family: Arial, Helvetica, sans-serif,Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:11px;
	float:right;
	text-align:justify;
	margin-top:22px;
	margin-right:10px;
	}
#textbox2{
	width:390px;
height:400px;
	overflow:auto;
	padding:8px 18px 2px 0px;
	margin-right:25px;
	font-family: Arial, Helvetica, sans-serif,Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:11px;
	float:right;
	text-align:justify;
	margin-top:62px;
	}
#textbox1{
	width:310px;
	height:420px;
	overflow:auto;
	padding:2px 12px 2px 0px;
	margin-right:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	float:right;
	text-align:justify;
	margin-top:40px;
	}
.imagestyle{
	margin:8px 8px 2px 8px;
	float:left;
	}
.imagestyle2{
	margin:8px 8px 8px 8px;
	float:right;
	}
.link:active, .link:link, .link:visited{ 
	color: #990000;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	}
.link:hover{ 
	color: #0000FF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	}
	
