/* SUPERTOTE STYLESHEET*/

html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
/*	border:1px solid #FF0000;
*/	margin: 0;
	padding: 0;
	font:normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/bk.jpg) top left repeat-x;
    }

html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
}


a{	border:none;	outline:none;}

img{border:none;}

/*----------------------------------------------- Background Images Begin---------------------------------------------- */

#InterImgBk2{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter2.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}

#InterImgBk3{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter3.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}

#InterImgBk4{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter4.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}

#InterImgBk5{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter5.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}

#InterImgBk6{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter6.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}

#InterImgBk7{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter7.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}

#InterImgBk8{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter8.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}

#InterImgBk9{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter9.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}


/*----------------------------------------------- Background Images End---------------------------------------------- */


/*=================================
Main Container
=================================*/

/*MainContainer*/

#mainContainer {
  margin-bottom: 15.25em;
  overflow: hidden;
}

#mainContainer {
    height: auto;
    padding-bottom: 12em;   /*Keeps content above footer. Originally
                           used margin, but a bug in Opera7 seemed
                           to add spurious margin, pushing the
                           footer beyond the viewport even with
                           short content. */
	width:960px;
/*	border:1px solid #000;    
*/    margin:0 auto;
}


/*Header*/
#header {
	float:left;
	margin:0;
	padding:0;
	width:960px;
	height:120px;
	display:block;
	background:url(../images/topBannerBk.jpg) left top no-repeat;
}

#header .hdLeft{
	float:left;
	width:135px;
	padding:0;
	margin:0;
/*	border:1px solid #000;
*/
}

#header .hdRight{
	float:right;
	width:638px;
	padding:0;
	margin:0;
/*	border:1px solid #FFF;
*/
}

.newsTopCn{
	float:left;
/*	border:1px solid #000;
*/	height:26px;/*46*/
	width:598px;/*638*/
	padding:10px 20px;
	margin:0px;
/*	background:url(../images/topNewsCn.png) left top no-repeat;
*/}


#logo{
	float:left;
	margin-top:16px;
	width:135px;
	height:16px;
}

#menuContainer{
	float:left;
	width:auto;/*638*/
	margin:48px 8px 0 0;/*top 94*/
	height:26px;
	padding:0;
	font:bold 13px/17px Arial, Helvetica, sans-serif;
	color:#008C44;
	background:url(../images/menuDot.gif) left bottom repeat-x;
/*	border:1px solid #FFF;
*/
}

/********************************************************menu*****************/

#menu{
	float:right;
	text-align:left;
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	width:750px;
}

ul#menu li{
	list-style:none;
	display:inline;
	padding:0;
	text-align:left;
	margin:0;

}

ul#menu li a{
	font:bold 13px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#008C44;
	padding:0 24px 0 0;
	text-align:left;
}

ul#menu li a:hover{
	text-decoration:none;
	color:#EC1B24;
}

ul#menu li a.current{
	color:#EC1B24;
	text-align:left;
}


ul#menu li a.noSpace{
	padding:0;
	margin:0;
	
}

/***********
mainContent
**********/

#mainContent{
	float:left;
	width:960px;
	display:block;
	height:100%;
	position:relative;
	
/*	 margin-bottom:130px;
overflow: hidden;
*/  
}

#leftContent{
	float:left;
	width:686px;
	height:auto;
	margin-top:17px;
	padding:0;
}

/**********************************************************************************
									Right Container
***********************************************************************************/

#raceData{
	float:right;
	width:264px;
	height:auto;
	padding:0;
/*	border:1px solid #F00;
*/}

#rightContent{
	float:right;
	width:264px;
	height:auto;
	padding:0;
	display:block;
/*	border:1px solid #000;
*/}

#rightContentTop{
	float:right;
	width:264px;
	height:32px;
	background:url(../images/bkFixtures.jpg) left top no-repeat;
}

