/* 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: 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; 
}

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

.PageColor {
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/stock/background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.Bold {  font-weight: bold}

.italic {  font-style: italic}

.Footer {
	font-size: 12px;
	color: #FFFFFF;
	margin: 6px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.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: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.Title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.CellDark {  background-color: #717FAB}
.CellLight {  background-color: #F7E9BC}
.CellLighter { background-color: #FFFFFF}
.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}

.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}
.ModuleBackButton{
	text-decoration: underline;
	font-weight: bold;
	color: #565455;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
a:hover.ModuleBackButton{
	text-decoration: underline;
}
.GalleryImageCaption{
	font-size: 11px
}

/* New classes for this project */
.CellGold {
	background-color: #A1001F;
	margin: 5px;
	padding: 5px;
}
.BoldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000
}
.ButtonLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #A1001F;
	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: #BC0023;
	border-right-color: #BC0023;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.ButtonBubbleGray {
	background-color: #FFFFFF;
	background-image: url(/stock/btn_bg_submit.gif);
	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 1px;
	padding: 1px;
	text-decoration: none;
	}
	.ButtonBubble {
	background-color: #FFFFFF;
	background-image: url(/stock/btn_bg_submit.gif);
	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: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    margin: 5px, 0px, 5px, 0px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}.CellBlack {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.CellGold2 {
	background-color: #A1001F;
	margin: 5px;
	padding: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
.BoldWhiteButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: 100px;
	background-color: #000000;
	padding: 5px;
	text-indent: 1px;
	margin: 0px;
	float: left;
	white-space: normal;
}
a:hover.BoldWhiteButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #F4B51C;
	text-decoration: none;
}
.Footer2 {
	font-size: 10px;
	color: #CCCCCC;
	margin: 6px;
	padding: 6px;
}
.CellGray {
	background-color: #FFFFFF;
	padding: 20px;
}
.HomeText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.TitleGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BC0024;
	font-weight: bold;
}
.CellBlack20 {
	background-color: #000000;
	padding: 2px;
	border: 3px solid #000000;
}
.CellGray2 {
	background-color: #8F8D8C;
}
.CellNews {
	background-color: #1C1B1B;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #DCDCDC;
	font-weight: bold;
}
.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.NewsSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.CellContact {
	background-color: #BC0024;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.SubTitleGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E4A719;
	text-transform: none;
}
.TitleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.CellRedDot {
	background-color: #000000;
	background-image: url(/stock/dots-red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px;
}
.CellUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.CellUnderlineGray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #E3E3E3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellGray3 {
	background-color: #E3E3E3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.NewsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.PadLeft {
	margin-bottom: 15px;
	margin-left: 20px;
}
.CellGray4 {
	background-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
