/* Presentation Stylesheet */ 

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: xx-small;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
td {
	font-size: xx-small;
}
div#extra{
text-align: center
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: lighter;
	margin-bottom: 1.5em;
	padding-bottom: 0em;
}
h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: medium;
}
h3 {
	font-size: medium;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: small;
	color: #999999;
}
h4 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #999999;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.largetitle {
	font-size: 1.4em;
	font-weight: lighter;
	color: #ffffff;
	margin-bottom: 0;
	padding-top: 1.2em;
	padding-bottom: 0;
	letter-spacing: 0.1em;
}
.mediumtitle {
	font-size: 1.1em;
	font-weight: bold;
}
.mediumtext {
	font-size: 0.8em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 0;
}
.smalltext {
	font-size: xx-small;
	margin: 0;
	padding: 0;
}
