/* CSS Document */

body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 88%; 
	}
	
p,blockquote,ul,h1,h2,h3,h4 { margin: 10px 0; }

a {	
	color: #666;
	text-decoration: none;
}
a.text {
	border-bottom: 1px dotted #73806C;
	}
a.text:hover {
	color: #FF6600;
	}

h1,h2,h3,h4,h4,h6 { 
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	color: #666;
	margin: 0;
	padding: 6px 0;
	text-transform: uppercase;
	}
h1 { display: none; }
h2 {
	font-size: 1.2em;
	font-weight: bold;
	/*color: #000;*/
	color: #538C8C;
	padding: 6px 8px 6px 0;
	text-transform: uppercase;
	letter-spacing: .02em;
	/*text-align: right;*/
	}
h3 {
	font-size: 1em;
	}
h4 {
	font-size: .8em;
	}

p {
	font-size: 1em;
	}

/*table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	}*/
table, tr, td, th {	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

form {
	font-size: inherit;
	}
label {
	font-size: 80%;
	}
input, select {
	margin: 2px 0;
	padding: 1px;
	font-size: 100%;
	}
input.button {
	padding: 0;
	font-size: 10px;
	}
input.mediumtext {
	width: 25%;
}
select, option {
	height: auto;
	line-height: inherit;
	}
select.contact {
	font-size: 80%; 
	}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;
	width: 100%;
	height: 75px;
	}
ul,li {	
	margin: 0;
	padding: 0;
	}


/*
-----------------------------
IDs
---------------------------*/

#content {
	width: 564px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	}

	


/*
-----------------------------
CLASSES
---------------------------*/


.left {
	float: left;
	margin-right: 10px;
	}
.right {
	float: right;
	margin-left: 10px;
	}
.spacer {
	height: 1px;
	line-height: 1px;
	clear: both;
	}
.leftspacer {
	height: 1px;
	line-height: 1px;
	clear: left;
	}
.rightspacer {
	height: 1px;
	line-height: 1px;
	clear: right;
	}
.message {
	font-weight: bold;
	font-size: 120%;
	color: #3333CC;
	}
.error {
	font-weight: bold;
	font-size: 120%;
	color: #990000;
	}

