body {
	background-color: #8E514F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, p, textarea, input {
	font-size: 11px;
}

td, th {
	font-size: 11px;
}

hr, h1, h2, h3, h4, h5, h6 {color: #403E84;}

h1 {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}

h2 {font-size: 14px;}
h3 {font-size: 12px;}

ul {
	margin-top: 0px;
}

a:link {color: #8E514F;}
a:visited {color: #8E514F;}
a:hover {color: #403E84;}
a:active {color: #403E84;}

a.edit_gateway:link, a.edit_gateway:visited, a.edit_gateway:hover, a.edit_gateway:active {
	color: #403E84;
	text-decoration: none;
	cursor: text;
}

a.edit_item:link, a.edit_item:visited {
	color: #FF0000;
}

a.edit_item:hover, a.edit_item:active {
	color: #FF6060;
}

td.content {
	background-color: #FFFFFF;
}

td.menu {
	background-color: #A3B2DE;
	padding: 0px 15px 0px 0px;
	width: 95px;
}

td.main {
	padding: 10px 15px 0px 15px;
}

td.currentpage {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	color: #403E84;
}

a.navbutton {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

td.bottomnav {
	border-color: #403E84;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #403E84;
	padding: 0px 15px 0px 15px;
}

td.bottomnavleft {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #403E84;
	padding: 0px 15px 0px 15px;
}

img.photo {
	margin: 0px 0px 10px 15px;
	border: 0px;
}

.copyright {font-size: 10px; color: #403E84}


