body {
	margin: 0px;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: center;
}

/* standard links */

a:link {
	text-decoration: underline;
	color: #7E0909;
}
a:visited {
	color: #7E0909;
	text-decoration: underline;
}
a:hover {
	color: #7E0909;
	text-decoration: none;
}
a:active {
	color: #7E0909;
	text-decoration: underline;
}

.content {
	font-size: 1em;
	color: #333333;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}


/* content */

.content-small {
	font-size: .8em;
	color: #333333;
	padding: 5px;
}
.content-small-italic {
	font-size: 0.8em;
	color: #333333;
	padding: 5px;
	font-style: italic;
}

.content-bold {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
}

.content-italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-style: italic;
}
.content-indent {
	font-size: 1em;
	color: #333333;
	padding-left: 45px;
}
.content-medium {
	font-size: 1.2em;
	color: #FFFFFF;
}

.content-large {
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
}
.alternate-content {
	font-size: 1em;
	color: #770601;
}
.alternate-content-bold {
	font-size: 1em;
	color: #770601;
	font-weight: bold;
}

.alternate-medium {
	font-size: 1.2em;
	color: #770601;
	font-weight: bold;
}

.alternate-large {
	font-size: 1.6px;
	color: #770601;
	font-weight: bold;
}
.table-top/* akternate links */

 {
	color: #CCCCCC;
	font-size: 1.0em;
	font-variant: small-caps;
	padding: 0px;
	margin: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.navbar a:link {
	color: #990000;
	text-decoration: none;
}
.navbar a:visited {
	color: #990000;
	text-decoration: none;
}
.navbar a:hover {
	color: #990000;
	text-decoration: underline;
}
.navbar a:active {
	color: #990000;
	text-decoration: none;
}


ul {
	list-style-type: circle;
}
