h1, h2, h3, ul, li, div, html, img {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	font-family: "Trebuchet MS","Lucida Grande",verdana,helvetica;
	font-size: 9pt;
	color: #666;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #3AC83A;
	border-bottom: 1px dotted #ccc;
}
/*a:link{
	color: #777;
	text-decoration: none;
}*/
a:visited{
	color: #7655B0;
}
a:active {
	color: #3AC83A;
}


/*a.infowin:link{
		color: #9900FF
		text-decoration: underline;
}
a.infowin:visited{
		color: #00CC00
		text-decoration: underline;
}
a.infowin:hover{
		color: #00CCFF
		text-decoration: underline;
}
*/

.infowin{
	font-weight: bold;
	color: #6074DA
	text-decoration: underline;
}
#outline{
		background: #eee;
		color: #6074DA;
		padding: 5px 10px 5px 10px;
		text-decoration: none;
		border-top: 2px dotted #ccc;				
		border-bottom: 2px dotted #ccc;		
}

a.outline2{
	font-weight: bold;
	color: #6074DA;
	text-decoration: underline;
}


h1 {
	font-size: 13pt;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 9pt;
}

p.message {
	background: #eee;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #ccc;
}

#logo {
	margin: 0.2em 0 1em 0;
}

#wrapper {
	width: 300px;
	margin: 0px auto 0px auto;
}

#top {
	height: 40px;
	background: url(http://connect2car.com/mobile/track/css/handheld/img/topbg.png) no-repeat;
	clear: both;
}

#inner_wrap {
	background: url(http://connect2car.com/mobile/track/css/handheld/img/background.png) repeat-y;
	width: 100%;
	padding: 5px 15px 5px 15px;	
	margin: 0px auto 0px auto;		
	clear: both;
}

#bottom {
	height: 40px;
	background: url(http://connect2car.com/mobile/track/css/handheld/img/bottombg.png) no-repeat;
	clear: both;
}

#nav ul {
	list-style: none;
	text-align: center;
}

#nav ul li {
	display: inline;
	margin: 0 1em 0 1em;
}

#nav ul li a img {
	clear: both;
}
img {
	border: none;
}

hr {
	border: none;
	border-bottom: 1px dotted #eee;
}

#logo {
	padding: 5px;
}

#logo a {
	border: none;
}

.clear {
	clear: both;
}

