/* Gary Permenter CSS Stylesheet */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #332B11;
}
body {
	background-color: #332B11;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../_img/gp_bg.jpg);
}
a:link {
	color: #332B11;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #332B11;
}
a:hover {
	text-decoration: underline;
	color: #1BC4EC;
}
a:active {
	text-decoration: underline;
	color: #332B11;
}
.copyright {
	font-size: 12px;
}
.headline {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
}
.quote1 {
	font-size: 12px;
}
.quote2 {
	font-size: 12px;
}
table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid #ececec;
}
table.navbar td a{
   display: block;
   vertical-align: middle;
   width: 125px;
   height: 135px;
   padding: 0px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #332B11;
   background-color: #fff;
   text-decoration: underline;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #ffffff;
   background-color: #1BC4EC;
   text-decoration: underline;
}
