body {
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.body {
	color: #111111;
	text-decoration: underline;
}

a.body:hover {
	color: #111111;
	text-decoration: underline;
}

p {
	font-size: 12px;
	margin-left: 15px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 12px;
}
div.bottom{
font-size: 11px;
padding:4px;
}

li {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
}

.textfield {
	border-right: #BEBEBE 1px solid; 
	border-top: #BEBEBE 1px solid; 
	border-left: #BEBEBE 1px solid; 
	border-bottom: #BEBEBE 1px solid;
	color: #000000; 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	background-color: #FFFFFF; 
	text-decoration: none
}

.textarea {
	border-right: #BEBEBE 1px solid; 
	border-top: #BEBEBE 1px solid; 
	border-left: #BEBEBE 1px solid; 
	border-bottom: #BEBEBE 1px solid;
	color: #000000; 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	background-color: #FFFFFF; 
	text-decoration: none
}

.contact {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #737373;
}

.submit {
	font-size: 11px;
}

.nav {
  background-color:#6973b1;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
}

td.initial { 
  color: #000000; 
  background: #ededed;
} 

td.hover { 
  color: #000000;
  background: #dcdcdc;
  cursor: inherit;
}

a.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
  font-weight: bold;
  color: #666666;
}

a.hover:navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.smalltext {
	margin-top:5px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:20px;
}

li {
	line-height: 18px;
	margin-left: -10px;
}

#list li {
	list-style: none;
	line-height: 22px;
	font-weight: bold;
	margin-left: -24px;
}
#list li a {
	color: #000;
	text-decoration: none;
}
#list li a:hover {
	color: #666;
	text-decoration: underline;
}
#link a {
	color: #000;
	text-decoration: none;
}
#link a:hover {
	color: #000;
	text-decoration: underline;
}
.image1, .image2{
	padding: 2px;
	border: 1px solid #fff;
	margin: 0 5px 0 10px;
	float: right;
}
.image2 {
	clear: both;
	float: right;
	margin-top: 30px;
	margin-bottom: 20px;
}
/*Lightbox */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../../ui/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../../ui/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../../ui/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../ui/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* End Lightbox */