A {
	text-decoration:none;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11pt; /*8pt;*/
	color:#001A41;
}
A:hover {
    text-decoration:none;
    font-style:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:11pt; /*8pt;*/
    color:blue;
}    
body {
	background-color: #FFFFF;
	background-position: 0px 0px;
	/*background-image: url(../Images/gradient.gif);*/
	background-attachment: fixed;
	background-repeat: repeat-x;
	overflow-y: clip !important;
}
@media screen and (max-width: 600px) {
  body {
    /* CSS rules for screens 600px wide or less */
    overflow-y: scroll !important;
  }
}
hr.spacer {
	width: 100%;
	height: 2px;
	margin-top:-5px
        style: solid;
}
hr.tableEntry {
	width: 100%;
	height: 1px;
	color: #E0E0E0;
}		
div{
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11pt; /*8pt;*/
	color:#001A41;
	padding:2px;	
}
div.border {
	border-style:solid;		
	border-width:1px;
	border-color:#E0E0E0;	
}
div.content {
	background-repeat: no-repeat;
	background-position: center;
	background-color: White;
	background: transparent;
}    
div.scrolling {
	overflow: auto;
	clip: (0px,0px,0px,0px);
	scrollbar-face-color: #05247f;
	scrollbar-highlight-color: #05247f;
	scrollbar-3dlight-color: #05247f;
	scrollbar-darkshadow-color: #05247f;
	scrollbar-shadow-color: White;
	scrollbar-arrow-color: White;
	scrollbar-track-color: #F0F0FB;
	background-color: transparent;
}
div.contentscrolling {
	overflow: auto;
	clip: (0px,0px,0px,0px);
	scrollbar-face-color: #05247F;
	scrollbar-highlight-color: #05247F;
	scrollbar-3dlight-color: #001A41;
	scrollbar-darkshadow-color: #05247F;
	scrollbar-shadow-color: White;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #F0F0FB;
	background-color: transparent;
}
div.navbar {
}

.link {
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	color:#008485;
	cursor:pointer;
}
.tf7  {
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11pt; /*7pt;*/
	color:#001A41;
}
.tf8  {
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11pt; /*8pt;*/
	color:#001A41;
}
.tf9  {
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11pt; /*9pt;*/
	color:#001A41;
}
.tf10  {
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11pt; /*10pt;*/
	color:#001A41;
}
.error {
    font-style:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:11pt; /*12pt;*/
    color: red;
}
.success {
    font-style:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:11pt; /*8pt;*/
    color: green;
}
.pagetitle {
    font-style:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size: 14pt;
    color:#001A41;
}
.pagesubtitle {
    font-style:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size: 14pt;
    color:#33348e;
}
.winnertitle {
    font-style:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:14pt;
    color: #33348e;
}
.winnername {
    font-style:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:11pt;
    color: #33348e;
}
table.navbar {
	width: 100%;
	margin: 0;
	background-color: transparent;
}
div.tooltip {
    border-style:solid;     
    border-width:1px;
    border-color:#000000;   
}

input {
    height: 30px;
    font-size: 11pt;
}

.SelectRound {
	padding-top: 15;
}

.SelectRound select{
	font-size: 14pt;
}

table {
	border-spacing: 3px;
}

.tipsTable {
	border-spacing: 0px !important;
}


