body {
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.links {
	background-image: url(images/toplinks.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 900px;

}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.text1 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	height: 20px;

}
.text1 a{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	height: 20px;
	text-decoration: none;

}.text1 a:hover{
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	height: 20px;
	text-decoration: underline;

}
.text11 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 1px;

}
.text12 {
	font-family: Verdana;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 5px;

}
.redtext {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 5px;
	height: 20px;
}
.linktext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.linktext a{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;

}
.linktext a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.footer {
	background-image: url(images/fotter.jpg);
	background-repeat: repeat-x;
	height: 94px;
}
