/* CSS Document */
body {
	margin:0px;
	background-color:#292929;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
}
a:link {
	color: #2B423A;
}
a:visited {
	color: #2B423A;
}
a:hover {
	color: #486F61;
}
a:active {
	color: #2B423A;
}
h1 {
	font-size:21px;
}
h2 {
	font-size:17px;
	font-weight:400;
}
.Sub-Title {
	font-size:13px;
	font-weight:bold;
}
.body-text {
	font-size:13px;
}
