/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-color: #35363B;
}
/* Links */

a:link { text-decoration:underline; }
a:visited {text-decoration:none; }
a:hover { text-decoration: underline; }

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #35363B;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	color: #35363B;
	font-weight: lighter;
}
.TopNavigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F4D390;
	font-weight: lighter;
	text-decoration: none;
}
.TopNavigation:active  {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F4D390;
	font-weight: lighter;
	text-decoration: none;
}
.TopNavigation:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F4D390;
	font-weight: lighter;
	text-decoration: none;
}
.TopNavigation:visiteds {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F4D390;
	font-weight: lighter;
}
.TopNavigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F4D390;
	font-weight: lighter;
	text-decoration: underline;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #35363B;
}
