/* Spring Style */
body {
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	color: #0000CC;
}

h2.header {
	color: #ffffff;
}

blockquote {
	margin-top: -1.25em;
}

a {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

a:link {
	color: #483D8B;
}

a:active {
	color: #483D8B;
}

a:visited {
	color: #483D8B;
}

a:hover {
	color: #ffd700;
}

img {
	border: 0px;
}

TD.HeaderLeft {
	background-image: url("images/spring_l.jpg");
	background-repeat: no-repeat;
	background-color: #483D8B;
	border-bottom-style: solid;
	border-bottom-color: #483D8B;
	border-bottom-width: 6px;
	color: #ffffff;
	text-align: center;
}
	
TD.HeaderRight {
	background-color: #483D8B;
	border-right-style: solid;
	border-right-color: #483D8B;
	border-right-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #483D8B;
	border-bottom-width: 12px;
}
	
TD.Menu {
	background-color: #ffffcc;
	border-right-style: solid;
	border-right-color: #483D8B;
	border-right-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #483D8B;
	border-bottom-width: 12px;
	color: #000fff;
	font-size: 9pt;
	line-height: 12pt;
	padding: 20px 20px 20px 20px;
	text-align: center;
	vertical-align: top;
}
	
TD.SubMenu {
	background-color: #ffffcc;
	border-right-style: solid;
	border-right-color: #483D8B;
	border-right-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #483D8B;
	border-bottom-width: 6px;
	color: #000fff;
	font-size: 9pt;
	line-height: 10pt;
	padding: 6px 20px 6px 20px;
	text-align: center;
}

TD.Content {
	vertical-align: top;
	font-size: 11pt;
	line-height: 16pt;
	padding: 40px 40px 40px 40px;
}

