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

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

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

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

a:hover {
	text-decoration: underline;
}

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

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

.PageColor {
	background-color: #FFFFFF;
	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: #000000
}

.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: uppercase;
}

.SubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.CellDark {
	background-color: #82254F
}
.CellLight {
	background-color: #CCCCCC
}
.CellLighter {
	background-color: #EEEEEE
}
.CellTitle {
	background-color: #333333
}

.Button1 {
	font-family: Verdana, 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;
	margin: 2px;
	padding: 2px;
}

.Button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #82254F;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CB387B;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CB387B;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}

.Asterix {  color: #CC0000}

.Required {  color: #CC0000}

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

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

/* New classes for this project */
.FooterBack {
	background-color: #333333;
	background-image: url(/stock/footer2.jpg);
}
.ContentBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

