/* Standard Classes - do NOT rename or delete */

A{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;	
}

a:hover {
	text-decoration: underline;
}

TD {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}		

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	padding: 0px; 
	color: #000000; 
}

.PageColor {  background-color: #CAC1A5; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}

.Bold {
	font-weight: bold;
	color: #1E4B4F;
	font-size: 12px;
}

.italic {  font-style: italic}

.Footer {  font-family: "Trebuchet MS";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-family: "Trebuchet MS";
	font-size: 18px;
	color: #003128;
	font-weight: bold;
}

.SubTitle {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.CellDark {  background-color: #FEAF01}
.CellLight {  background-color: #CAC1A5}
.CellLighter { background-color: #FDFADF}
.CellTitle {  background-color: #013329}

.Button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003430;
	background-color: #F8AE0C;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}

.Button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #043427;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339966;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #339966;
}

.Asterix {  color: #CC0000}

.Required {  color: #CC0000}

.BreadCrumbs {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

.BoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* New classes for this project */
.CellRight {
	background-color: #CBC2A5;
	background-image: url(stock/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #013329;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}
a:hover.Nav {
	color: #F8AE0C;
	}
.FooterTable {
	background-color: #FDFADF;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E4B4F;
	border-right-color: #1E4B4F;
	border-bottom-color: #1E4B4F;
	border-left-color: #1E4B4F;
}
.QuickLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1E4B4F;
	text-decoration: none;
	
}
a:hover.QuickLinks {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.CalltoAction {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #696046;
	font-weight: bold;
}
.HomeCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
