td,p {
	
	font-family: Arial;
	font-size: 10pt;
}

h1 {
	font-size:20pt;
	color: blue;
}

h2 {
	font-size:12pt;
}

.highlight {
	background-color: yellow;
}

.underline {
	text-decoration: underline;
}

.linethrough {
	text-decoration: line-through;
}

.body {
	background-color: #006699;
}

.sidebar {
	width: 150px;
	background-position: top;
}

.smaller { font-size: 10pt; }

.smallest { font-size: 8pt; }

.mainarea {}

.maintable {
	margin: 0px;
	padding: 5px;
	width: 700px;
	border: #666666;
	background-color: #FFFFFF;
}
