html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
	margin: 0;
	padding: 0;
	border: 0;
}

a, input {
  outline: none;
}

body {
	background: #01274B;
	font: 12px Arial;
	color: #333;
}

#wrapper 
{
	width: 1000px;
	margin: 50px auto;
}

a {
	color: #cde2e6;
	text-decoration: none;
}

a:visited {
	color: #a8cdd4;
}

a:hover {
	color: #fff;
}

/* Titles */
.title {
 	height: 26px;
	margin-bottom: 15px;
	text-indent: -9000px;
}

.deleted {
	text-align: center;
	font:  bold 14px Arial;
	width: 550px;
	margin: 50px auto 0px auto;
	padding: 25px;
	background: #4998a3;
	border: 5px solid #cde2e6;
}

#messageBoardTitle { background: url(/assets/images/titles/title-messageboard.gif) no-repeat; }

.clsHeading {
	font: bold 14px Arial;
	color: #cde2e6;
}

thead {
	font: bold 12px Arial;
	color: #cde2e6;
}

td {
	font: 12px Arial;
	color: #cde2e6;
	padding: 5px;
}