* {
	margin: 0;
	padding: 0;
}

body  {
	background: #a5998a;
}

div#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0px 81px 16px;
	padding-bottom: 16px;
	background: #dfdcca;
	border: 5px solid #fff;
	border-top: none;
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
}

#content {
	margin: 0px 40px;
	margin-top: 20px;
}
	
#header {
	background: #426395;
	border: 2px solid #7e94a6;
	border-top: none;
	height: 72px;
	color: white;
	margin: 0px 30px;
	-moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

div#footer
  {
  text-align: center;
  font-size: 9px;
  }

a:link { color: #26457d; text-decoration: none; }
a:visited { color: #26457D; text-decoration: none; }
a:hover { color: #3560af; }

a#modilink { padding-left: 5px; }

div#titles {
	color: white;
	position: relative;
	left: 24px;
	top: 11px;
  float: left;
}

div#customSection {
  display: block;
  float: right;
  position: relative;
  right: 24px;
  top: 16px;
}

h1 a:link { color: white; }

h1 a:visited { color: white; }

h1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 30px;
  font-weight: bold;
}

h2 { 
	font-size: 10px;
  margin-top: -12px;
  font-weight: normal;
}

.button {
	width: 60px;
	height: 20px;
	font-size: 10px;
	background-color: #7392c1;
	border: 1px solid #82a5da;
	color: white;
	font-weight: bold;
}

.textBox {
	width: 160px;
	height: 19px;
	font-size: 15px;
	border: 1px solid #6382b1;
	margin-right: 5px;
	margin-bottom: 2px;
}

table.table
	{
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: solid;
	margin: 2px;
	}
th.tableHeader
	{
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	font-weight: bold;
	padding: 5px 10px;
	}
td.tableBody
	{
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #6699CC;
	background-color: #fafafa;
	padding: 3px 10px;
	}