.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 1;
	left: 0px;
	text-align: left;
	vertical-align: top;
}

.body-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	text-align: left;
	vertical-align: top;
}

.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align: left;
	vertical-align: top;
}

/*Footer Links*/
	.nav-bottom a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		text-decoration: underline;
		color: #003300;				/*color added*/
	}
	
	.nav-bottom a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		text-decoration: underline;
		color: #838383;				/*color added*/
	}
	
	.nav-bottom a:hover, .nav-bottom a:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		color: #990000;				/*color added*/
	}

/* General Links*/
	.link a:link {
		color: #387ec0;
	}
	
	.link a:visited {
		color: #838383;
	}
	
	.link a:hover, .link a:active {
		color: #990000;
		text-decoration: none;
	}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold-description {
	font-weight: bold;
	color: #333399;
}

.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align: left;
	vertical-align: top;
}

.black {
	color: #000000;
}

.page-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.page-description-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.page-description-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

.green {
	color: #003300;
}

.red {
	color: #990000;
}

.blue {
	color: #003366;
}

.resume-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
