﻿body
{
	background-color: #121212;
	font-family: Verdana;
	font-size: small;
	color: white;
}

input
{
	font-family: Verdana;
	font-size: small;
}

textarea
{
	font-family: Verdana;
	font-size: small;
}

select
{
	font-family: Verdana;
	font-size: small;
}

.logo
{
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.field_title
{
	font-weight: bold;
	font-variant: small-caps;
}

.failureNotification
{
    font-size: 1.0em;
    color: Red;
}

.item_separator
{
	height: 1px;
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-color: Silver;
}

a:link
{
	color: White;
}

a:visited
{
	color: White;
}
