/* Why you lookin at my code! you best step off brother */
/* Copyright 902dodge.com - I know, its funny to copyright this stuff, but we like it. */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

.txt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #333333;
	font-weight : normal;
	text-decoration : none;
	line-height : 16px;	
}
.txt A:link      { color:#333333; text-decoration : underline; font-weight:bold }
.txt A:visited  { color:#333333; text-decoration : underline; font-weight:bold }
.txt A:active  { color:#333333; text-decoration : underline; font-weight:bold }
.txt A:hover   { color: #666666; text-decoration : underline; font-weight:bold }

.Bttmtxt {
	font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size:10px;
	color: #999999;
	font-weight : normal;
	text-decoration : none;
	line-height : 16px;	
}
.Bttmtxt A:link      { color:#666666; text-decoration : none; font-weight:bold; }
.Bttmtxt A:visited  { color:#666666; text-decoration : none; font-weight:bold; }
.Bttmtxt A:active  { color:#666666; text-decoration : none; font-weight:bold; }
.Bttmtxt A:hover   { color: #999999; text-decoration : none; font-weight:bold; }

.SubHeader {
	font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size:14px;
	color: #333333;
	font-weight : bold;
	text-decoration : none;
	line-height : 18px;	
}

 #navlist
{
margin-bottom: 30;
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(http://www.bolocreative.com/902dodge/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
