@charset "utf-8";
img  {
     padding: 10px;
}

.fright {
    float: right
}

.fleft {
    float: left }

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size:8px;
	background-color:#C0DDFF;
    color:#000080;
    
}
table {
    border:1px solid #A0A0A0;
    -moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
    -moz-box-shadow:inset 10px 10px 5px #606060;
	-webkit-box-shadow:inset 10px 10px 5px #606060;
	box-shadow: 10px 10px 5px #606060;
 }
h1  {color: #80bbff;
    text-decoration:none;
    text-shadow:1px 1px 0px #287ace;
}

a  {text-decoration:none;
    text-shadow:1px 1px 1px #287ace;
}
a:hover {
	background-color:#79bbff;
        color:#ddF
}
a:visited {
    color:#bbF }
a:active {
    color:#8080FF }
.bb {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}
.bb:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}
.bb:active {
	position:relative;
	top:1px;
}
.maintable {
    padding: 8px;
    background-color:#8080FF;
    width:80%; 
    margin-left:10%; 
    margin-right:10%;
}
.maintable td{
    background-color: #FFFFFF }

.whitetable {
    padding: 8px;
    background-color:#79BBFF;
	display:inline-block;
    margin-left:10%; 
    margin-right:10%;
}
.whitetable td{
    padding: 8px;
    background-color:#FFFFFF;
    text-align: left;
}

.greytable {
    padding: 8px;
    background-color:#AAAAAA;
	border:1px solid #469df5;
	display:inline-block;
    margin: 10px;
    float: right;
}
.greytable td{
    background-color: #E3E3E3}

.regtable {
    padding: 8px;
    background-color:#C0C0C0;
    width: 300px;
    margin-left:auto;
    margin-right:auto;
}
.regtable td{
    background-color: #E0E0E0}
    
.smalltext {
    font-size: xx-small;
}
.bigtext {
    font-size: small;
}
.pft {
    display:none;
}
.copyright {
    clear: both;
    margin: 10px auto 10px auto; 
    padding: 5px;
    text-align: center;
    font-size: xx-small;
}
.tdiv {
    margin:0px;
    height:35px;
    width: 400px;
    margin-left:auto;
    margin-right:auto;
    border: 1px;
}
