body { 
	background-color: #f0f0f0; 
	font-size:12px;
	color:#000000; 
	margin-right: 100px; 
	margin-left:50px;
	margin-top:50px;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

.heading {
	font-size: 18px;
	text-decoration: bold;
}

.subheading {
	font-size: 16px;
	text-decoration: bold;
}

.key {
	text-decoration: underline;
	font-size: 14px;
}

.blue_back {
	background-color: #9090f0;
}

.bold_normal {
	font-size: 12pt;
	text-decoration: bold;
}

.normal {
	font-size: 12pt;
}

.table_row {
	font-size: 10px;
}

#logo {
	postion: absolute;
	left: 75px;
	z-index: 2;
}

#entry_pane {
	padding: 5px;
	border: 1px solid black;
	background-color: f0f0ff;
}

#list_pane {
	padding: 5px;
	margin-top: 20px;
	border: 1px solid black;
	background-color: f0f0ff;
}

#page_head {
	position: relative;
	top: -45px;
	left: 140px;
	z-index: 3;
	font-size: 24px;
}

#page_nav {
	background-color: #336699;
	font-size: 12px;
	color: #f0f0f0;
	padding: 10px;
	text-align: center;
}

#page_content {
	padding: 10px;
}

#page_wrapper {
	position: relative;
	top: -47px;
	left: 56px;
	border: 1px solid black;
	background-color: #ffffff;
	z-index: 3;
}

input,select,textarea {
	background-color: #f0f0f0;
}

input:focus,textarea:focus {
	background-color: #ffffff;
}

.buttons:hover {
	background-color: #c0c0ff;
}

.buttons {
	background-color: #f0f0f0;
}

a:link {
	text-decoration: bold;
	color:#0000FF;
}

a:visited {
	text-decoration: bold; 
	color:#000000;
}

a:hover {
	text-decoration: underline;
	color:#000000;
}	

a:active {
	text-decoration: bold;
	color:#000000;
}


