body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #000;
}
a
{
	color: #ac2a44;
}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: red;
	}
h1 {
	color: #ac2a44;
	font: 1.5em "Times New Roman", Times, serif;
	border-bottom: 1px solid silver;
	}
h2 {
	color: #ac2a44;
	font: 1.3em "Times New Roman", Times, serif;
	border-bottom: 1px solid silver;
	}
h3 {
	color: #ac2a44;
	font: 1.1em "Times New Roman", Times, serif;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 150%
	}
p {
	font-size: 1.0em;
	line-height: 150%
	}
pre {
	font-family: Courier New,Courier,monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
ul {
    padding-left: 20px;
    font-size: 12px;
	line-height: 18px;
}
table, tr, td, th {
	font-size: 100%;
	line-height: 100%;
}
tr.highlight td {
	background-color: #bbbbbb;
}
th {
	background-color: #ab2a42;
	color: white;
}
table.data {
	background-color: #eeeeee;
}
table.data td, table.data th {
	border-right: 1px solid white;
}
.error {
    border: #0831D8 2px solid;
    padding: 5px;
    color: black;
    background-color: #ECE9D8;
}
#navigation {
	background-color: #000000;
	background-image: url(../images/backgrounds/navigation.gif);
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding-left: 3px;
	padding-top: 2px;
	line-height: 1em;
}
#navigation a {
	color: white;
	text-decoration: none;
	padding: 0 3px;
}
#navigation a:hover {
	text-decoration: underline;
}
hr {
	border: 0;
	color: #AAAAAA;
	background-color: #AAAAAA;
	height: 1px;
	padding: 0;
	margin: 0;
	width: 95%;
}
#sidebar {
	margin: 0;
	padding: 0 20px 20px 20px;
	font-size: 0.9em;
	background: #D6D6D6 url(../images/crnr_gray.gif) bottom right no-repeat;
}
#sidebar h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 10px 0 0 0;
	letter-spacing: 1px;
	border-bottom: 0;
}
#sidebar h3 {
	color: #343399;
	font-size: 1.5em;
	margin: 0;
	padding: 5px 0 0 0;
}
#sidebar .date-location {
	font-style: italic;
}
#footer {
	text-align: right;
	font-size: 0.8em;
}
#sidebar p {
	line-height: 120%;
}
label {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
textarea {
	width: 31.5em;
	height: 7em;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
* html textarea {
	height: 7em;
}
.textbox {
	display: block;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.textbox-short {
	display: block;
	width: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.textbox-small {
	display: block;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.textbox-medium {
	display: block;
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.textbox-long {
	display: block;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.error {
    border: #0831D8 2px solid;
    padding: 5px;
    color: black;
    background-color: #ECE9D8;
}
.button {
	width: 130px;
}