/*begin of style sheet*/

body, html {
	background: #3F596A;
	width: 100%;
	text-align: center;
    scrollbar-arrow-color: #203543;
	scrollbar-base-color: #13232E;
	scrollbar-dark-shadow-color: white;
	scrollbar-track-color: 1B3446;
	scrollbar-face-color: #13232E;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: #203543;
	scrollbar-3d-light-color: purple;
}

#container{
	width: 100%;
	height: 100%;
}

#main{
	position: relative;
	width: 775px;
	background-color: #667882;
	border-style: double;
	border-width: 4px;
	border-color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

table{
	position: relative;
	text-align: left;
	width: 70%;
	top: 3px;
	font-family: Arial,Helvetica;
	font-size: 10px;
	border-color:  #13232E;
	border-width: 2px;
	border-style: thin;
	background-color: #4F6573
}

td{
	border-color: #13232E;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 2px;
}

#footer {
    font-size: 11px;;
	text-align: center;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

a:link{
	color: #0E202E;
	text-decoration: none;
	border: none;
}

a:visited{
	color: #0E202E;
	text-decoration: none;
	border: none;
}

a:active{
	color: #0E202E;
	text-decoration: none;
	border: none;
}