
body {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
}

table {
	width: 100%;
}

td {
	font-size: 10pt;
	vertical-align: top;
}

img {
	border: 0;
}

a {
	color: rgb(49,73,82);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

.form_input {
	width: 80%;
	vertical-align: top;
}

.form_label {
	width: 20%;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	color: rgb(49,73,82);
}

.thumbnail {
	float: left;
	padding: 10px;
}

#appTitle {
	color: #000000;
	font-family: arial;
	font-size: 24pt;
	padding-bottom: 10px;
}

#mainMenu {
	background-color: rgb(123, 158, 173);
	color: #ffffff;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(153,153,153);
}

#mainMenu a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#breadCrumbs {
	padding: 10px 0px 10px 5px;
}

.alertBox{
	width: 25ex;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.alertTitle td {
	background: rgb(198, 211, 222);
	color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
}

.alertContent td{
	background: rgb(247, 247, 247);
	text-align: center;
}

.alertTitle a {
	color: #000000;
}

.standardTable {
	width: 100%;
	background-color: rgb(247, 247, 247);
}

.tableHeader td {
	background: rgb(198, 211, 222);
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: rgb(153, 153, 153);
	color: rgb(49,73,82);
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}

.tableData {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(153, 153, 153);
}

.footerCell td {
	padding: 10px 4px 4px 4px;
	border-color: rgb(153,153,153);
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	text-align: center;
	width: 100%;
	font-size: 7pt;
}

.submitButtonRow {
	text-align: center;
	padding-top: 5px;
}

.submitButtonRow input {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.highlighted_field {
	background: #ffffAA;
}

.snippet {
	color: #999999;
	text-decoration: none;
}