    p.infoVictories {
		color: #44abfd;
		text-align: center;
		margin-bottom: 5px; }

	ul.victories {
		margin-left: 10px; }
							   
	ul.victories li {
		text-align: left; 
		list-style-type: square; 
		padding: 5px 0px 5px 0px;
		list-style-position: inside;}
		
	ul.victories a {
		color: #44abfd; }

	ul.victories p {
		color: #000;
		text-align: center;
		margin-bottom: 5px;}
		
	div.award {
		float: left; 
		margin: 8px; 
		text-align: center }
		
	select  {
		background-color: #d7e6f4; 
		border: 1px #448ccb solid;
		font: 11px "Trebuchet MS", Verdana, Arial, sans-serif; }

	p.gameSelectLabel {
		float: left; 
		padding: 2px 20px 0px 0px; 
		margin-bottom: 20px	} 
		
	.BestScoresBox {
		clear: both; 
		background: url(../images/BestScoresBg.png) no-repeat;
		width: 438px;
		height: 140px;
		padding: 5px 10px 5px 10px;
		margin-bottom: 25px }
		
    p.Title {
		text-align: center;
		font-weight: bolder;
		font-size: 14px;
		color: #448ccb;
		font-variant: small-caps}
		
	.BestScoresBox span {
		color: #fff }

	.BestResultsBox {
		width: 135px; 
		float: left; 
		border-right: 1px #fff dotted; 
		margin: 8px 0px 8px 5px; 
		padding-right: 5px; }
		
	p.gameDate {
		color: #fff; 
		text-align: right }

    p.NoParticipation {
		text-align: center;
		font-weight: bolder;
		padding: 10px;
		color: #fff;}
		
    p.NoParticipation a, p.Title a {
		color: #fff;}

    p.submitClassic, p.submitClassicRight {
    	width: 190px;
        height: 21px;
		text-align: center;
        background-color: #44abfd;
        text-transform: uppercase;
        font-weight: bolder;
		padding-top:4px;
        border: 1px #448ccb solid;
		float: left}	
		
    p.submitClassic a, p.submitClassicRight a {
		color: #fff;
		text-decoration: none; }
		
	p.submitClassicRight {
    	width: 220px;
		margin-right: 10px;
		float: right }
			
