div.ContentDiv
{
	margin-left: 200px;
}

div.Overview
{
	float: left;
	width: 200px;
}

.lastmodified
{
	font-family: "Comic Sans MS";
	font-size: 9px;
	color: #CCCCCE;
	text-decoration: none;
}

.hand
{
	cursor: hand;
}

.disabled
{
	font-family: "Comic Sans MS";
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.lines
{
	border: 1px solid #7A030E;
}

.required
{
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: red;
}

.error
{
	color: #FF0000;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

div.Header
{
	background-image: url("../images/header.jpg");
	height: 100px;
	background-color: Gray;
}

