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

table {
	border-collapse: collapse ;
}

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

p, ul, li {
	line-height: 20px ;
}

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

h1 {
	font-size: 28px ;
	font-weight: normal ;
	color: #082C66 ;
	font-family: tahoma ;
	margin-top: 0px ;
}

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

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

.button {
	padding: 5px 10px ;
	border-left: 1px solid #082C66 ;
	text-align: center ;
}

.buttonUp {
	padding: 2px 10px ;
	margin: 3px 3px ;
	background: #990000 ;
	border: 1px solid #ffffff ;
}

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

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

a:link {
	color: #082C66 ;
}

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

a:hover {
	color: #0C4299 ;
}

#content {
	padding: 15px ;
	border: 1px solid #000000 ;
	background: url(content/contentBg.jpg) #ffffff ;
	background-position: top ;
	background-repeat: no-repeat ;
}