body	{
	margin: 0;
	padding: 0;
	background: #FDE7E9;
	color: #000;
	}

body, td {
	font-family: Arial;
	font-size: 12px;
}


/* home page */
td.centercell {
	width: 700px;
}
td.darkpink, tr.darkpink {
	background-color: #F6828B;
}
td.pink {
	background-color: #FDE7E9;
}
td.mediumpink, tr.mediumpink {
	background-color: #FFB1B1;
}
td.nav {
	width: 199px;
}
td.homeContent {
	width: 501px;
}
table.outerborder, table.border {
	border: 1px solid #F6828B;
}




/* navigation */
a.navitem, a.navitem:link, a.navitem:visited, a.navitem:active {
	font-size: 11px;
	font-family: Arial;
	color: #C74746;
	font-weight: normal;
}
a.navitem:hover {
	font-weight: bold;
}
.navitemOn {
	font-size: 11px;
	font-family: Arial;
	color: #C74746;
	font-weight: bold;
}

/* content */
.head1, .text .head1 {
	font-weight:bold;
}
.text a, .text a:link, .text a:visited, .text a:active {
	color: #9B4E00;
	text-decoration: none
}
.text a:hover {
	color: #9B4E00;
	text-decoration: underline;
}
.blue {
	color: #294A6D;
}
td.tan, tr.tan {
	background-color: #FFE0C1;
}
td.columnheading, tr.columnheading {
	background-color: #FDB883;
}


/* Form elements */
input.standardTextBox {
	font-family: "Courier New", Courier, Monospace;
	font-size: 9pt;
	color: #000000;
	background-color: #FDF4F5;
	border-bottom: #F67C7B 1px solid;
	border-left: #F67C7B 1px solid;
	border-right: #F67C7B 1px solid;
	border-top: #F67C7B 1px solid;
	width: 230px;
	height: 20px;
	padding-left: 3px;
}
.label {
	color: #FF4A4A;
}
.standardCheckBox {
	border-bottom: #F67C7B 1px solid;
	border-left: #F67C7B 1px solid;
	border-right: #F67C7B 1px solid;
	border-top: #F67C7B 1px solid;
	background-color: #FDF4F5;
	padding: 0px;
	margin: 0px;
}
