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

html { height: 100%; margin-bottom: 1px; }

php { height: 100%; margin-bottom: 1px; }

A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(/stock/Bullet.gif);
	line-height: 16px;
}		

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

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

.Bold {  font-weight: bold}

.italic {  font-style: italic}

.Footer {
	font-size: 11px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.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: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #791617;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
}

.SubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #791617;
}
.CellTitle {
	background-color: #6E1C23
}
.CellLight {
	background-color: #ADA2C5
}
.CellLighter { background-color: #FFFFFF}
.CellDark {
	background-color: #4A2766;
}

.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}

.BreadCrumbs {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

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

/* New classes for this project */

.border1 {
	padding: 2px;
	border: 1px solid #333333;
}

.border2 {
	padding: 15px;
	border: 2px solid #333333;
}
.FooterPhone {
	font-size: 18px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.Nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	float: left;
	height: auto;
	width: 105px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	background-image: url(/stock/Bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a:hover.Nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #791617;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	float: left;
	height: auto;
	width: 105px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	background-image: url(/stock/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF
}
.CallToAction {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #791617;
	font-style: italic;
	text-align: center;
}
