body {
	margin: 0px 0px 10px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	background: #A1A4AB ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #666666 ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

p {
	font-size: 12px ;
	line-height: 19px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 18px ;
	font-weight: bold ;
	color: #303B59 ;
	font-family: tahoma ;
	margin-top: 0px ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

.button {
	padding: 5px 5px ;
	border-bottom: 1px solid #A1A4AB ;
	border-right: 1px solid #A1A4AB ;
	margin-bottom: 5px ;
}

.buttonUp {
	padding: 5px 5px ;
	border-bottom: 1px solid #772C2D ;
	border-right: 1px solid #772C2D ;
	margin-bottom: 5px ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #A1A4AB ;
	text-decoration: none ;
	font-size: 11px ;
	font-family: verdana ;
	font-weight: bold ;
	text-transform: lowercase ;
}

a.navLink:hover {
	color: #772C2D ;
	text-decoration: underline ;
}

a:link {
	color: #303B59 ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	color: #4C5D8C ;
}

#content {
	padding: 0px 0px 0px 15px ;
}