/* cascading stylesheet for pages other than index */

body, td {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	text-align:justify;
	}

p {
	font-size: 10pt;
	font-family:arial;
	}

body {
	background-color:#ffffff;
	scrollbar-arrow-color: #C6A788;
	scrollbar-track-color:#EEDCC4;
	scrollbar-face-color: #F4E8DA;
	scrollbar-shadow-color:#C6A788;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#606060;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	margin:0px;

	}

textarea,.button,input,.textfield,select,option { 
	font-family: arial; 
	font-size:10pt; 
	color: #9A5c4F;  
	border:1px solid #9A5C4F;
	background-color:#FFFFFF;
	}

h3 {	/* Use as headers. Looks like the separation bars on index page. */
	background-image: url("images/bar.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 20px;
	padding-top:3px;
	font-size: 12pt;
	letter-spacing: 1px;
	color: #cA5C4F;
	height:22px;
	width:555px;
	border-right:1px solid #CAAD91;
	}

a:link, a:visited {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	}
