body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: black;
	text-decoration: none;
}
a:hover, a:active {
	color: grey;
	text-decoration: none;
}

.style1 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: black;
}
.style2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: black;
}
.style3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: black;
}
.error {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: red;
}
.logo {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.top_nav{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.top_nav:link, a.top_nav:visited {
	color: #000000;
	text-decoration: none;
}
a.top_nav:hover, a.top_nav:active {
	color: #ACACAC;
	text-decoration: none;
}
.left_nav{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.left_nav:link, a.left_nav:visited {
	color: #636363;
	text-decoration: none;
}
a.left_nav:hover, a.left_nav:active {
	color: #000000;
	text-decoration: none;
}
.bottom_nav{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: black;
}
a.bottom_nav:link, a.bottom_nav:visited {
	color: black;
	text-decoration: none;
}
a.bottom_nav:hover, a.bottom_nav:active {
	color: black;
	text-decoration: underline;
}
.work_nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
}
.work_nav2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	font-weight: bold;
}
a.work_nav:link, a.work_nav:visited{
	text-decoration: none;
	color: black;
}
a.work_nav:active, a.work_nav:hover {
	text-decoration: none;
	color: grey;
}
p
{
margin-bottom:-10px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
img{
	border:0px;
}
/* End Images */
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}
