body {
	background-color: #009798;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006464;
	text-decoration: underline;
}
a:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}





.frame_top_left {
	background-image: url(images/edge_corner_top_left.png);
	background-repeat: no-repeat;
}
.frame_left {
	background-image: url(images/edge_left.png);
	background-repeat: repeat-y;
}
.frame_bottom_left {
	background-image: url(images/edge_corner_bottom_left.png);
	background-repeat: no-repeat;
}
.frame_top {
	background-image: url(images/edge_top.png);
	background-repeat: repeat-x;
}
.frame_bottom {
	background-image: url(images/edge_bottom.png);
	background-repeat: repeat-x;
}
.frame_top_right {
	background-image: url(images/edge_corner_top_right.png);
	background-repeat: no-repeat;
}
.frame_right {
	background-image: url(images/edge_right.png);
	background-repeat: repeat-y;
}
.frame_bottom_right {
	background-image: url(images/edge_corner_bottom_right.png);
	background-repeat: no-repeat;
}
.frame_inside_left {
	background-image: url(images/edge_corner_inside_left.png);
	background-repeat: no-repeat;
}
.frame_main { 
	background-color: #F5F5F5;
}


.cp_top_left {
	background-image: url(images/cp_top_left.png);
	background-repeat: no-repeat;
}
.cp_top {
	background-image: url(images/cp_top.png);
	background-repeat: repeat-x;
}
.cp_top_right {
	background-image: url(images/cp_top_right.png);
	background-repeat: no-repeat;
}
.cp_left {
	background-image: url(images/cp_left.png);
	background-repeat: repeat-y;
}
.cp_main {
	background-color: #FFFFFF;
}
.cp_right {
	background-image: url(images/cp_right.png);
	background-repeat: repeat-y;
}
.cp_bottom_left {
	background-image: url(images/cp_bottom_left.png);
	background-repeat: no-repeat;
}
.cp_bottom {
	background-image: url(images/cp_bottom.png);
	background-repeat: repeat-x;
}
.cp_bottom_right {
	background-image: url(images/cp_bottom_right.png);
	background-repeat: no-repeat;
}
