/* BASIC */
body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 140%;
	margin: 0px 0px 0px 0px;
	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #e6e6e6; 
}

/* LINKS */
a {
	color: #6b8903;
	text-decoration: underline;
}

a:hover {
	color: #6b8903;
	text-decoration: none;
}

a.pdf {
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 2px;
	padding-top: 3px;
	color: #6b8903;
	text-decoration: underline;
	background-position: left center;
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
}

a.pdf:hover {
	color: #6b8903;
	text-decoration: none;
}

a.acronym {
	padding-bottom: 1px;
	border-bottom: #aaa 1px dotted;
	text-decoration:none;
}

a.acronym:hover {
	cursor: help;
}

/* TEXTS */
h1 {
	color: #dd3600;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	color: #39c;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
}
h2.link {
	text-decoration:underline;
	cursor:pointer;
}

h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	clear: both;
	font-weight: normal;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #6b8903;
}

h4 em {
	font-weight: normal;
	color: #999;
	font-style: normal;
}

h4 em.price {
	font-size: 11px;
	color: #6b8903;
}

/* MISC */
small {
	font-size: 12px;
	font-weight: bold;
	color: #39c;
	font-family: Georgia, Times New Roman, Times, serif;
}

small.little {
	font-size: 10px;
	color: #999
}

table {
	width: 98%;
	border-collapse: collapse;
}

table th {
	padding-right: 6px;
	padding-left: 16px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	text-align: left;
	letter-spacing: 1px;
}

table td {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
	border-bottom: #e6e6e6 1px solid;
}

table.contact {
	width: 60%;
	border-collapse: collapse;
}

table.contact td {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
	border-bottom-width: 0px;
}

table.error {
	width: 60%;
}

table.error td {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: top;
}

table caption {
	display: none;
}

table td.price {
	font-weight: bold;
	font-size: 11px;
	color: #39c;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left;
	padding-left: 25px;
}

table td.noline {
	border-bottom-width: 0px;
}

ul {
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 5px 0px 20px 10px;
}

ul li {
	line-height: 1.5em;
	list-style-type: disc;
}

.star {
	font-size: 10px;
	color: #dd3600;
}

.error, .success {
	color: #dd3600;
}

.errfrmempty {
	border: 1px solid #FFFFFF;
}

.errfrm {
	color: #dd3600;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 1px solid #dd3600;
	text-align:center;
	background-color: transparent;
}

/* IMAGES */
img {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top: #999999 1px dotted;
	border-left: #999999 1px dotted;
	border-bottom: #999999 1px dotted;
	border-right: #999999 1px dotted;
}

img.footer {
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-width: 0px;
}

img.jump {
	padding-right: 0px;
	padding-left: 35px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-width: 0px;
}

/* FORMS */
input, textarea, select, checkbox {
	margin:1px 0px 1px 1px;
	color: #000000;
}

.textfield {
	width: 98%;
	background: #FFFFFF;
	border-top: 1px solid #838383;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
	border-left: 1px solid #838383;
	color: #000000;
	margin: 1px 0px 1px 1px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
}

.button {
	color:#F7F7F7; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	background:url(../images/bullet1.gif) 0 0 no-repeat #6b8903; 
	padding:1px 1px 1px 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}