/* CSS Document */
.topbg {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
}
.line {
	background-image: url(images/black_line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.boxbg {
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFCF3B;
	text-decoration: none;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



.boxleftbg {
	background-image: url(images/box_leftbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.boxrightbg {
	background-image: url(images/box_rightbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.boxbottom {
	background-image: url(images/box_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underlined;
}


.about {
	margin-right: 10px;
	margin-bottom: 20px;

}
