/* Style Sheet for Eric Holleman */

/* General */
td, p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.9em;
	color: #FFFFFF;

}

.titleMain {
	font-size: 1.4em;
	color: #339999
}

/* Links */
a:link {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF6633
}

a:visited {
	color: #999999;
}

/* Navigation */
.menuMain {
	text-decoration: none;

}

a.menuMain {
	text-decoration: none;
	color: #FFFFFF;
}

a.menuMain:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.menuSub {
	text-decoration: none;
}

.menuTitle {
	font-weight: bold;color: #003300
}

a.menuLeft {
	color: #000000;
	text-decoration: none
}

.menuFooter {
	font-size: 0.7em
}

/* Content */
.contentTitle {
	font-size: 1.7em;
	color: #FFFFFF;
}

.contentSubTitle {
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}

.contentItem {
	font-size: 0.7em;
	color: #000000;
}

.contentExp {
	font-size: 0.7em;
	font-style: italic;
	color: #336699;
}

th {
	color: #990033;
	background-color: #99CCCC;
	font-size: x-small;
}
