.footer_text {
	font-size: 9px;
	text-align: center;
}

.normal_text {
	font-size: 10px;
}

.large_text {
	font-size: 12px;
	font-weight: bold;
}

.name_text, .links {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.links_header {
	font-size: 10px;
	text-align: left;
	color: white;
	background: black;
	font-weight: bold;
	padding: 2px;	
}

a {
	color: black;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	color: black;
}

ul, li {
	margin-bottom: 3px;
	list-style-image: url(../img/arrow.gif);
	vertical-align: middle;
	text-align: left;
}

table.content_table td {
	padding: 2px 5px;
	text-align: justify;
}

div#content_div {
	padding: 7px;
	margin: 5px 15px 0 10px;
	background: white;
}

table.content_table {
	width: 508px;
}

table.content_table table {
	width: 100%;
}

td#content_area {
	background: #CCC url(../img/center_repeat.gif) repeat-y;
}

td#content_top {
	background: #CCC url(../img/center_top.gif) no-repeat;
	z-index: -1;
}

td#under-side_nav_repeat {
	background: #CCC url(../img/nav/under-side_nav_repeat.gif) repeat-y;
}

td#footer {
	height: 42px;
	text-align: center;
	background: #FFF url(../img/bottom.gif) no-repeat;
	vertical-align: middle;
}