body
{		 
	  background-color: white;	 
	  scrollbar-face-color:#bebebe;
      scrollbar-shadow-color:white;
      scrollbar-highlight-color:white;
      scrollbar-3dlight-color:white;
      scrollbar-darkshadow-color:white;
      scrollbar-track-color:white;
      scrollbar-arrow-color:#ff9900;
}

.clsGrayTextBolder
{	
	font-size: 10px;
	color:#595454;
	font-family: Verdana;
	font-weight: bold;
}

.clsGrayText
{	
	font-size: 10px;
	color:#595454;
	font-family: Verdana;
	font-weight: normal;
}

.clsText
{
	
	font-weight:normal;
	font-size: 10px;
	color: #4c4646;
	font-family:verdana;
}

.clsTextSmaller
{
	font-weight:normal;
	font-size: 10px;
	color: #413839;
	font-family: Verdana;
}

.clsTextBox
{
	border-right: #dedcdc 1pt inset;
	border-top: #dedcdc 1pt inset;
	padding-left: 2px;
	font-size: 11px;
	border-left: #dedcdc 1pt inset;
	clip: rect(auto 1px 1px auto);
	color: black;	
	border-bottom: #dedcdc 1pt inset;
	font-family: Verdana;
}

.clsButton
{	
	font-weight: bold;
	font-size: 10px;	
	cursor: hand;
	color: white;	
	font-family: Verdana;
	background-color: #ff9900;
	border-right: #ff9900 1pt ridge;
	border-top: #ff9900 1pt ridge;
	border-left: #ff9900 1pt ridge;
	border-bottom: #ff9900 1pt ridge;
	
}

.clsButton1
{	
	font-weight: bold;
	font-size: 10px;		
	color: white;	
	font-family: Verdana;
	background-color: #ff9900;
	border-right: #ff9900 1pt ridge;
	border-top: #ff9900 1pt ridge;
	border-left: #ff9900 1pt ridge;
	border-bottom: #ff9900 1pt ridge;
	
}

.clsGrayButton
{	
	font-weight: bold;
	font-size: 10px;	
	cursor: hand;
	color: white;	
	font-family: Verdana;
	background-color: gray;
	border-right: gray 1pt ridge;
	border-top: gray 1pt ridge;
	border-left: gray 1pt ridge;
	border-bottom: gray 1pt ridge;
	
}


.clsText1
{	
	font-weight:bold;
	font-size: 11px;
	color: orange;
	font-family:verdana;
}
.clsText2
{	
	font-weight:bold;
	font-size: 14px;
	color: #595454;
	font-family:verdana;
}
/*CSS for pop up hint box */
#hintbox
{ 
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

/*CSS for link that shows hint onmouseover*/
.hintanchor
{ 
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}

.clsErrorMessage
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana;	
}

.clsMust
{
	font-weight: bold;
	font-size: 11px;
	color: Red;
	font-family: verdana;
}

A
{
	font-weight: normal;
	font-size: 11px;	
	color:#4c4646;
	font-family: Verdana;
	text-decoration: none;
}

A:hover
{
	
	font-weight: normal;
	font-size: 11px;
	color: orange;
	font-family: verdana;
	text-decoration: none;
}

.clsBG
{
	background-image: url(Images/Topbar_Bit.gif);
	background-repeat:repeat;
}

.clsGuinness
{
	BACKGROUND-POSITION: center center; 
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url(Images/GuinessWorldRecord.gif); 
	BACKGROUND-REPEAT: no-repeat;	
}