
.separation {
background-color: #E5E5E5;
color: #E5E5E5;
height: 1px;
border: none;
}

a {
text-decoration: none;
}

p {
margin-bottom: 15px;
}

.orange {
color: #FF6600;
}

.red {
color: #FF0000;
}

.visited {
color: FFCC66;
}

.italic {
font-style:italic;
}

.bold {
font-weight: bold;
}

.underline {
text-decoration: underline;
}

h3 {
color: #FF6600;
font-size: 16px;
margin-top: 0px;
font-weight: bold;
}

.smaller {
font-size: 10px;
}

.bigger {
font-size: 13px;
}

h3.main_title {
margin-bottom: 20px;
}

ul.orange_disc {
	margin-top: 0px;
	list-style: disc;
	padding-left: 5px;
	margin-left: 20px;
	color: #FF6600;
	margin-bottom: 0px;
}

ul.orange_disc li {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.orange_disc li  span{
	margin-top:0px;
	margin-bottom: 0px;
	color: #000000;
}

#header a:hover {
color: #FFCC66;
}

#contact_table td {
font-style:italic;
vertical-align: top;
}

#contact_table input,select  {
height: 22px;
border: 1px solid #999999;
}

#contact_table textarea {
border: 1px solid #999999;
}

