/* CSS Document */

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




.black a:link {
	color: #000000;
	text-decoration: none;
}
.black a:visited {
	text-decoration: none;
	color: #000000;
}
.black a:hover {
	text-decoration: underline;
	color: #000000;
}
.black a:active {
	text-decoration: none;
	color: #000000;
}

body {
	background-image: url(images/bground.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.style1 {
	color: #FFFFFF;
	font-size: 13px;
}

.style2 {	font-size: 16px;
	font-weight: bold;
}


.vert_border {

background-image: url('images/border-side.jpg');
BACKGROUND-REPEAT: repeat-X;

} 

.hoz_border {

background-image: url('images/border-top.jpg');
BACKGROUND-REPEAT: repeat-X;

} 

.keywords {
	color: #522526;
	font-size: 4px;

}


.keywords a:link {
	color: #522526;
	text-decoration: none;
	font-size: 4px;
}
.keywords a:visited {
	text-decoration: none;
	color: #522526;
	font-size: 4px;
}
.keywords a:hover {
	text-decoration: underline;
	color: #522526;
	font-size: 4px;
}
.keywords a:active {
	text-decoration: none;
	color: #522526;
	font-size: 4px;
}
