@charset "utf-8";
/* CSS Document */
body {
	background-color: cccc99;
	margin: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12pt;
}
.small-text {
	font-size: 12px;
}

a:link {
	color: 006699;
}
a:visited {
	color: 6699cc;
}

a:active {
	color: #6699cc;
}
h1 { 
	margin: 12px;
	font-size: 18pt;
	color: cc9966;
}

h2 { 
	margin: 12px;
	font-size: 14pt;
	color: cc9966;
}
h3 {
	margin: 12px;
	font-size: 11pt;
	font-weight: bold;
	color: #CC9966;
}


p {
	color: black;
	font-size: 11pt;
	margin: 12px
}

.blues_text {
	color: 006699;
}
.Shadow_L {
	background-image: url(../images/Shadow_L.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.Shadow_R {
	background-image: url(../images/Shadow_R.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

