/* CSS Document */

h1 {
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

body {
    font-family: Arial, sans-serif;
	font-size: 11pt;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

p {
	font-family: Arial, sans-serif;
	font-size: 11pt;
}
.combo {
font: Arial, sans-serif;
font-size: 11pt;
}
.but {
font: Verdona;
font-size: 10pt;
}

a:hover {text-decoration: underline}

a {
	text-decoration: underline;
}
a:hover {
	color: #999999;
}
a:active {
	color: #990000;
	text-decoration: none;
}

.abbr {
	text-decoration: none;
	background-color: #FFFFFF
}
table {
	border-top: 1px solid #333;
}
td {
	border-bottom: 1px solid #333;
}
table.none {
	border-top:none;
}
.none td {
	border-bottom:none;
}

