/*
stylesheet.css - the main stylesheet file
*/

BODY {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font: 11px Arial, Verdana, sans-serif;
}

/* This table holds everything. */
.mainTable {
	width: 100%;
}

/* This table holds each page. */
.pageTable {
	width: 912px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* This table holds content for each page. */
.contentTable {
	width: 100%;
}

.content-row1-cell1 {
	height: 77px;
}

.content-row2-cell1 {
	padding-top: 8px;
	width: 230px;
	height: 193px;
}
.content-row2-cell2{
	padding-top: 8px;
	width: 230px;
}
.content-row2-cell3 {
	padding-top: 8px;
	width: 230px;
}
.content-row2-cell4 {
	padding-top: 8px;
	width: 222px;
}

.content-row3-cell1 {
	padding-top: 6px;
	height: 122px;
}

.content-row4-cell1 {
	padding-top: 8px;
	height: 176px;
}
.subcontentTable {
	width: 100%;
}
.subcontent-row4-cell1 {
	text-align: center;
	font-weight: bold;
	height: 176px;
	width: 341px;
	padding-right: 30px;
	padding-left: 30px;
}
.subcontent-row4-cell2 {
	width: 571px;
}
.subcontent-row4-cell2-button {
	position: relative;
	left: 314;
	top: -125;
}

.content-row5-cell1 {
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	padding-right: 8px;
}

.content-row6-cell1 {
	padding-top: 8px;
	padding-right: 8px;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	height: 44px;
}

a {
	text-decoration: none;
	color: #36408f;
}
a:hover {
	text-decoration: underline;
	color: #36408f;
}
a:visited {
	color: #36408f;
}

td {
	/*border: 1px solid black;*/
	border: none;
}
#flashcontent {
	border: none;
}
.borders {
	border: 1px solid black;
}
.noborders {
	border: none;
}
