.PageBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.Location-info-table {
	border: 1px solid #666666;
}
body {
	background-image: url(layout/bg.jpg);
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
}
.Home-right-table-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
body,td,th {
	color: #333333;
}
.LargeHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
.Vertical-dotted {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

a:active {
	color: #FF0000;
}
.Body-Text {font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
}
.Horizontal-dotted {
	border-top: 2px none #999999;
	border-right: 2px none #999999;
	border-bottom: 2px dotted #999999;
	border-left: 2px none #999999;
}

.Red-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.Black-Bold {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.PhotoBorder {
	border: 2px solid #FF0000;
}
