* {  
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  color:#444444;
}

.new {
  color: red;
  font-weight: bold;
}

body {
	background-color: #3E3E3E;
	margin-top: 0px;
}

a {
	color: #12678F;
	text-decoration: none;
	border-bottom: 1px solid #aaaaaa;
}

a:hover {
	color: blue;
	border-bottom: 1px solid blue;
}

.imageLink {
	text-decoration: none;
	border: none;
}

.imageLink a:hover {
  border: none;
  text-decoration: none;
}

.leftnav {
	line-height: 20px;
}

.pastEmail td {
	color: red;
}

.futureEmail td {
	color: green;
}

.arrow {
	font-weight: bold;
	font-size: 12px;
}

#main {
	width: 630px;
	margin: auto;
}

.bug a:hover {
  border: none;
  text-decoration: none;
}

#topLink {
	position: relative;
	margin-top: 50px;
	width: 200px;
	height: 50px;
  border: none;
  text-decoration: none;
}

#top {
	background-image: url(/images/top.png);
	background-repeat: none;
	height: 108px;
	border: 2px solid black;
	margin-bottom: 5px;
}

.homeBox {
	width: 500px;
	text-align: left;
}

#content {
	background-color: white;
	border: 2px solid black;
	padding: 10px;
	margin-bottom: 5px;
}

#footer {
	background-color: white;
	border: 2px solid black;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
}

#footer a {
	font-size: 10px;
}

#topContent {
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}

.loginButton {
	color: white;
  font-weight: bold;
}

.loginButton:hover {
	color: #dddddd;
}

th {
	text-align: left;
	color: #444444;
}

h1 {
	font-size: 18px;
  font-weight: bold;
}

.subject {
	font-weight: bold;
	font-size: 13px;
}

.email {
	background-color: #eeeeee;
	padding: 4px;
	margin-bottom: 10px;
}

.date {
	color: #888888;
}




