/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #b5c8b5 fixed;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 10px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 170px;
	left: 20px;
	width:800px;
	background-color: #FFFFFF;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 20px;
	width:800px;
	white-space: nowrap;
	background-image:  url(Images/PHN820Newest.jpg);
	background-repeat: no-repeat;
	height: 170px;
	background-color: #000000;
	background-attachment: no-scroll;
	border: 0px none #000000;
}

#pageNav{
	width:172px;
	padding: 0px;
	background-color: #f5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	float: left;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 172px;
	border-left: 1px solid #ccd2d2;
	left: 174px;
}

#cont2{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 172px;
	border-left: 1px solid #ccd2d2;
	left: 174px;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	padding: 0px;
	margin: 0px;
}
.BottomOnlyTG {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005FA9;
}
.BlueBorder2 {
	border: 1px solid #7F9DB9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 4px;
	margin-left: 4px;
}
.TopBottomTG {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	background-image:   url("Images/glbnav_background.gif");
	background-color: #FFFFFF;
	top: 138px;
	left: 0px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 20px;
	min-width: 520px;
	padding: 0px;
	left: 9px;
	z-index: 100;
	width: auto;
	white-space: nowrap;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a.glink, a.glink:visited{
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

a.glink:hover{
	background-image:   url("Images/glblnav_selected.gif");
	text-decoration: none;
	color: #000000;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 168px;
	left: 00px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	width: 670px;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #FFFFFF;
}

.subglobalNav a:hover{
	color: #000000;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 10px;
}
html>body .feature {
	padding-top: 4px;
	padding-bottom: 4px;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 2px 0px 0px 0px;
	margin-top: 0px;
	font-size: 80%;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-top: 1px solid #ccd2d2;
	
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 5px 5px 5px 5px;
	margin-top: -1px;
	background-color: #FFFFFF;
	border-bottom-color: #B5C8B5;
	border-bottom-style: solid;
	border-bottom-width: thick;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #006600;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #E8EAE9;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	background-color: #ffffff;
}

#advert img{
	display: block;
}
#tablecourses {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
#tablecourses2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#tableborders {
	border-top-width: 4px;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #FFCC00;
	border-bottom-color: #000000;
}
.tableboard2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bcbca6;
}
.FloatLeft {
	float: left;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.no_float {
	float: none;
}
.bbdashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.thinbordertable {
	border: thin solid #000000;
}
.thinbordertableGray {

	border: 1px solid #ccd2d2;
}
.thinbordertableblack {


	border: 1px solid #000000;
}
.thinborderGrayNOBOTTOM {
	border-top: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	border-bottom: 0px none;
	border-left: 1px solid #ccd2d2;
}
.OrangeBorder {
	border: 1px solid #d3c3a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.OrangeNOBottom {
	border-top: 1px solid #d3c3a2;
	border-right: 1px solid #d3c3a2;
	border-bottom: 0px none;
	border-left: 1px solid #d3c3a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.BrownBorder {



	border: 1px solid #8f6c57;
}
#RightNav {
	position: absolute;
	visibility: visible;
	z-index: 1;
	width: 170px;
	left: 823px;
	top: 172px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
.BottomONLY {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.TsolidBdashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.TnoneRthin {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
}
.TsolidBdashed2 {

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.thintableblackNOBOTTOM {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: 1px solid #000000;
}
.BlueBorderTable {
	border: 1px solid #bfd8f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.BlueBorderNObottom {
	border-top: 1px solid #bfd8f2;
	border-right: 1px solid #bfd8f2;
	border-bottom: none;
	border-left: 1px solid #bfd8f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #005FA9;
}
#AContentLeft {
	padding: 10px 4px 4px 12px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 564px;
	background-color: #FBFBF9;
}
#ANavRight {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: right;
	width: 217px;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 2px;
	background-color: #FBFBF9;
}
#APageCell2 {
	top: 170px;
	left: 20px;
	width:800px;
	background-color: #FFFFFF;
	margin: auto;
	position: absolute;
}
#BPageNav {
	width:216px;
	padding: 0px;
	background-color: #f5f7f7;
	border-right: 1px solid #91C35C;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
}
#BContent {
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 216px;
	border-left: 1px solid #ccd2d2;
	left: 216px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 627px;
}
.GreenBorderNObottom {

	border-top: 1px solid #91C35C;
	border-right: 1px solid #91C35C;
	border-bottom: none;
	border-left: 1px solid #91C35C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #005FA9;
}
.GreenBorderTable {

	border: 1px solid #91C35C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#BPageCell2 {
	left: 20px;
	width:844px;
	background-color: #FFFFFF;
	position: absolute;
	border: 1px solid #000000;
	top: 0px;
	visibility: visible;
}
#BPageName {
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	width: 844px;
}
#BSiteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 5px 5px 5px 5px;
	margin-top: -1px;
	background-color: #FFFFFF;
	border-bottom-color: #B5C8B5;
	border-bottom-style: solid;
	border-bottom-width: thick;
	width: 844px;
}
#RpsCourse {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 800px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 185px;
}
.GrayTableSidesOnly {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.GrayTableRTandB {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.TableBrownAll {
	border: 1px solid #C9C6A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9F9EF;
	line-height: normal;
}
.Badlands {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d0cab4;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f6f6ee;
	border-right-color: #f6f6ee;
	border-bottom-color: #f6f6ee;
	border-left-color: #f6f6ee;
}

.CourseName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
}
.Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	line-height: normal;
}
.PSHEADING {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
	letter-spacing: 12px;
}
#Palms {
	background-image: url(Images/Palm%20Springs/TESTSplit90.jpg);
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 770px;
}
#FormBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #E0E0BC;
	background-image: url(Images/Backgrounds/Golf-Ball.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: thin solid #666666;
}
.BottomDotted {
	letter-spacing: 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}
.BottomDottednoText {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.StretchText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: 6px;
}
#pageName imgcopy {

	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	left: 545px;
	width: 185px;
	height: 55px;
}
.BlueBorderTableDark {

	border: 1px solid #005FA9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.BlueBorderNObottomDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #005FA9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #005FA9;
	border-right-color: #005FA9;
	border-left-color: #005FA9;
}
.BlueBorderTableNOtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bfd8f2;
	border-bottom-color: #bfd8f2;
	border-left-color: #bfd8f2;
}
.RedBxBlkBrdrWhtTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
	padding: 2px;
	border: 1px solid #000000;
}
.BottomDtdnoTxtorLH {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.GrayPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 120px;
	width: 600px;
}
.WhiteBold16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.GrayPadNOsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	margin-top: 14px;
	margin-bottom: 14px;
}
.TopDashed {

	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.BottomTopDashed {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.BottomOnlyThinGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.ResortOpt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(Images/Buttons/arrow.gif);
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
.BottomDtdMarginPad {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.BottomDtdMarginPad2Less {

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	padding-bottom: 0px;
}
#RedButton {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EBF1F7;
	background-image: url(Images/Backgrounds/RedGolf.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 141px;
	background-position: center top;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#pagecell1 #RedButton a {
	color: #FFFFCC;
}
.style12pxwhitebold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style19TALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	list-style-image: url(Images/Buttons/arrow.gif);
}
.textMidGray12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.textWhite16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBlue16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #074888;
}
.textYellow12B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}

.BottomOnlyThinGrayBtmMargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 6px;
	padding-right: 2px;
	padding-left: 4px;
	padding-bottom: 14px;
}
