@charset "utf-8";
/* CSS Document */
body{
	background-color:#e3f1f9;
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#000000;
}
#table{
	width:1024px;
	height:768px;
}
.box{
	background-image:url(images/box.png);
	width:726px;
	height:513px;
	background-repeat:no-repeat;
	background-position:center;
}
.copyright{
	font-size:x-small;
	font-weight:bold
}
.content{
	padding:25px 25px 25px 35px;
	width:650px;
	height:450;
	text-align:left;
}
.content2{
	text-align:left;
}
.scroll{
	height:350px;
	overflow:auto;
}
.contact{
	text-align:center;
	padding-left:50px;
}

a:link {
	color: #2f72b4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2f72b4;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #2f72b4;
}