p, label, li {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, helvetica, verdana, sans-serif;
}

#middle_right li {
	list-style: none;
	background: url(images/list.png) center left no-repeat;
	padding-left: 50px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#middle_right li h3 {
	margin: 0px;
	display: inline;
}

label {
	font-weight: bold;
}

a {
	color: #3266CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	color: #02036D;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	font-family: verdana, sans-serif;
}

h2 {
	color: #3266CC;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h2 a {
	color: #4D5157;
}

h3 {
	color: #4D5157;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}


hr {
	background-color: #02036D;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #02036D;
	width: 100%;
}

b, strong {
	color: #02036D;
	font-weight: bold;
}

.formfield {
	border-style: solid;
	border-width: 1px;
	border-color: #3266CC;
	padding: 2px;
	font-size: 13px;
	font-family: arial, helvetica, verdana, sans-serif;
}

.formfield:hover, .formfield:focus {
	background-color: #F5F5F5;
}

.formfieldnoborder {
	padding: 2px;
}

.smallformfield {
	width: 60px;
}

.formbutton {
	cursor: pointer;
	border-style: solid;
	border-color: #3266CC;
	border-width: 1px;
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px;
	background-color: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
}

.formbutton:hover {
	background-color: #3266CC;
	color: #FFFFFF;
}

.align_right {
	text-align: right;
}

table td {
	text-align: left;
}

.imagebox {
	border-style: solid;
	border-color: #4D5157;
	border-width: 1px;
	background-color: #9DB6E6;
	padding: 5px;
	margin: 5px;
}

.imagebox td {
	padding: 5px;
	text-align: center;
}

.imagebox .caption {
	background-color: #707783 !important;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center;
}

.infobox {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #9DB6E6;
	border-width: 2px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	padding: 10px;
	width: 220px;
}

.infobox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

.infobox ul li {
	color: #707783;
	font-size: 15px;
	line-height: 19px;
	font-family: arial, helvetica, verdana, sans-serif;
}

#page_content table {
	background-color: #9DB6E6;
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
}

#page_content table th {
	background-color: #DCDCDC;
	padding: 5px;
}

#page_content table td {
	background-color: #F5F5F5;
	padding: 5px;
}

#imagepicker {
	width: 520px;
	overflow: auto;
	height: 90px;
	position: relative;
	background-color: #F5F5F5;
}

#imagepicker img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
}

#ticker {
	display: block;
	background-color: #02036D;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 757px;
	font-size: 0px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-color: #ACACAC;
}

#ticker form {
	display: inline;
}

#ticker input {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 747px;
	border: none;
	background-color: #02036D;
	color: #FFFFCC;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	text-align: left;
}