.small {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
}
a:link {
	color: #991F36;
	text-decoration: none;
}
a:visited {
	color: #991F36;
	text-decoration: none;
}
a:hover {
	color: #991F36;
	text-decoration: underline;
}
a:active {
	color: #991F36;
	text-decoration: none;
}
.copy {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595959;
}
.homecopy {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	line-height: 13px;
}
.header {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #991F36;
}
.field {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
	background-color: #FFFFFF;
	width: 200px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}
.fieldshort {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
	background-color: #FFFFFF;
	width: 125px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}
.fieldtiny {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
	background-color: #FFFFFF;
	width: 50px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}

.tablehead {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ACACAC;
}
.tablerow {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #595959;
	background-color: #CFCFCF;
}
.txt_required {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
	background-color: #FFFFFF;
	width: 200px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}
.required_date {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
	background-color: #FFFFFF;
	width: 125px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}
.go {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A3D49;
	background-color: #DEDEDE;
	height: 24px;
	width: 24px;
	border: 2px outset #666666;
}
h1 {
	font-size: 12px;
}
.ruleabove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.copysub {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #991F36;
}
.togtop{	/* Styling question */
	/* Start layout CSS */

	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;

}
.togbot{	/* Parent box of slide down content */
	
	/* End layout CSS */
	
	visibility:hidden;
	overflow:hidden;
	position:relative;
	
}