/* ------------------------------------------------------------------------------------ */
/* Site style sheet definitions
/* ------------------------------------------------------------------------------------ */

/* Positioning definitions for Bracket-Racing.com title image */
.titles {
	position: absolute;
 	visibility: show;
	top: 10;
	left: 10;
}

/* Positioning definitions for Bracket-Racing.com photo gallery title image */
.phototitle {
	position: absolute;
 	visibility: show;
	top: 1;
	left: 10;
}

/* Default body definitions */
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	color : Black;
	background-color: #6F7E9C;
	/*background-color: #385DAB;*/
	/*background: url("/templates/bracket-racing/images/smchecker.gif");*/
}

.hbackground {
/*	background-color: #9999AA; */
	background-color: #6F7E9C;
}

/* **************************************************************************** */
/* Begin style definitions for dynamic menus */

.nav .menu {
	text-align: left;
	vertical-align: top;
/*	background-color: #6F7E9C;  */
	background: url("/templates/bracket-racing/images/blue-grad2.jpg");
	width: 150px;
	padding: 0px;
}
.nav ul, li.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul {
	border-bottom: 0px;
/*	background-color: #003366; */
}
.nav ul ul {
	padding-left: 10px;
}
.nav li.menu a:link, .nav li.menu a:visited, .nav li.menu a:active {
	padding: 2px 10px 2px 20px;
	color: #000066;
	display: block;
/*	background-color: #003366; */
	text-decoration: none;
}
 .nav li.menu a:hover {
	color: #ffffff;
	/* background-color: #336699; */
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
    color: #000066;

}
.nav div.menu li a:link, .nav div.menu  li a:visited, .nav div.menu li a:active {
	padding: 2px 10px 2px 20px;
	color: #000066;
	display: block;
/*	background-color: #003366; */
	text-decoration: none;
}
 .nav div.menu li a:hover {
	color: #ffffff;
	/* background-color: #336699; */
	text-decoration: none;
}

/* Definitions for custom headings 1 */
cite {
	padding-bottom : 7px;
	padding-top : 7px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
	background-color: #28385A;
	width: 100%;
    }

/* Definitions for custom headings 2 */
code {
	padding-bottom : 7px;
	padding-top : 7px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
	background-color: #28385A;
	width: 100%;
    }


/* End style definitions for dynamic menus */
/* **************************************************************************** */

