h1 {
	color: #1a3349;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: minion;
	font-weight: 500;
	font-size: larger;
}
h2 {
	color: #333333;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
}
p {
	color: #333333;
	font-family: verdana;
	font-size: smaller;
}
p.rightwindow {
	color: #666666;
	font-family: verdana;
	font-size: 10px;
}
p.submissionbiblio {
	color: #666666;
	font-size: 10px;
}
h3 {
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
table.collapse {
	border-collapse:collapse;
}
td {
	padding: 0px;
}
td.mainwindow {
	padding-top: 20px;
	padding-left: 10px;
}
td.rightcolumn {
	padding-top: 20px;
}
td.rightwindow {
	padding: 20px;
	background-color: #ffffff;
}
ul.menu {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.contents {
	list-style-type:none;
}
ul {
	list-style-type:circle;
}
ol {
	list-style-type: verdana;
}
a {
	font-family: verdana;
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
}
a:link {
	color: #666633;  
}
a:visited {
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #999966;
}
a:active {
	color: #003366;
}