a:link { text-decoration: underline }
a:active { 	text-decoration: underline }
a:visited { text-decoration: underline }
a.page_top:link { text-decoration: none }
a.page_top:active { text-decoration: none }
a.page_top:visited { text-decoration: none }
a.left_bar:link { text-decoration: none }
a.left_bar:active { text-decoration: none }
a.left_bar:visited { text-decoration: none }
a.page_bottom:link { text-decoration: none }
a.page_bottom:active { text-decoration: none }
a.page_bottom:visited { text-decoration: none }
h1 {
	font-size: x-large;
	text-decoration: underline;
	text-align: center;
}
table.top_box {
	background-color: #AC85B1;
}
td.page_title {
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
}
td.page_subtitle {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
td.navigation_top {
	text-align: center;
	color: #FFFFFF;
	padding-right: 5pt;
	padding-left: 5pt;
}
td.navigation_bottom {
	text-align: center;
	font-size: xx-small;
	line-height: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
}
hr.navigation_bottom {
	width: 70%;
	color: #0000FF;
}
body {
	background-attachment: scroll;
	background-image: url(../images/backgrounds/bkgd_marble_pink_03.gif);
	background-repeat: repeat;
	font-family: "Palatino Linotype", Latha, Tunga, "Trebuchet MS", "MS Serif";
	font-size: medium;
}
td.left_bar {
	width: 15%;
	vertical-align: top;
}
td.left_bar_cell {
	background-color: #DAC9DC;
	text-align: left;
	margin-bottom: 25px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-bottom-style: none;
}
td.middle_bar {
	width: 3%;
}
td.right_bar {
	vertical-align: top;
	margin: 5%;
}
img.image_float_left {
	float: left;
	margin-right: 1em;
}
