/* CSS Document */

#main
	{
	text-align: center;	
}

a {
	text-decoration: none;
	color: #000;
}

a:link /* control how links appear in the main content areas */
{
	color: #902101;
}


a:active
{
	color: #902101;
}

a:visited
{
	color: #902101;
}
	
a:hover 
{
	color: #000000;
}


p
	{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}

p.smalltext
	{
	font-size: xx-small;	
}

td.header
	{
	padding-left: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/title_top.gif);
}

.smalllink
	{
	font-size: 10px;
}

label, .warning {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
  
.headerRight {
	/*background-image:url(../images/ScoresDoorsLogo.gif);
	background-repeat:no-repeat;
	background-position:center;
	*/}
	
	
	
.style2 {
	color: #000066;
	font-size: large;
}
.style3 {
	color: #CC9900;
	font-size: small;
}
.style4 {
	color: #CC0000;
	font-size: large;
}
