﻿/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/*@import url("formIE.css");*/
@font-face {
  font-family: "Pompeii Capitals";
  src: url("pompeiicapitals.ttf") format("truetype");
}

body {
	background-color: #FDFED0;
	color: #6A3726;
	font-family: "Pompeii Capitals", Verdana, Arial, Helvetica, sans-serif; 
}

th,td,p { color: #6A3726; font-family: "Pompeii Capitals", Verdana, Arial, Helvetica, sans-serif;}
a:link,a:visited { color: #6A3726; }
a:hover { text-decoration: none; color: #CC6633; }
a:active { text-decoration: none; color: #FDFED0; }
hr { height: 0px; border: solid #CC6633 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
/*.bodyline	{ background-color: #FFFFE8; border: 2px #CC6633 solid; }


/* This is the line round the contact form */
.contactline	{ background-color: #FFFFFF; border: 2px #F5E05E solid; }

/* The largest text */
h1,h2	{ font-weight: bold; font-size: 22px; font-family: "Pompeii Capitals", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #6A3726; }

/* Form elements */

input, textarea, select { border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; 	border-left-width : 1px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : #CC6633; border-color : #CC6633; background-color : #FFFFFF; }
input { text-indent : 2px; } 
input.button { border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; }
input.formbutton { color: #FFFFFF; background-color: #CC6633; }


