@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E5E5E5;
	background-repeat: repeat-x;
	margin: 0px;
}
.logobox {
	font-size: x-large;
	color: #F0F0F0;
	letter-spacing: 15px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-indent: 30px;
	font-weight: lighter;
	height: 50px;
}
.gradientbox {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.gradienttext {
	background-image: url(images/gradient-text2.jpg);
	background-repeat: repeat-x;
}
.home:link {
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: 5px;
}
.home:visited {
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: 5px;
}
.home:active {
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: 5px;
}
.home:hover {
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: 5px;
}
.navtable {
	font-size: small;
	color: #000000;
	letter-spacing: 5px;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.nav:link {
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: 5px;
}
.nav:visited {
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: 5px;
}
.nav:active {
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 5px;
}
.nav:hover {
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 5px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.textbox {
	font-size: small;
}
.resumetititle {
	letter-spacing: 2px;
}
.bottombox {
	font-size: x-small;
	margin-top: 10px;
}