/* **************************************************************************** */

	/* Begin style definitions for BlackTitle class */
		/* Definition for normal text in BlackTitle class -  */
		TD.BlackTitle {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : Blue;	
			margin-top: 5px;
			margin-bottom: 5px;
		}

		/* Definition for title text in BlackTitle class -  */
		TD.BlackTitle H3 {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 14pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : Black;	
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		/* Definition for links contained within BlackTitle class - regular link */
		TD.BlackTitle a {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Red;
			text-decoration : underline;
		}
		
		/* Definition for links contained within BlackTitle class - visited link */
		TD.BlackTitle a:visited {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Red;
			text-decoration : underline;
		}
		
		/* Definition for links contained within BlackTitle class - active link */
		TD.BlackTitle a:active {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Red;
			text-decoration : underline;
		}
		
		/* Definition for links contained within BlackTitle class - mouse hovering color, IE only */
		TD.BlackTitle a:hover {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Black;
			text-decoration : underline;
			}
	/* End style definitions for BlackTitle class */
	
/* **************************************************************************** */

	/* Begin style definitions for GreenTitle class */
		/* Definition for normal text in GreenTitle class -  */
		TD.GreenTitle {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : Blue;	
			margin-top: 5px;
			margin-bottom: 5px;
		}

		/* Definition for title text in GreenTitle class -  */
		TD.GreenTitle H3 {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 14pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : Green;	
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		/* Definition for links contained within GreenTitle class - regular link */
		TD.GreenTitle a {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Black;
			text-decoration : underline;
		}
		
		/* Definition for links contained within GreenTitle class - visited link */
		TD.GreenTitle a:visited {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Black;
			text-decoration : underline;
		}
		
		/* Definition for links contained within GreenTitle class - active link */
		TD.GreenTitle a:active {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Black;
			text-decoration : underline;
		}
		
		/* Definition for links contained within GreenTitle class - mouse hovering color, IE only */
		TD.GreenTitle a:hover {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Red;
			text-decoration : underline;
			}
	/* End style definitions for GreenTitle class */

/* **************************************************************************** */

	/* Begin style definitions for RedTitle class */
		/* Definition for normal text in RedTitle class -  */
		TD.RedTitle {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : Green;	
			margin-top: 5px;
			margin-bottom: 5px;
		}

		/* Definition for title text in RedTitle class -  */
		TD.RedTitle H3 {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 14pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : Red;	
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		/* Definition for links contained within RedTitle class - regular link */
		TD.RedTitle a {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Blue;
			text-decoration : underline;
		}
		
		/* Definition for links contained within RedTitle class - visited link */
		TD.RedTitle a:visited {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Blue;
			text-decoration : underline;
		}
		
		/* Definition for links contained within RedTitle class - active link */
		TD.RedTitle a:active {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Blue;
			text-decoration : underline;
		}
		
		/* Definition for links contained within RedTitle class - mouse hovering color, IE only */
		TD.RedTitle a:hover {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Black;
			text-decoration : underline;
			}
	/* End style definitions for RedTitle class */

/* **************************************************************************** */

	/* Begin style definitions for OrangeTitle class */
		/* Definition for normal text in OrangeTitle class -  */
		TD.OrangeTitle {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : Red;	
			margin-top: 5px;
			margin-bottom: 5px;
		}

		/* Definition for title text in OrangeTitle class -  */
		TD.OrangeTitle H3 {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 14pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : #cc6600;	
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		/* Definition for links contained within OrangeTitle class - regular link */
		TD.OrangeTitle a {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Blue;
			text-decoration : underline;
		}
		
		/* Definition for links contained within OrangeTitle class - visited link */
		TD.OrangeTitle a:visited {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Blue;
			text-decoration : underline;
		}
		
		/* Definition for links contained within OrangeTitle class - active link */
		TD.OrangeTitle a:active {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Blue;
			text-decoration : underline;
		}
		
		/* Definition for links contained within OrangeTitle class - mouse hovering color, IE only */
		TD.OrangeTitle a:hover {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Green;
			text-decoration : underline;
			}
	/* End style definitions for OrangeTitle class */

/* **************************************************************************** */

	/* Begin style definitions for PurpleTitle class */
		/* Definition for normal text in PurpleTitle class -  */
		TD.PurpleTitle {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : Red;	
			margin-top: 5px;
			margin-bottom: 5px;
		}

		/* Definition for title text in PurpleTitle class -  */
		TD.PurpleTitle H3 {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 14pt;
			font-style : normal;
			font-weight : bold;
			text-align: center;
			color : #6600cc;	
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		/* Definition for links contained within PurpleTitle class - regular link */
		TD.PurpleTitle a {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : #cc6600;
			text-decoration : underline;
		}
		
		/* Definition for links contained within PurpleTitle class - visited link */
		TD.PurpleTitle a:visited {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : #cc6600;
			text-decoration : underline;
		}
		
		/* Definition for links contained within PurpleTitle class - active link */
		TD.PurpleTitle a:active {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : #cc6600;
			text-decoration : underline;
		}
		
		/* Definition for links contained within PurpleTitle class - mouse hovering color, IE only */
		TD.PurpleTitle a:hover {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12pt;
			font-style : normal;
			font-weight : normal;
			text-align: center;
			color : Blue;
			text-decoration : underline;
			}
	/* End style definitions for PurpleTitle class */
	
/* **************************************************************************** */


/* Default table definitions */
table, tr, td, th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Default paragraph, division, & span definitions */
p, div, span {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Black;	
}

/* Definition for text in header 2 tag -  */
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	color : Blue;	
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Definition for links contained within header 2 tag - regular link */
h2 a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
}

/* Definition for links contained within header 2 tag - visited link */
h2 a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
}

/* Definition for links contained within header 2 tag - active link */
h2 a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
}

/* Definition for links contained within header 2 tag - mouse hovering color, IE only */
h2 a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}
	
	/* Definition for text in header 2 tag -  */
h2.style2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	color : Black;	
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Definition for links contained within header 2 tag - regular link */
h2.style2 a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
}

/* Definition for links contained within header 2 tag - visited link */
h2.style2 a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
}

/* Definition for links contained within header 2 tag - active link */
h2.style2 a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
}

/* Definition for links contained within header 2 tag - mouse hovering color, IE only */
h2.style2 a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}
	
