body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	background-image: none;
	background-repeat: no-repeat;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
}

select.service-menu {
	color: #FDFDFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #424242;
	font-weight: normal;
	padding: 2px;
}

table.red-border {
border: #CC0000 1px solid;
}

table.light-border {
	border: 1px solid #515151;
	background-image: url(../images/img-wireframe-building.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

table .lightgrey-border {
	border: 1px solid #515151;
}

td .light-border {
	border: 1px solid #3C3C3C;
}

.nojava-notice {
	font-size: 9px;
	color: #626262;
	text-align: right;
	margin-right: 4px;
}

.grey-txt-body {
	color: #999999;
	margin-left: 10px;
	margin-right: 10px;
}

.lightgrey-txt-body {
	color: #AEAEAE;
	margin-left: 10px;
	margin-right: 10px;
}

.bkgd-skyline {
	background-image: url(../images/skyline-blue.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.bkgd-grey {
	border: 1px solid #3C3C3C;
	background-color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/skyline-dark-grey.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.telephone-number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A1A1A1;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px;
}
h1 {
	font-size: 16px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 10px;
}

h3 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px;
}

h5 {
	font-size: 16px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #191919;
	margin: 10px;
}

ul {
	line-height: 120%;
	color: #BBBBBB;
	list-style-type: square;
}
a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.navButts        { color: black; font-weight: normal; font-size: 11px; line-height: 150%; font-family: Verdana, Arial, sans-serif; margin: 0; padding: 0 }
.navButts a       {
	color: white;
	text-decoration: none;
	background-color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	display: block
}
.navButts a:visited   { color: white; text-decoration: none }
.navButts a:hover     {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cc0000;
}
.navText { margin-right: 1px; margin-left: 7px }

.services-links {
	font-size: 11px;
	color: 0099cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.services-links a:active {
	font-size: 11px;
	line-height: 140%;
}

.services-links a:link {
	text-decoration: underline;
	font-size: 11px;
	line-height: 140%;
}

.services-links a:visited {
	color: #B5B5B5;
	font-size: 11px;
	line-height: 140%;
}

.services-links a:hover {
	color: #CC0000;
	font-size: 11px;
	line-height: 140%;
}

img.photos {				/* margins on all sides of image with light grey border */
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}