
.listForm, .listForm td, .listForm th {
	font-family:verdana;
	border-width:3px;
	border-style:solid;
	border-color:#f0f0f0;
}

.listForm th {
	font-size: 15px;
	font-color:blue;
}

.listForm td {
	font-size: 13px;
	font-color:black;
}

.listTitle, .listTitle td {
	color:blue;
	font-size:22px;
	font-family:verdana;
	align:center;
}


.sidebar, .footer, .main, .header {
	font-family:verdana;
	background-color: #000071;
	color:white;

}

.header h1 {
	padding-left: 20px;
	padding-top: 20px;
}

.main {
	background-color:white;
}
.sidebarTitle {
	align: left;
	font-size: 16px;
	color:white;
	font-weight:bold;
	width:100%;
	padding:5px;
}

.sidebarSelection, .sidebarSelection a {
	align: right;
	font-size: 12px;
	color:white;
	width:100%;
	padding:3px;
	padding-right:1px;
	padding-left:10px;
}
.sidebarSelection a:hover {
	color:pink;
	width:100%;
}

.evenRow {
	background-color: #ffffc0;
}

.oddRow {
}

.editForm, .editForm td, .editForm th {
	font-family:verdana;
}

.editForm th {
	font-size: 15px;
	font-color:blue;
}

.editForm td {
	font-size: 13px;
	font-color:black;
}

.editInclude td {
	font-size: 13px;
	font-color:black;
	border-width:3px;
	border-style:solid;
	border-color:#f0f0f0;
}

.editTitle, .editTitle td {
	color:blue;
	font-size:22px;
	font-family:verdana;
	align:center;
}

