/* CSS Document */
.navigation {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.navigation a {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.navigation a:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.link {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}
 
.link:hover {
    filter: none; /* Applies to FF + IE */
    -webkit-filter: grayscale(0);
}
.down {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#625A5A;
}
.down a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#625A5A;
}
.down a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#625A5A;
	text-decoration:underline;
}
.page_title {
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	color:#625A5A;
	padding-bottom:5px;
	border-bottom:thin dotted #CCCCCC;
}
.body_text {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#262626;
	line-height:20px;
}
.form {
	background-color:#1B1B1B;
	color:#5C5C5C;
	border:solid thin;
	border-color:#272727;
	width:210px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:3px;
}
.form_contact {
	background-color:#F1F1F1;
	color:#5C5C5C;
	border:solid thin #D2D2D2;
	width:300px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:3px;
}
.comments_contact{
	background-color:#F1F1F1;
	color:#5C5C5C;
	border:solid thin #D2D2D2;
	width:300px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:3px;
}
.comments {
	background-color:#1B1B1B;
	color:#5C5C5C;
	border:solid thin;
	border-color:#272727;
	width:210px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:3px;
}
.comments2 {
	background-color:#1B1B1B;
	color:#5C5C5C;
	border:solid thin;
	border-color:#272727;
	width:315px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:3px;
}
.send {
	background-color:#272727;
	color:#757575;
	border:solid thin;
	width:45px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.send2 {
	background-color:#272727;
	color:#757575;
	border:solid thin;
	width:215px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}