body {
	background-image: url(images/misc/bg-page.gif);
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.body-text {
	color: #333333;
}
.home-bullets {
	color: #333333;
	line-height:1.75em;
}
.bottom-nav {
	color: #333333;
}
.bottom-nav a:link, .bottom-nav a:visited {
	color: #000000;
	text-decoration: underline;
}
.bottom-nav a:hover, .bottom-nav a:active {
	color: #ffffff;		
	text-decoration: underline;
}

.content-text {
	background-color:#fff;
	font-size: 12px;
	color: #333333;		
}
.content-text ul li {
	margin-bottom:1em;
}
.content-text-bold-red {
	font-size: 12px;
	font-weight:bold;
	color: #E43037;		
}

a:link {
	color: #E43137;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E43137;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #E43137;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


/* stuff specific to editing */
body.content-text {
	background-color:#fff;
	background-image: none;
}
body.content-text a {
	color: #E43137;
}


/* admin login */
#login_container {
	background-color:#f8f8f8;
	border:1px solid #c00;
	margin:24px auto;
	padding:12px;
	width:300px;
}
div#login_container div {
	margin-bottom:8px;
}
div#login_container div label {
	display:block;
	float:left;
	width:100px;
}
#login_container div input {
	width:150px;
}
#admin_view, #admin_view a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#ddd;
}

/* deprecated */
/*
.content-area-bullets {
	font-size: 12px;
	color: #333333;
	line-height:1.25em;
}
*/
