/* Presentation Stylesheet */ 

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
td {
	font-size: small;
}
h1 {
	font-size: 1.6em;
	margin: 0.2em;
	padding: 0.2em;
	color: #e7df33;
}
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: #e7df33;
	text-decoration: none;
}
a:visited {
	color: #e7df33;
	text-decoration: none;
}
a:active {
	color: #e7df33;
	text-decoration: none;
}
a:hover {
	color: #e7df33;
	text-decoration: none;
}
.largetitle {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 0;
}
.largetitley {
	font-size: 1.4em;
	font-weight: bold;
	color: #e7df33;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 0;
}
.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: x-small;
	margin: 0;
	padding: 0;
}
.bottomtitle {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #666666;
}
.supporttitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
.yellow {
	color: #e7df33;
}
.lighterstyle {
	color: #CCCCCC;
}
.sub {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
