/* Begin Typography & Colors */
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.em;
	font-weight: normal;
	color: #000099;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.em;
	font-weight: normal;
	color: #000066;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.em;
	font-weight: normal;
	color: #0066FF;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}

.gen:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	font-style: italic;
	text-decoration: none;
}

.gen:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
	text-decoration: none;
}

.gen:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	font-style: italic;
	text-decoration: none;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 16px;
}
.mainbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
.mainlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
	font-style: italic;
}
.mainbodyunderline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}
.mainlargeunderline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: underline;
	line-height: 24px;
	font-style: italic;
}
.nonlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.em;
	font-weight: normal;
	color: #000099;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
.nongen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
