html, body, table
{
	font-family: tahoma, SunSans-Regular, sans-serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
}

ul
{
	list-style-type: square;
}

h1
{
	font-size:22pt;
	color:#CCCCCC;
}

h2
{
	font-size:18pt;
}

a:link {
	color: #2a3588;
}
a:visited {
	color: #2a3588;
}
a:hover {
	text-decoration: none;
	color: #0e1658;
}
a:active {
	font-weight: bold;
}
address {
	font-size: smaller;
	font-style: normal;
	color: #333333;
}

.buttonscontainer {width: 150px;}
.buttonscontainer2 {
	width: 100px;
	font-size:smaller;
}
.buttons a {
	color: #ffffff;
	border: 1px solid;
	background-color: #2a3588;
	padding: 2px;
	padding-left: 3px;
	text-decoration: none;
	border-color: #5e6ac3 #0E1658 #0E1658 #5e6ac3;
	display: block;
	margin: 0px;
	text-align: center;
}
.buttons a:visited {
	color: #dee7ed;
}
.buttons a:hover {border: 1px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #cccccc;
	border-color: #0E1658 #5e6ac3 #5e6ac3 #0E1658;
	color: #80348A;
	text-decoration: none;
}