/* CSS Document */
body {
	font-family: Tahoma, Arial, sans; 
	background-color : #fff;
	background-image : url(images/background.jpg);
	background-repeat: repeat-x;
	color:#3a4e6a;
	font-size:14px;
}

h2 { color:#5c707a; line-height: 10px;}
.subhead { font-size:24px; font-weight:bold; color:#5c707a; line-height: 22px;}
img{ border: none; } 
.bcsubhead { font-size:16; text-transform:uppercase; color:#8cbdeb; font-weight:bold; }


a:link { font-family:Tahoma, Arial, sans; font-size:14px; color:#d87c32; text-decoration:none; font-weight:normal;}
a:visited { font-size:14px; text-decoration:none; color:#f3ccac; font-weight:normal; }
a:hover { font-size:14px; text-decoration:underline; color:#8cbdeb;}
a:active { font-size:14px; color:#3788bc; text-decoration:underline; }




