/* CSS Document */
BODY {
	background-color: #E6E6E6;
	background-image: url('images/site_bg.gif');
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
BODY,TD {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A, A:link {
	color: #990000;
	text-decoration: none;
}
A:active {
	color: #FF0000;
}
A:hover {
	text-decoration: underline;
}
A:visited {
	font-style:italic;
}
FORM {
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}
SELECT, OPTION, INPUT {
	font-size: 11px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
INPUT, TEXTAREA {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 2px;
}



/* Custom Styles */
.error {
	color: #990000;
	font-style: italic;
}
.content {
	padding: 10px;
}
.output {
	background-color: #EEEEEE;
	border-top: 1px solid #666666;
	padding: 5px;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.subTitle {
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-family: Arial-Narrow, Arial, Helvetica, Sans-Serif;
}
.small b {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.hr {
	width: 100%;
	border-bottom: 1px dashed #AAAAAA;
}
ul {
	list-style-image: url('images/arrow.gif');
}
.toolbar {
	background-image: url('images/toolbar_bg.gif');
	height: 25px;
	width: 100%;
	padding-top: 3px;
	padding-left: 10px;
	vertical-align: middle;
}
.submit {
	background-image: url('images/toolbar_bg.gif');
}
.header {
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
}
.row {
	border-bottom: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}
.image {
	border: 1px solid #666666;
}
.navbar {
	align: center;
	text-align: center;
	width: 100%;
	padding-top: 15px;
}
.property TD {
	padding: 10px;
}
.property{
	border-collapse: collapse;
}
.content {
	padding: 10px;
}
.imageFrame {
	width: 220px;
	height: 172px;
	background-image: url('images/frame_small.gif');
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-left: 11px;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
}
.description {
	font-style: italic;
	padding: 10px;
}
.date {
	font-size: 15px;
}

