body {
	background:url("images/background_lighter.png") repeat-x scroll 0 0 #E7E7E7;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 14px;
	padding:0;
	margin:0 auto;
	color:#58595b;
}
p, td, textarea, button, input, select {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 14px;
	margin:0;
	padding:0;
	color:#58595b;
}

.gray {
	color:#ff9900;
}

.gray a{
	color:#ff9900;
}
a {
	color:#ff9900;
	text-decoration:none;
}
a:hover {
	color:#ff9900;
	text-decoration:underline;
}

h3 {
	font-size: 14px;
	color:#555555;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2  {
	color:#0047b9;
	margin:0;
	padding:0;
	font-size: 16px;
	letter-spacing:-1px;
	font-style:normal; 
}

h1  {
	color:#0047b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size: 26px;
	font-weight: normal;
}

.black {
	color:#000;
}
.black a{
	color:#000;
}

.menu {
	color:#0047b9;
}
.menu a{
	color:#0047b9;
	text-decoration:none;
	padding:0 20px 0 20px;
}
.menu a:hover{
	color:#0047b9;
	text-decoration:underline;
	padding:0 20px 0 20px;
}

.bottom {
line-height:25px;
}
.bottom a{
	color:#000000;
	text-decoration:none;
}
.bottom a:hover{
	color: #0066CC;
	text-decoration:underline;
}
.quote {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 16px;
	color:#a5a2a2;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	font-style:italic;
}

li {
	list-style-position: inset;
	list-style-image: url(images/arrow2.png);
	list-style-type: none;
}