#rightContainer{
	float:left;
	width:264px;
	height:auto;
	padding:0 0 10px 0;
	margin:0;
	font:normal 11px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333333;
	background:url(../images/rightPattern.jpg) top repeat-y;
	table-layout:fixed;
}

#rightContainer td{
	width:auto;/*252*/
	padding:0 3px;
	margin:0;
	height:17px;		
/*	border:1px  solid #060;
*/}

#rightContainer tr.even{
	width:auto;/*252*/
    padding:0 3px;
	margin:0;
	height:17px;
	background:#FBFBFB;
}

#rightContainer tr.odd{
	width:auto;/*252*/
	padding:0 3px;
	margin:0;
	height:17px;
	background:#ECE784;
}

#topCn{
	float:left;
	display:block;
	height:28px;/*34*/
	width:252px;/*264*/
	background:url(../images/rightCnTop.jpg)  left top no-repeat;
	padding:6px 6px 0 6px;
/*border:1px  solid #060;	
*/}

.fixturesDate{
	float:left;
	text-align:center;
	width:248px;
	height:auto;
	font:bold 12px/20px  Georgia, "Times New Roman", Times, serif;
	font-stretch:condensed;
	color:#008C44;
	margin:0;
	padding:0 2px;	
}

.fixturesSel{
	float:left;
	width:208px;/*252*/
	height:auto;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0px 0 0 0;
	padding:0 2px;
	padding-left:40px;
/*	border:1px solid #000;
*/
}

.fixtures{
	float:left;
	text-align:center;
	width:252px;
	height:26px;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	color:#FFF;
	background:url(../images/meetingBk.jpg) left top no-repeat;
}


.fixturesCn{
	float:left;
	width:251px !important;/*252*/
	padding:0 0 0 7px;
	background:url(../images/fixturesbkHorse.jpg) left top no-repeat;
	height:auto;
	padding-bottom:15px;
	display:block;
	overflow:hidden;
}

.fixturesCn .dropMenu{
	height:auto;
	font:normal 11px Arial, Helvetica, sans-serif;
	border:1px solid #CCC;
}


.wrap{
	word-wrap:break-word;
	white-space:: -moz-pre-wrap !important;
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
/*	border:1px solid #0F0;
*/	display:block;
	width:70px !important;	
}

#grandPoolsContainer{
	float:left;
	width:251px;/*252*/
	padding:0 0 0 7px;
	height:auto;
	padding-bottom:10px;
	display:block;
}

#grandPoolsCn{
	float:left;
	width:259px;/*252*/
	padding:0;
	height:auto;
	display:block;
/*	border:1px solid #F00 !important;
*/}

.grandPools{
	float:left;
	text-align:center;
	width:252px;
	height:26px;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	font-stretch:extra-condensed;
	color:#FFF;
	background:url(../images/grandPoolsBk.jpg) left top no-repeat;
	padding-bottom:2px;	
/*	border:1px solid #F00 !important;
*/}

.fixedPosition{
	display:block;
	height:auto;
	width:252px;
	float:left;
}

#bottomCn{
	float:left;
	display:block;
	height:6px;
	width:264px;
	background:url(../images/rightCnBottom.jpg)  left bottom no-repeat;
}

.odds{
	color:#333333;
	text-decoration:none;
	background:url(../images/oddsArrow.gif) right  bottom no-repeat;
	padding-right:15px;
}

.odds:hover{
	color:#333333;
	text-decoration:underline;
}


.archive{
	color:#A79F00;
	text-decoration:none;
	background:url(../images/archiveArrow.gif) right  bottom no-repeat;
	padding-right:15px;
}

.archive:hover{
	color:#A79F00;
	text-decoration:underline;
}


#exoticLive{
	float:left;
	width:251px;/*252*/
	padding:0 0 0 7px;
	height:auto;
	display:block;
}

#exoticLiveCn{
	float:left;
	width:251px;/*252*/
	padding:0;
	height:auto;
	display:block;
	background:url(../images/dotsLive.gif) left top repeat-x;
}

