body {
	background-image: url('images/bg.gif');
}
body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: black;
}
.pages {
    text-align: center;
	margin: 10px;
}
.pages a img {
    border: none;
	margin: 3px;
}
#body {
	width: 800px;
}
#header {
}
#navLeft {
	background-color: #01148a;
	border-right: 5px solid #010d5f;
	padding-top: 25px;
	padding-left: 2px;
	vertical-align: top;
}
#navLeft div {
	width: 140px;
}
#navLeft div div {
	text-align: center;
	background-color: #010d5f;
	margin-top: 2px;
}
#navLeft div div a {
	color: white;
	text-decoration: none;
}
#content {
	background-color: white;
	padding: 30px 20px 60px 20px;
	vertical-align: top;
	text-align: justify;
}
#content .body {
	width: 461px;
}
h1 {
	font-size: 13px;
}
h2 {
	font-size: 12px;
}
h2 a {
	text-decoration: none;
}
.piccat {
	margin-top: 15px;
	background-color: #eee;
	width: 100%;
}
.piccat img {
	border: 1px solid black;
	margin-right: 5px;
}
.piccat .text {
	vertical-align: top;
	width: 100%;
}
.piccat .footer {
	font-size: 10px;
}
form .label {
	font-size: 10px;
	font-style: italic;
}
.msg, .error {
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    background-color: #eee;
    padding: 5px;
    border-color: black;
    margin: 10px;
}
#navRight {
	background-color: white;
	vertical-align: top;
	padding: 25px 10px 10px 0px;
}
#navRight .body {
	width: 140px;
}
#navRight .body .header {
	text-align: center;
	font-weight: bold;
}
#navRight .body .err {
	color: red;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
#navRight .body form {
	margin: 3px 0px 3px 0px;
	padding: 5px;
	padding-left: 12px;
	background-color: #eee;
}
#navRight .body form label {
	display: block;
}
#navRight .body form .submit {
	margin-top: 5px;
	text-align: center;
}
#navRight .body .loggedIn {
	text-align: center;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding: 5px;
	padding-left: 12px;
	background-color: #eee;
}
#navRight .body .register, #navRight .body .logout {
	text-align: center;
	font-weight: bold;
}
#navRight .body .footer {
	text-align: justify;
}
#footer {
	font-size: 10px;
	background-color: black;
	text-align: center;
	color: white;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; 
    font-weight: bold;
    border: 1px solid black;
    background-color: #CCC;
	padding: 0;
}