body {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.headers {
	font-family: tahoma;
	font-size: 17px;
	color: #666666;
	font-weight: bolder;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contacts {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.contacts a:link{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.contacts a:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;	
	text-decoration: none;
}

.contacts a:visited{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


li {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	list-style-type: circle;
	padding: 0px;
}

p {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
}
.pic {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}



.border {
	border: 1px solid #666666;
}