.exoticLiveTit{
	float:left;
	width:251px;/*252*/
	padding:0;
	height:auto;
	display:block;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	color:#008C44;
	text-align:center;
}

.exoticLiveTit .plain1{
	float:left;
	width:251px;/*252*/	
	text-align:center;
	padding:0;
	margin:0;
}

/************************
Archive Container
***************/

.archiveTb{
	float:left;
	background:#F0F0F0;
}

.grandPoolsArchive{
	float:left;
	text-align:center;
	width:252px;
	height:26px;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	font-stretch:extra-condensed;
	color:#FFF;
	background:url(../images/grandPoolsBk.jpg) left top no-repeat;
	padding-bottom:2px;
}

.archiveTb .drop{
	font:normal 11px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}


.archiveTb td{
	padding:0;
	font:normal 11px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	margin:0;
	width:auto;
	background:#fff;
}

.archiveTb .odd td{
	background:#ECE784 !important;
	width:auto;
	padding:0px 10px;
}

.archiveTb .even td{
	background:#fff;
	width:auto;
	padding:0px 10px;
}

.ArchivefixedPosition{
	display:block;
	height:auto;
	width:560px;
	float:left;
	
}

/**********
LeftContent Container
************/
#mainImg{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/bkImg.jpg) left top no-repeat;
	display:block;
	padding:2px;
	margin:0;
	text-align:left;
}

#mainImgBk{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgIntro.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}

#InterImgBk1{
	float:left;
	height:220px;/*224*/
	width:682px;/*686*/
	background:url(../images/imgInter1.jpg) left top no-repeat;
	display:block;
	padding:0px;
	margin:0;
	text-align:left;	
}


#cn{
	float:left;
	display:block;
	width:668px;/*684*/
	height:auto;
	margin:0;
	padding:0px 8px;
	background:url(../images/mainBkTxt.jpg) left top no-repeat;
}

.content{
	float:left;
	width:668px;
	height:auto;
	padding:0 0 15px 0;
	font:normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#363425;	
	background:url(../images/dot.gif) left bottom repeat-x;
/*	border:1px solid #000;
	min-height:260px;*/
}

.content td{
	font:normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#363425;	
/*	border:1px solid #000;
	min-height:260px;*/
}

.content a{
	font:normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#0C7213;
	text-decoration:underline;
}

.content a:hover{
	font:normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#0C7213;
	text-decoration:none;
}

.content  ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

.content ul li{	
	list-style:none;
	margin:0 0 0 5px;
	padding:0 0 0 15px;
	font:normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/bullets.gif) left  top no-repeat;
	
}

/* Bet Table */

.betTable{
		border:1px solid #CCC541;
		padding:1px !important;
		margin:0px;
		float:left;
		display:block;
}

.betTable td{
	padding:0;
	font:normal 11px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	margin:0;
	text-align:center;
}

.betTable td{
	text-align:center;
	width:auto;
	padding:2px 10px;
}

.betTable tr.alter{
	background:#ECE784;
	width:100%;
}

.betTable tr.alter:hover{
	background:#F0ECA2;
	width:auto;
	cursor:pointer;
}

.betTable tr.alter2{
	background:#fff;
	width:auto;
}

.betTable tr.alter2:hover{
	background:#FCFBEF;
	width:auto;
}

/* end of bet table*/

.green{
	color:#008C44;
}

.greenBd{
	color:#008C44;
	font-weight:bold;
	text-decoration:none;
}

.greenBdlk{
	color:#008C44;
	font-weight:bold;
	text-decoration:none;
}

.greenBdlk:hover{
	color:#008C44;
	font-weight:bold;
	text-decoration:underline;
}

h1{
	font:bold 18px/22px  Georgia, "Times New Roman", Times, serif;
	font-stretch:condensed;
	color:#008C44;
	margin:0;
	padding:5px 0;	
}

.subTit{
	font:bold 12px/12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-stretch:condensed;
	color:#008C44;
	margin:0;
	padding:0;	
}

