@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 50px;

}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}
a:link {
	color: #666;
}
a:visited {
	color: #333;
}
a:hover {
	color: #6F9435;
}
a:active {
	color: #333;
}
h1 {
	font-size: 24px;
	color: #666;
}
h2 {
	font-size: 18px;
	color: #666;
}
h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.copy {
	line-height: 18px;
	text-align: left;
}
.tagline_text {
	font-size: 18px;
	color: #CCC;
	text-align: left;
	line-height: 35px;
	white-space: normal;
	padding-right: 5px;
}
.projectname {
	font-size: 24px;
	color: #CCC;
	text-align: right;
	white-space: normal;
	letter-spacing: 1px;
}

