/* Standard Classes - do NOT rename or delete */

A{
	text-decoration: none;
	color: #CC9900;
}

a:hover {
	text-decoration: underline;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}		
.homeText {
	font-size: 14px;
	line-height: 20px;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	padding: 0px; 
	color: #000000; 
}

.PageColor {  background-color: #000000; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}

.Bold {  font-weight: bold}

.italic {  font-style: italic}

.Footer {  font-size: 11px; color: #38437D}

.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

/* Classes for portfolio that need editing - do NOT rename or delete */

.Title {
	font-size: 12px;
	color: #CC9900;
	font-weight: bold;
	text-transform: uppercase;
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.CellDark {  background-color: #290011}
.CellLight {  background-color: #B27E33}
.CellLighter { background-color: #CCCCCC}
.CellTitle {  background-color: #17286A}

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}

.Button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #FF6067;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #FF6067;
	margin: 2px;
	padding: 2px;
}

.Asterix {  color: #CC0000}

.Required {  color: #CC0000}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}

.BreadCrumbs {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.NavLinksLight {
	font-size: 10px;
	color: #666666;
}
a.NavLinksLight:link {
	color: #666666;
}

.BoldWhite {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}

/* New classes for this project */
a.NavLinksLight:hover {
	color: #CCCCCC;
}
