/* Stylesheet for shmartin.com */
/* shmartin-site.css */
/* Copyright 2006. All rights reserved. */
/* Created by TheIStudio.com.  */
/* This website has been optimized for use with multiple browsers */


BODY {
	scrollbar-base-color: #C0936C;
    background-color: #501706;
	font-family : Tahoma;
    color: #8A1C0B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* The A: tags refer to the anchors, links.  */
/* NN4 doesn't recognize Hover, but NN6 will.  */
/* IE 4 and 5, and Opera 3.6 and 4.0 recognize the hover tags. */

.style1 {
	color: #765b44;
	font-size: 12px;
	font-family : Tahoma;
}
.style2 {
	color: #923e2c;
	font-size: 12px;
	font-weight: bold;
	font-family : Tahoma;
}
.style3 {
	color: #551708;
	font-size: 12px;
	font-family : Tahoma;
	
}
.style4 {
	color: #F4E3D1;
	font-size: 9px;
	font-family : Tahoma;
	
}
	
A:link {
	color : #8A1C0B;
	
}

A:visited {
	color: #551708;
	

}

A:hover {
   color: #8A1C0B;
   background: #F4E3D1;
}



/* above is for anchors, links */

/* header tags below */
H1 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #000000;
	padding: 0px;
	font-size : 18px;
	line-height: 25px;
}

H2 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #A3A3A3;
	padding: 0px;
	font-size : 16px;
	line-height: 25px;
}

H3 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #000000;
	font-size : 16px;
	line-height: 25px;
}

H4 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	font-size : 14px;
}

H5 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #FFFFFF;
	font-size : 12px;
}

/* header tags above */

/* Main content text areas  */

/* */

TD {
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	font-size : 12px ;
	color: #000000 ;

}li           { color: #000000 } ;

B { color: #000000 } ;

strong { color: #A3A3A3 } ;

#input{
  		width:153px; height:20px;
		
		}
		 
#input1{
  		width:134px; height:21px;
		
		}
		
	  #textarea{
  		width:102px; height:48px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		overflow:auto
		}
