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

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

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

A{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
}

TD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	list-style-image: url(/stock/Bullet.gif);
	line-height: 17px;
}		

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

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

.Bold {  font-weight: bold}

.italic {  font-style: italic}

.Footer {
	font-size: 13px;
	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: #514A44;
	font-weight: normal;
}

.SubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #5E4D3F;
}

.CellDark {  background-color: #745E4D}
.CellLight {  background-color: #C7B5A9}
.CellLighter { background-color: #FFFFFF}
.CellTitle {  background-color: #9E8370}

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C3B1A3;
	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: #FFFFFF;
	border-right-color: #4A3C31;
	border-bottom-color: #4A3C31;
	border-left-color: #FFFFFF;
}

.Button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #564639;
	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: #C3B1A3;
	border-right-color: #43352A;
	border-bottom-color: #43352A;
	border-left-color: #C3B1A3;
}

.Asterix {  color: #CC0000}

.Required {  color: #CC0000}

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

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

/* New classes for this project */
.FooterNav {
	font-size: 13px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.CellBackLeft {
	background-image: url(stock/LeftCell.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.CellBackRight {
	background-image: url(stock/RightCell.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Box {
	background-color: #FFFFFF;
	border: 1px solid #3C332C;
}
.TitleRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A20700;
	font-weight: normal;
	text-decoration: none;
}
.PuppyName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height: 36px;
}

.SubNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B0A296;
	height: auto;
	width: 140px;
	background-color: #5F4C3C;
	padding: 5px;
	text-indent: 1px;
	margin: 0px;
	float: left;
	white-space: normal;
	text-transform: uppercase;
}
a:hover.SubNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F9E9DE;
	background-color: #AB0101;
}