.myclass1{
	font:bold 28px/22px  Georgia, "Times New Roman", Times, serif;
	color:#008C44;
}
/*******************
Our Bets
*******************/

#ourBets{
	float:left;
	width:682px;
	height:27px;
	background:url(../images/ourBetsBk.png) left top no-repeat;
	padding:0;
	margin:0;	
}

/*********************
News & Events
*********************/

.content2{
	float:left;
	width:668px;
	height:auto;
	padding:10px 0 0 0;
	font:normal 12px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#363425;
}

.newsEvents{
	color:#008C44;
	font:bold 16px/19px Arial, Helvetica, sans-serif;
	font:normal 16px/19px "Helvetica Neue", Helvetica, "Lucida Console", sans-serif;
	padding-bottom:5px;
}

#news{
	float:left;
	width:492px;
	background:url(../images/vlDot.gif) top right no-repeat;
	height:auto;
	padding-bottom:10px;
	display:block;
}

#news .newsCn{
	float:left;
	display:block;
	width:472px;
	padding-bottom:10px !important;
	height:auto;
	margin:0;
}


.newsTit{
	float:left;
	display:block;
	width:472px;
	padding:0;
	margin:0;
	color:#666666;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
}

.newsTit h1{
	padding:0;
	margin:0;
	color:#666666;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
}

.newsTit h1 a{
	padding:0;
	margin:0;
	color:#666666;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.newsTit h1 a:hover{
	padding:0;
	margin:0;
	color:#666666;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.newsDate{
	float:left;
	display:block;
	width:472px;
	padding:0;
	margin:0;
	color:#95A5A8;
	font:bold 11px/16px Arial, Helvetica, sans-serif;
}

.newsSum{
	float:left;
	width:472px;
	display:block;
	padding:0;
	margin:0;
	color:#4C4C4C;
	font:normal 11px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.newsSum img{
	float:right;
	margin:0 0 8px 8px;
	padding:1px;
	border:1px solid #CCCCCC;
}

.newsDescrip{float:left;width:652px;display:block;	padding:0;	margin:0;	color:#4C4C4C;	font:normal 12px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.newsDescrip img{	float:right;	margin:0 0 8px 8px;	padding:1px;	border:1px solid #CCCCCC;}

.rdMore{
	color:#E8B100;
	text-decoration:none;
	background:url(../images/linkArrow.gif) right no-repeat;
	padding-right:10px;
}

.rdMore:hover{
	color:#E8B100;
	text-decoration:underline;
}

.rpLink{
	float:left;
	width:175px;
	padding:0;
	margin:0;
	text-align:center;
}

.NewsWrapper{float:right;	margin:0px;	padding:0px 0 4px 12px;	max-width:305px !important;	text-align:right;}
.newsborder {border: 3px #7B9057 solid;}

.fixed{
	color:#008C44;
	font:bold 16px/19px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	text-align:center;
}

.fixed a{
	color:#008C44;
	text-decoration:none;	
}

.fixed a:hover{
	color:#90CDAE;
}

.pl1{
	float:left;
	width:175px;
	padding:0;
	margin-top:6px;
	text-align:center;
}

.pl2{
	width:176px;
	margin-top:22px;
	padding:0;
	text-align:center;
	float:left;
}

.pl3{
	width:176px;
	margin-top:22px;
	padding:0;
	text-align:center;
	float:left;
}
																				
/*==============================================================================FIELDS================================================*/

.Greenstar{	text-align:left;font:normal 12px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	color:#1d882f;}
.formfields {font:normal 11px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	border-top:1px solid #6B8341;	border-right:1px solid #6B8341;	border-bottom:1px solid #6B8341;border-left:1px solid #6B8341;	background-color:#FFFFFF;	color: #666666;}
.ErrTxt{text-align:left;font:normal 11px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;color:#878B6A;}
.cmsBox{font:normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;color:#363425; background-color:#ECE018;}

/*============================================================================================================================

/********************************************************************
												Footer
********************************************************************/
#footer {
	margin:0;
	padding:0;
	background:#DBD12F url(../images/footer_img.jpg) left bottom repeat-x;	
	clear: both; 
	width:100%;
	position:absolute;
	bottom:0;
}

#footer #footerContent {
	float:none;
	color:#666666;
	font:normal 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 auto;
	width:960px;
	display:block;
	height:126px;
	padding-top:50px;
	background:url(../images/Imgfooter.png) top right no-repeat;
	behavior: url(../iepngfix.htc) !important;
}

#footer #footerCnLeft {
	float:left;
	margin:0;
	width:350px;
	padding:0px;
}

#footer #logoCon{
	float:left;
	margin:2px 0 0 110px;
	border:0;
	width:240px;
}

.copyright{
	float:left;
	margin:2px 0 0 0;
	padding:0;
	width:auto;
	display:block;
}

.copyright a{
	color:#EB1D24;
	text-decoration:none;
}

.copyright a:hover{
	color:#EB1D24;
	text-decoration:underline;
}

.menuFooter{
	margin:2px 0 0 0px;
	float:left;
	display:inline;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding:0;
	list-style: none;
}
#footer ul li {
	margin: 0;
	padding:0 0 0 10px;	
	display: inline;
}
#footer ul li a {
	color:#666666;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*********************** IMAP ***********************************************/
#imap{
	position:relative;
	padding:0;
	margin:0;
	width:378px;
	height:393px;
	background:url(../images/imap.jpg) left top no-repeat;
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#imap a{
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
}

#imap a:hover{
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#0E7114;
}


