
label {
	display: block;
}
.error {
	color: red;
	font-family: arial;
	font-size: 10pt;
	font-style: italic;
}
.menu {
	vertical-align: bottom;
	text-align: right;
	font-family: arial;
	font-size: 14pt;
	font-weight: 400;
}

.menu2 {
	vertical-align: bottom;
	text-align: right;
	font-family: arial;
	font-size: 10pt;
	font-weight: 400;
}

.copy {
	font-family: arial;
	font-weight: 200;
	color: #888888;
	font-size: 8pt;
}
.content {
	padding-left: 5px;
	font-family: arial;
	padding-top: 45px;
	vertical-align: top;
	padding-right: 30px;
}

.rightcontent {
	padding-left: 30px;
	padding-right: 20px;
	font-family: arial;
	padding-top: 45px;
	vertical-align: top;
	text-align: right;
}

.rightcontent2 {
	padding-left: 30px;
	padding-right: 20px;
	font-family: arial;
	padding-top: 45px;
	vertical-align: top;
	text-align: left;
}

.blue {
	font-family: arial;
	font-weight: 600;
	color: #44B0E8;
	font-size: 14pt;
}

input {
	font-family: arial;
	font-weight: 600;
	color: #44B0E8;
	font-size: 10pt;
}

.red {
	font-family: arial;
	font-weight: 600;
	color: red;
	font-size: 10pt;
}

.stitles {
	font-family: arial;
	font-size: 10pt;
}

.srow {
	font-family: arial;
	font-size: 10pt;
}

h1 {
	font-family: arial;
	color: black /* #44B0E8 */ ;
	padding: 0px;
	margin: 0px;
	font-size: 18pt;
}

h2 {
	font-family: arial;
	color: #888888;
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
}

a {
	color: #AAAAAA;
	text-decoration: underline;
}

a:visited {
	color: #AAAAAA;
	text-decoration: underline;
}

a:hover {
	color: #44B0E8;
	text-decoration: none;
}

.greytext { 
font-family: arial;
font-size: 10pt;
color: #888888; 
}