
/********* Background Logo ************/
body{
	background-image: url(../images/stonbk.bmp);
	background-repeat: repeat;
	background-position: bottom;
	background-attachment: scroll;
	background-color: transparent;
}


/******* hyperlink and anchor tag styles *******/
a:link{
	color: blue;
	text-decoration: none;
}

a:visited{
	color: blue;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: none;
}

/*********** Text **********/
#main{
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;	
}

#header{
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
	
#headerhigh{
	color: Red;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	background-color: Yellow;
}

#norm{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	}
	
#normhigh{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background-color: Yellow;
}
	
#normbold{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
}

#normboldunder{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
	
#normred{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
}

#normwhite{
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: large;
}

#norm2{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: large;
}

#norm2red{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: large;
	font-weight: bold;
}
	
#email{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

#reso{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: x-small;
	font-weight: bold;
}


/********* Marquee *********/
.mar{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: large;
	color: Red;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}


/*********** VERTICLE MARQUEE ***********/

#jump_base {
	overflow-y: hidden;
	width: 400px;
	height: 100px;
	margin: auto;
	padding: 0 10px 0 10px;
	font-size: .9em;
	font-family: Verdana, Arial, sans-serif;
}
/****** controls text color ********/
#jump_base a {
	color: Red;
	font-weight: bold;
	background-color: inherit;
	
}

.news {
	background-image: url(../images/stonbk.bmp);
	background-attachment: fixed;
	color: inherit;
}
