/* CSS Document */

#TestDriveFooter {
	clear : both;
	width : 100%;
	border-top : 1px solid #99cc00;
	border-bottom : 1px solid #6699cc;
	font-size : smaller;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 10px

}

.homeSidebarList{
	list-style-type : none;
	margin : 0;
	padding : 2px 2px 0 2px;
	line-height : 1.3em;
	font-size : 90%;
}

.homeSidebarBullet {
	color : #004287;
	font-weight : bold;
	font-size : 92%;
	background : url(../images/navBulletRed.gif) no-repeat 0 8px;
	padding-left: 8px;
	padding-top : 2px
}

.smallText {
	color : #004287;
	font-weight : bold;
	font-size : 92%
}