/*new style for body text 	
	/* Definition for text in header 3 tag -  */
h2.style3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Black;	
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Definition for links contained within header 3 tag - regular link */
h2.style3 a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
}

/* Definition for links contained within header 3 tag - visited link */
h2.style3 a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
}

/* Definition for links contained within header 3 tag - active link */
h2.style3 a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
}

/* Definition for links contained within header 3 tag - mouse hovering color, IE only */
h2.style3 a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}
	
	
/* Definitions for lists */
ol, ul, li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : 009900;		
}

/*  Normal link definitions */
a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : Navy;
	text-decoration : underline;
}

/*  Normal visited link definitions */
a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : Blue;
	text-decoration : underline;
}

/*  Normal active link definitions */
a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : Green;
	text-decoration : underline;
}

/*  Normal hover link definitions - mouse hovering color, IE only */
a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : Red;
	text-decoration : underline;
}

/* Overall table definitions of left side navigation table */
.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : White;
	/*background-color: #9999AA; */
	/*background: url("/templates/bracket-racing/images/checker.jpg");*/  /* navigation background image */
	background: url("/templates/bracket-racing/images/blue-grad2.jpg");
}

/* Definitions for Left side navigation cells.  Links are inside these cells. */
table.nav tr td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-align: center;
}

/* Definitions for Left side navigation headings */
table.nav th {
	padding-bottom : 7px;
	padding-top : 7px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
	background-color: #28385A;
    }

/* Definitions for left side navigation links - normal */
table.nav tr td a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : black;
	text-decoration : underline;
}

/* Definitions for left side navigation links - visited link */
table.nav tr td a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-decoration : underline;
}

/* Definitions for left side navigation links - active link */
table.nav tr td a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : black;
	text-decoration : underline;
}

/* Definitions for left side navigation links - mouse hovering color, IE only */
table.nav tr td a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : white;
	text-decoration : underline;
}

/* Definitions for text where class="heading" */
.heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Black;
}

/* Definitions for text in right side advertisement coloumn, where class="adscolumn" */
.adscolumn {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : White;
	background-color: #FFFFFF;
/*	background: url("/templates/bracket-racing/images/ad-blue-grad.jpg"); */
}

/* Definitions for "auto banner" section, where class="autobanner" */
.autobanner {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : Black;
	background-color: #ffffff;
}

/* Definitions for text where class="comment" */
.comment {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Black;
}

/* Definitions for text where class="copyright".  At the bottom of the page */
.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : #666666;
	background-color : White;	
}

/* Definition for links contained within class="copyright" table tag */
td.copyright a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	text-decoration : underline;
}

/* Definition for links contained within  class="copyright" table tag - visited link */
td.copyright a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	text-decoration : underline;
}

/* Definition for links contained within  class="copyright" table tag - active link */
td.copyright a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	text-decoration : underline;
}

/* Definition for links contained within class="copyright" table tag - mouse hovering color, IE only */
td.copyright a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #999999;
	text-decoration : underline;
	}
	


/* Definitions for text where class="content".  Intended for the information */
/* in the center of the page. */
.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	padding-top : 5px;
	padding-left : 15px;
	padding-right : 10px;
	padding-bottom : 10px;
	background-color : White;
	color : Black;
}

td.email { 
	font-family: arial;
	font-size: 9pt; 
	font-weight: bold; 
	background-color: #eeeeee;
}

input.email {
	font-family: arial; 
	font-size: 8pt; 
	background-color: #ffffcc;
}

input.submit { 
	font-family: arial; 
	font-size: 9pt; 
	background-color: #cccccc; 
	width: 135px;
}

td.emailtop { 
	font-family: arial; 
	font-size: 9pt; 
	font-weight: normal; 
	background-color: #eeeeee; 
	color: #0000ff; 
	text-align: center;
}

/* Default table definitions */
table.tracks, tr, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* Definitions for left side navigation links - normal */
table.tracks tr td p a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
}

/* Definitions for left side navigation links - visited link */
table.tracks tr td p a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
}

/* Definitions for left side navigation links - active link */
table.tracks tr td p a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
}

/* Definitions for left side navigation links - mouse hovering color, IE only */
table.tracks tr td p a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
}

/* Definitions for Left side navigation headings */
table.trackheader th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
	background-color: #0000ff;
    }

