body 
{
	background: #f7fafd url(images/bg.jpg) repeat-x;
	font-family: Arial;
	color: #333333;
	font-size: 14px;
}

a
{
	color: #333333;
	text-decoration: underline;
}

a:hover
{
	color: red;
}

img
{
	text-decoration: none;
	border: 0;
}

.topnav a
{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.topnav a:hover
{
	text-decoration: underline;
}

.footer
{
	color: black;
	text-decoration: none;
	font-size: 10px;
}

.footer a:hover
{
	text-decoration: underline;
}


.headline
{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.subheadline
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.subheadlineitalics
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

li a
{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

li a:hover
{
	text-decoration: underline;
	color: red;
}

li
{
	padding-bottom: 10px;
}

.login
{
	background-color: green;
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.logout
{
	background-color: red;
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
