table, td {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
.divWrapper {
	background-color: #CC9999;
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
}
#tableWrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
#tableLayout {
	background-image: url(../images/scratch200x100.gif);
	background-repeat: repeat;
}
#tdContent {
	background-color: #FFFFFF;
	padding: 20px;
}
#tdHeader {
	padding: 5px;
}
.tdSidebar {
	padding: 7px 10px;
	color: #FFFFFF;
}
#tdFooter {
	font-size: 9px;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #BDCEA4;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
}
#tdContent a:link {
	color: #274F94;
	text-decoration: underline;
}
#tdContent a:visited {
	color: #9496AB;
	text-decoration: none;
	font-style: normal;
}
#tdContent a:hover {
	color: #990033;
	text-decoration: underline;
	font-style: normal;
}
#tdContent a:active {
	color: #BDCEA4;
}
h1 {
	font-weight: bold;
	color: #990000;
	font-size: 14px;
	font-style: italic;
	margin-bottom: -10px;
}
h2 {
	font-weight: bold;
	color: #607181;
	font-size: 14px;
	font-style: italic;
}
h3 {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}
h4 {
	font-weight: bold;
	color: #607181;
	font-size: 12px;
}
h5 {
	font-weight: bold;
	font-style: normal;
	color: #990000;
	font-size: 10px;
}
h6 {
	font-weight: bold;
	color: #000066;
	font-size: 11px;
	font-style: italic;
}
.pIntro {
	color: #000033;
}
#tblStatement {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 30px;
	border: 20px solid #FFFFFF;
}
.imgLeft {
	margin-right: 10px;
	margin-left: 0px;
}
.imgRight {
	margin-right: 0px;
	margin-left: 10px;
}

/*-------------------------------------------------
FORM ELEMENTS
-------------------------------------------------*/

form {
	margin-top: 5px;
	width: 140px;
}

input {
	width: 140px;
	margin-top: 5px;
}

#submitbutton {
	width: 35px;
	float: right;
}
