/* CSS definition file containing site wide stylesheets */

.headings {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 14px;
 	text-transform: capitalize;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	background-image: url( "C:\\Documents and Settings\\Rob\\My Documents\\My Pictures\\Sandersons\\headingbg.gif" );
 	padding-top: 2px;
 	padding-bottom: 2px
}

.pagebg {
	background-image: url( "../assets/images/metalbg70.jpg" );
 	border: 1px solid rgb(15,83,183)
}

.textborder {
	padding: 2px 10px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}