/* main.css */

/* font and body styles */
body 
{ 
	margin: 0; 
	padding: 0px;
	background-color: #fffff0; 
	text-align: left; 
	background: #000000 url(../images/template/smallstripe.jpg) repeat scroll left top;
}

body, p, td, th, a 
{ 
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	font-weight: normal;  
}

strong 
{ 
	font-weight: bold; 
}
em 
{ 
	font-style: italic; 
}

a img 
{ 
	border: none; 
}

a:link, a:visited 
{ 
	color: #a72923; text-decoration: none; 
}

a:hover, a:active 
{ 
	color: #466464; text-decoration: underline; 
}


/* heading styles */
h1, h2, h3, h4, h5, h6 
{ 
	font-family: verdana, arial, sans-serif; font-weight: bold; 
}
h1 
{ 
	font-size: 18px;
}
h2 
{ 
	font-size: 14px;
}
h3 
{ 
	font-size: 12px; 
}
h4 
{ 
	font-size: 12px; 
}
h5 
{ 
	font-size: 12px; 
}
h6 
{ 
	font-size: 11px; 
	font-weight: bold; 
}

/* small font styles */
.small, font.small, p.small, a.small:link, a.small:visited, a.small:hover, a.small:active 
{ 
	font-size: 11px; 
}
.verysmall, p.verysmall, a.verysmall:link, a.verysmall:visited, a.verysmall:hover, a.verysmall:active 
{ 
	font-size: 7pt; 
}

/* Other */
.error  
{ 
	font-weight: bold; 
	color: red; 
}

.help 
{ 	
	cursor: help; 
	font-style: italic; 
}

.spacer 
{ 
	clear: both; font-size: 1px; 
}


#contactform fieldset { border: 1px solid #666; margin: 0.5em 0; padding: 1em; }
#contactform legend { color: #333; }
#contactform label strong, #contactform .required { color: #f00; }
#contactform label span { display: block; padding: 0.3em 0 0 0; margin: 0; }
#contactform input, #contactform textarea { display: block; width: 300px; }
#contactform .buttons input { width: auto; margin: 0.3em 0 0 0; }