.HeaderText
{
	font-size:48px; 
	font-weight: bold;
	color:White;
	font-family: Verdana, Sans-Serif;
}

Body
{
	font-size:14px; 
	color:black;
	font-family: Verdana, Sans-Serif;
}

/* Header specific tags */
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    /*background-color: #0038A8; /*dark blue*/
    /*background-color: #3876d0; /*light blue*/
	background-color: #872136; /*red*/
}

.SideBg 
{
	width:10%;
	/*background-color: #0038A8; /*dark blue*/
	/*background-color: #3876d0; /*light blue*/
	/*background-color: #daa900; /*gold*/
	/*background-color: #a5a39e; /*gray*/
	/*background-color: #8e4ble; /*copper*/
	background-color: #872136; /*red*/
	/*background-color: #756492; /*purple*/
	/*background-color: #648587; /*turquoise*/
	/*background-color: #728E46; /*olive green*/
	/*background-color: #2b6239; /*green*/
	/*background-color: #693b34; /*brown*/
}

.HeadBgImg 
{
	height:20px;
	background-image:url(/soccer/Images/bars.gif);
}

.SiteH1
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#0038a8;
}

/* PAGE BANNER */
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#a5a39e;
    /*color:#cccc99;*/
    /*color:#d81e05;*/
}

.SiteText {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#a5a39e;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:lightgreen;    
}   

/* hyperlink style for the site links */
A.SiteLink:link 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:lightgreen;    	
    text-decoration:    none;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:lightgreen;
    font-size: 11px;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:white;
    font-size: 11px;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
    font-size: 11px;
}

/* text style for the site links (at extreme top-right of header) */
.NormalLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:green; 
    text-decoration: underline;   
}   

/* style for separator between site links */
.Accent
{
    color: #c4c1ba;
    font-weight:    bold;
}

/* GENERIC */
H1, H2, H3, H4, H5
{
    COLOR: #0038A8;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  
{
	background-color: #0038A8;
	font-weight: bold;
	color:White;
	font-size:14px; 
	font-family: Verdana, Sans-Serif;
}

A:link	
{
	text-decoration:	underline;
	color:	#333399;
	color: #872136;
	font-size: 14px;
	font-family: Verdana, Sans-Serif;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#3333cc;
	color: #872136;
	font-size: 14px;
	font-family: Verdana, Sans-Serif;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	red;
	font-size: 14px;
	font-family: Verdana, Sans-Serif;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	font-size: 14px;
	font-family: Verdana, Sans-Serif;
	}

A.ButtonLink:link	
{
	color: #872136;
	}	
		
A.ButtonLink:visited	{	
	color: #872136;
	}	
		
A.ButtonLink:active	{	
	color:	yellow;
	}	
		
A.ButtonLink:hover	{	
	color:	yellow;
	}
	
	
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
