body {
	HEIGHT: 100%;
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.PageTitle {
	font-size: 15px;
	font-weight: bold;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #D8E3F1;
	width: 100%;
	padding-left: 15px;
	padding-top: 20px;
}

.HeaderPic {
	background-image: url(img/img1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 180px;
}
.DropShadow {
	background-image: url(img/ds.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
}
#footer {
	WIDTH: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00009F;
	font-size: 11px;
	background-color: #D8E3F1;
}
a:link {
	COLOR:#00009F;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
a:visited {
	COLOR:#00009F;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
a:hover {
	COLOR:white;
	background-color: #00009F;
	padding-right: 2px;
	padding-left: 2px;
}
a:active {
	COLOR:white;
	background-color: #00009F;
	padding-right: 2px;
	padding-left: 2px;
}

.imgRowBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00009F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00009F;
}
.rowBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00009F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00009F;
}
.rowBorderBase {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00009F;
}
.PartsList {
	list-style-image: url(images/arrow.jpg);
	margin-left: 100px;
}
.SideCell {
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	background-color: #666666;
}
.SideCell p {
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 10px;
}
