body {
	background-color: #18145a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCCFF;
}
.footer {
	font-size: 10px;
	text-align: center;
}
.bodyBold {
	font-size: 14px;
	font-weight: bold;
}

.galleryLink {
	font-size: 9px;
	font-weight: normal;
}

.galleryLink a:link, .galleryLink a:visited, .contactTable a:link, .contactTable a:visited{
	text-decoration: none;
    color: #FFCCFF;
}

.galleryLink a:hover, .galleryLink a:active, .contactTable a:hover, .contactTable a:active {
	text-decoration: underline;
    color: #FFFFFF;
}

.points li {
	font-size: 12px;
	font-weight: bold;
	margin-left: 100px;
	text-align: left;
}

.contactTable td {
	font-size: 16px;
	font-weight: bold;
}

.phoneIndent {
	margin-left: 60px;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
/*Contact Form*/
form#contactForm{
width: 500px;
margin: 0 auto;
}
legend{
font-weight: bold;
font-size: 14px;
color: #ffffff;
font-variant: normal;
}
label{
margin: 3px;
float:left;
width: 150px;
font-size: 12px;
font-weight: bold;
text-align: right;
}
input#name, input#company, input#email, input#day_phone, textarea#message{
font-size: 14px;
width: 200px;
text-align: left;
margin: 3px 10px 3px 3px;
}
input#submit{
margin: 8px 8px 8px 250px;
}
.thanks{
text-align: center;
font-size: 14px;
font-weight: bold;
color: #003300;
}
.required{
font-size: 12px;
color: #f00;
}
