.txt0 {
	font-size: 10px;
}
.txt1 {
	font-size: 11px;
}
.txt2 {
	font-size: 12px;
}
.txt3 {
	font-size: 14px;
}
.txt4 {
	font-size: 16px;
}
.txt5 {
	font-size: 18px;
}
.txt1-indent {
	font-size: 11px;
	text-indent: 15pt;
}
.txt2-indent {
	font-size: 12px;
	text-indent: 15pt;
}
.txt3-indent {
	font-size: 14px;
	text-indent: 15pt;
}
.header {
	font-size: 20px;
	font-weight: bold;
}
/* Fixes invalid table height coding */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 750px;
	border-left: 2px solid #365F70;
	border-right: 2px solid #365F70;
}
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	background-color: #FFFFFF;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}

a.nav:link {
	color: #800080;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:visited {
	color: #800080;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:hover {
	color: #696232;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:active {
	color: #696232;
	text-decoration: underline;
	font-weight: bold;
}
.navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textfield-large {
	width: 500px;
}
.textfield-medium {
	width: 250px;
}
.textfield-small {
	width: 125px;
}
.button {
	width: 70px;
}
.button-large {
	width: 120px;
}
.button-important {
	font-weight: bold;	
	cursor: hand;
}
.img-padding {
	margin: 5px;
}.tagline {
	background-attachment: scroll;
	background-image: url(/pic/tagline.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
