/*
STYLE SHEET FOR SPRING PAGES

SPRING
side => 060 - green
background => CCF - light blue
extra => 88F - medium blue
main => 009 - blue

*/

body{
	background: #CCCCFF;
	background-image: url(2010/wrap.gif), url(2010/ccf.gif);
	background-position: center, left top;
	background-repeat: repeat-y, repeat;
}

.titlelarge1, .titlesmall1, .small1, a.visited, a.menuhover{
	color: #000099;
}

.titlelarge2, .titlesmall2, .small2, a:link, a:visited, a.menulink, a.menuvisited{
	color: #006600;
}

.small1b {
	color: #FFFFFF;
	background: #000099;
}

.small2b, .small2b a {
	color: #FFFFFF;
	background: #006600;
}

.access, .access a, .access ul, .access li {
	color: #FFFFFF;
	background: #000099;
}

.access a:hover {
	background: #006600;
}
