/* Stylesheet for Sidecar Coach */

Body {
	background-color: #FFFFFF;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

h1 {
	font-size: 23px;
	color: #000066;
}

.wrapper {
	width: 740px;
	padding: 25px;
}

.footer {
	text-align: center;
	background-color: #000066;
	color: #ffffff;
	font-size: 10px;
}

/* Links */
A {
	text-decoration: none; 
	color:#000066; 
	border-bottom: 1px dotted #336600;
	font-weight: 700;
} 

A:active {
	text-decoration: none; 
	color:#000066; 
	border-bottom: 1px dotted #336600;
} 

A:visited {
	text-decoration: none; 
	color:#000066; 
	border-bottom: 1px dotted #336600;
} 

A:hover {
	color: #FFCC66 !important; 
	border-bottom: medium none; 
	text-decoration: underline !important;
} 

<!-- Unused styles 
.menu {
	color: #999999;
	padding-bottom: 10px;
	list-style: square;
	font-weight: 700;
}

.dots {
	margin-left: -12px;
	margin-right: 15px;
	padding-bottom: 15px;
	list-style-image: url(../images/dots.jpg);
}

.accent {
	text-align: center;
	font-size: 11pt;
	font-weight: 700;
	color: #990000;
	font-style: italic;
	padding-left: 15px;
	padding-right: 15px;
}
-->