a{
	color: #FF0000;
	text-decoration:none
}

.menutext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.top_left {
	background-attachment: scroll;
	background-image:  url(images/top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.top_right {
	background-attachment: scroll;
	background-image:  url(images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottom_left {
	background-attachment: scroll;
	background-image:  url(images/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_right {
	background-attachment: scroll;
	background-image:  url(images/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.top_line {
	background-attachment: scroll;
	background-image:  url(images/pix.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottom_line {
	background-attachment: scroll;
	background-image:  url(images/pix.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.left_line {
	background-attachment: scroll;
	background-image:  url(images/pix.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.right_line {
	background-attachment: scroll;
	background-image:  url(images/pix.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #333333;
	text-align: justify;
	padding-top:10px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #333333;
	text-align: justify;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	}
.baselink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	textdecoration:none;
	text-decoration: none;
	}
a.menu:link {color:#000000; text-decoration:none; font-size: 15px;}
a.menu:active {color:#FF0000; text-decoration:none; font-size: 15px;}
a.menu:visited {color:#000000; text-decoration: none; font-size: 15px;}
a.menu:hover {color:#FF0000; text-decoration:none; font-size: 15px;}

.img_left{
	float: left;
	margin-right:10px;
	border: 2px solid #ffffff;
}
	
#img_left2{
	display:block;
	float: left;
	margin-right:10px;
	border: 2px solid #ffffff;
}
.img_right{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #ffffff;}
ul{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	}
li{
list-style:circle inside;
}
table {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	}
.border {
	border: 1px solid #0067C6;
	margin:20px 10px 10px 10px;
	width:300px;
	}
