a:link {
	text-decoration: none;
	color: #00C000;
}
a:visited {
	text-decoration: none;
	color: #00C000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #00C000;
}
body{
	background-color: #55596A;
	background-image: url(images/light-blue-daisy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.table-main {
	width: 750px;
}
.table-body {
	width: 800px;
}
.table-bodyContent {
	width: 700px;
}
.cell-textLeft {
	width: 200px;
}
.cell-bodyMiddle {
	background-image: url(images/border-outside_02.gif);
	background-repeat: repeat-y;
}
.cell-top {
	background-attachment: fixed;
	background-image: url(images/border-bodyContent_01.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 750px;
}
.cell-bottom {
	background-attachment: fixed;
	background-image: url(images/border-bodyContent_03.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 750px;
}
.cell-middle {
	background-attachment: fixed;
	background-image: url(images/border-bodyContent_02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 750px;
}
.cell-viewerRight {
	width: 550px;
}
.text-sideBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.text-footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.text-bodyContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.text-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
