@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------
Project:	29e.com
Version:	2.0
Last change:	11/14/09
-------------------------------------------------------------------*/

body {
	background-color: #000000;
	/* background-image:url(../images/bg.jpg);*/
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	/*line-height: 1.3em;*/
	color:#000;
}


.dashedLine {
	border-bottom-style: dotted;
	border-bottom-width: thin; 
	border-bottom-color: #CCC;
}
	
	

.yellowTextXL {
	font-size: 21px;
	color:#FFCC00;
}



/* text - black */


.TextSM {
	font-size: 12px;
	line-height: 1.5em;
	color:#000;
}

.TextSMbld {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color:#000;
}

.TextMD {
	font-size: 14px;
	line-height: 1.5em;
	color:#000;
}

.TextMDbld {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color:#000;
}

.TextLG {
	font-size: 18px;
	line-height: 1.5em;
	color:#000;
}

.TextLGbld {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	color:#000;
}


.TextXL {
	font-size: 21px;
	line-height: 1.3em;
	color:#000;
}

.TextXLbld {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
	color:#000;
}


.TextXXL {
	font-size: 28px;
	line-height: 1.3em;
	color:#000;
}




/* text - white */

.TextSMWhite {
	font-size: 12px;
	line-height: 1.5em;
	color:#FFF;
}

.TextSMbldWhite {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color:#FFF;
}

.TextMDWhite {
	font-size: 14px;
	line-height: 1.5em;
	color:#FFF;
}

.TextMDbldWhite {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color:#FFF;
}

.TextLGWhite {
	font-size: 18px;
	line-height: 1.5em;
	color:#FFF;
}

.TextLGbldWhite {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	color:#FFF;
}


.TextXLWhite {
	font-size: 21px;
	line-height: 1.3em;
	color:#FFF;
}

.TextXLbldWhite {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
	color:#FFF;
}



/* text - gray */


.TextSMgray {
	font-size: 12px;
	line-height: 1.5em;
	color:#999999;
}

.TextSMbldgray {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color:#999999;
}

.TextMDgray {
	font-size: 14px;
	line-height: 1.5em;
	color:#999999;
}

.TextMDbldgray {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color:#999999;
}

.TextLGgray {
	font-size: 18px;
	line-height: 1.5em;
	color:#999999;
}

.TextLGbldgray {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	color:#999999;
}


.TextXLgray {
	font-size: 21px;
	line-height: 1.3em;
	color:#999999;
}

.TextXLbldgray {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
	color:#999999;
}




/* navigation - white */

a:link {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}



/* navigation - yellow */

.yellowLink a:link {
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
}

.yellowLink a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FFCC00;
}

.yellowLink a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #FFCC00;
}

.yellowLink a:active {
	font-size: 14px;
	text-decoration: none;
	color: #FFCC00;
}



/* navigation - black */

.blackLink a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.blackLink a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

.blackLink a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
}

.blackLink a:active {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
