a:link, a:active, a:visited {
	color: #004593;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004593;
}
body {
	background-color: #3c71b9;
	background-image: url(background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topMenu, .topMenu td {
	font-size: 18px;
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.footer, .footer td {
	font-size: 10px;
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#body {
	font-size: 14px;
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #2e73ff;
	margin-bottom: 5px;
}
#body h2 {
	color: #ff2998;
	font-size: 14px;
	margin:0;
	padding:0;
	font-weight: bold;
}
h2 {
	color: #ff2998;
	font-size: 14px;
	margin:0;
	padding:0;
	font-weight: bold;
}
#body img {
  border:solid 1px #004593;
  padding:1px;
}
.profileImg {
  border:solid 1px #004593;
  padding:1px;
}
#sideTable {
	width: 160px;
	padding: 5px;
	background-color: #f7faff;
	margin-bottom: 10px;
}
#sideTable h2 {
	font-size: 14px;
	font-weight: normal;
	margin:0px 0px 5px 0px;
	padding:0;
	text-decoration: underline;
	text-align: left;
}
#sideTable img, #entry img {
  border:solid 1px #004593;
  padding:1px;
  margin-right:3px;
  float: left;
}

#sideTable #entry {
	text-align: left;
	vertical-align: middle;
	height: 51px;
	font-size: 10px;
	border-bottom: 1px solid #2e73ff;
	margin-bottom: 2px;
}
.tinyText, .tinyText td {
	font-size: 10px;
}
.smallerText, .smallerText td {
	font-size: 11px;
}
.pageError {
	color: #ff2998;
	font-size: 11px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}

input, select {
	width: 135px;
	height: 20px;
	background-color: #f7faff;
	border: 1px solid #2e73ff;
}
textarea {
	font-size: 10px;
	width: 135px;
	height: 85px;
	background-color: #f7faff;
	border: 1px solid #2e73ff;	
}
form .submit {
	border: 1px solid #004593;
}
form .error {
	color: #ff2998;
	font-size: 10px;
	font-weight: bold;
}