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

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 14px ;
	font-weight: bold ;
	color: #3C5D6B ;
	font-family: tahoma ;
	margin-top: 0px ;
}

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

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

.button {
	padding: 4px 8px ;
	margin: 2px 5px ;
	background: #E56F47 ;
	border: 1px solid #B25637 ;
}

.buttonUp {
	padding: 4px 8px ;
	margin: 2px 5px ;
	background: #78B7D2 ;
	border: 1px solid #5A8A9E ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 18px ;
	font-family: tahoma ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

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

a:link {
	color: #990000 ;
}

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

a:hover {
	color: #cc0000 ;
}

#content {
	padding: 15px ;
}