#gbaie{
	position:absolute;
	left:176px;
	top:-4px;
}

#triolet{
	position:absolute;
	left:131px;
	top:50px;
}

#goodlands{
	position:absolute;
	left:262px;
	top:35px;
}

#rRempart{
	position:absolute;
	left:268px;
	top:75px;
}

#lallmatie{
	position:absolute;
	left:272px;
	top:125px;
}

#flacq{
	position:absolute;
	left:297px;
	top:160px;
}

#belAir{
	position:absolute;
	left:324px;
	top:196px;
}

#qMilitaire{
	position:absolute;
	left:196px;
	top:202px;
}

#curepipe{
	position:absolute;
	left:203px;
	top:235px;
}

#mahebourg{
	position:absolute;
	left:293px;
	top:302px;
}

#pMagnien{
	position:absolute;
	left:245px;
	top:325px;
}

#rBelle{
	position:absolute;
	left:150px;
	top:303px;
}

#rAnguilles{
	position:absolute;
	left:180px;
	top:357px;
}

#cGrenier{
	position:absolute;
	left:16px;
	top:346px;
}

#vacoas{
	position:absolute;
	left:129px;
	top:235px;
}

#rHill{
	position:absolute;
	left:138px;
	top:208px;
}

#stanley{
	position:absolute;
	left:186px;
	top:169px;
}

#stPierre{
	position:absolute;
	left:196px;
	top:147px;
}

#bambous{
	position:absolute;
	left:42px;
	top:220px;
}

#palma{
	position:absolute;
	left:64px;
	top:204px;
}

#qBornes{
	position:absolute;
	left:32px;
	top:189px;
}

#pRiviere{
	position:absolute;
	left:-3px;
	top:169px;
}

#bBassin{
	position:absolute;
	left:87px;
	top:157px;
}

#tRouge{
	position:absolute;
	left:88px;
	top:123px;
}


.rdMore1{
	color:#E8B100 !important;
	text-decoration:none;
	background:url(../images/linkArrow.gif) right no-repeat !important;
	padding-right:10px;
	text-decoration:none !important;
}

.rdMore1:hover{
	color:#E8B100;
	text-decoration:underline !important;
}

.marquee{
	font:bold 18px/22px  Georgia, "Times New Roman", Times, serif;
	font-stretch:condensed;
	color:#EC1B24;
	margin:0;
	padding:5px 0;	
}