
html, body, p {
margin: 10px;
padding: 0;
border: 0;
}

body {
	background-position: center;
	font-size: 12px;
	color: #333;
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
	background-color: #003366;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
}
h2 {
	font-size: 12px;
	font-family: arial;
	font-weight: none;
}
.table {
	background-color: #C0C0C0;
	border: 1pt solid #333333;
}
.contentthinborder {
	border: 1pt solid #333333;
}
.border {
	border: 2pt solid #333333;
}
.thinborder {
	border: 1pt solid #333333;
	margin-left: 10px;
}
#small { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	text-align: left;
}
#small a,
#small a:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #1756C3;
}
#small a:hover {
	color: #009900;
}
#footer { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	text-align: center;
	color: #FFFFDD;
}
#footer a,
#footer a:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #CC9900;
}

input {
	font-size: 11px;
}

a {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	color: blue;
}

.buttons a{
	color: #333366;
	font-size: 17px;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}

.buttons a:hover{
	color: black;
}

.accountmenu a{
	color: darkblue;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}

.premiummenu a{
	color: darkblue;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}