body {
	font-family: Arial, sans-serif;
}

td {
	vertical-align:top;
}

h1 {
	font-size: 18px;
	color: #2e58ac;
	border: 0;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 10pt;
	color: #fdba2f;
	font-weight: normal;
	margin: 0px;
	padding: 0px;	
}

p {
	font-size: 11pt;
}

.space {
	padding-bottom: 4px;
	text-align: center;
}

textarea, input {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
}

.sidebar-txt {
	width:167px;
	_width:207px;
	background-color: #fdba2f;
	font-size: 16px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.sidenav {
	line-height: 22px;
	font-size: 16px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

a:link {
	color: #2e58ac;
	text-decoration: none;
}

a:visited {
	color: #2e58ac;
	text-decoration: none;
}

a:hover {
	color: #2e58ac;
	text-decoration: underline;
} 

a:active {
	color: #2e58ac;
	text-decoration: underline;
}

a img {
	border: 0;
}