/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma; 
	font-size: 11px;
	color: #404040; 
}
p { 
    margin: 0 0 13px 0;
	line-height: 13px; 
	letter-spacing: 1px;
	text-align:justify;  
} 
.blueheaders {
    color: #354d83;
	font-weight: bold;  
}
#headertelephone {
    margin: 11px 0 0 0; 
    color: #fff; 
	font-size: 25px;
	text-align: center;
	letter-spacing: 1px; 
}
img#rapidstatscounter { 
    display: none; 
} 
  
/* main links */ 
a {
    color: #404040;  
    text-decoration: underline; 
} 
a:hover {
    color: #404040;  
    text-decoration: none; 
} 

/* form stuff */ 
form p { 
    margin:0 0 4px 0;
	line-height: 1.5em; 
}

/* footer stuff */ 
#ufu {
    margin-right: 35px; 
    font-size: 10px;
	font-weight: bold; 
	letter-spacing: 2px; 
	color: #3b6828; 
	text-align: right; 
} 
#ufu a { 
    font-size: 10px;
	color: #3b6828; 
	letter-spacing: 2px;  
	text-decoration: underline; 
}
#ufu a:hover { 
    font-size: 10px;
	color: #3b6828; 
	letter-spacing: 2px;  
	text-decoration: none; 
}

#footerlinks {
    margin-left: 35px;
	font-weight: bold;  
    font-size: 10px;
	letter-spacing: 2px; 
	color: #354d83; 
	text-align: left; 
} 
#footerlinks a { 
    font-size: 10px;
	color: #354d83; 
	letter-spacing: 2px;  
	text-decoration: underline; 
}
#footerlinks a:hover { 
    font-size: 10px;
	color: #354d83; 
	letter-spacing: 2px; 
	text-decoration: none; 
}

/* sizes table */ 

table.sample {
	border-width: 0px ;
	border-spacing: 0px;
	border-style: solid ;
	border-color: #72BC4A;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color:#72BC4A;
	background-color: white;
	-moz-border-radius: 0px;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #72BC4A;
	background-color: white;
	-moz-border-radius: 0px;
}

.gallery img { 
    border: 1px solid #B0D69F; 
	margin: 2px 2px 1px 1px;
} 



    
	


