<cfif IsDefined("bdark") and "#bdark#" EQ 1>
<style>
	A	{font-size: 12pt;
		color:  blue;
		font-family : Verdana, Arial, Helvetica;
		font-style : Normal;
		font-weight : bold;
	}

	u	{font-weight : normal;
	}

	B {
		font-weight : bold;
		color : Blue;
	}

	Body   {
		font-size: 9pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Normal;
		font-weight : bold;
		line-height : 125%;
		color: Navy;
		margin-top: 0;
		margin-bottom: 3px;
	}

	Normal   {
		font-size: 9pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Normal;
		font-weight : bold;
		line-height : 125%;
		color: Navy;
		margin-top: 0;
		margin-bottom: 3px;
	}

	Header {
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		font-size : 12pt;
		color : White;
	}

	I {
		font-family : Arial;
		font-weight : normal;
		font-style : normal;
		font-size : 10pt;
		color : Navy;
	}

	.Body:hover   {
		font-size: 10pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Italic;
		font-weight : bold;
		line-height : 125%;
		color: Red;
		margin-top: 0;
		margin-bottom: 3px;
	}

	.Normal   {
		font-size: 10pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Normal;
		font-weight : bold;
		line-height : 125%;
		color: Navy;
		margin-top: 0;
		margin-bottom: 3px;
		text-decoration : none;
	}

	.Normal:hover	{font-size: 12pt;
		color:  red;
		font-size: 10pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Normal;
		font-weight : bold;
		line-height : 125%;
		margin-top: 0;
		margin-bottom: 3px;
		text-decoration : none;
	}

	.NormalLight   {
		font-size: 10pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Normal;
		font-weight : normal;
		line-height : 125%;
		color: Navy;
		margin-top: 0;
		margin-bottom: 3px;
	}

	.NormalRed   {
		font-size: 10pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Normal;
		font-weight : Bold;
		line-height : 125%;
		color: Red;
		margin-top: 0;
		margin-bottom: 3px;
	}

	.NormalU   {
		font-size: 10pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Normal;
		font-weight : Bold;
		line-height : 125%;
		margin-top: 0;
		margin-bottom: 3px;
		text-decoration : underline;
	}

	.FormField   {
		font-size: 12pt;
		font-family : Arial;
		color: blue;
		font-weight : bold;
	}

	.prop {
		font-size: 9pt;
		font-family : "Courier New", Courier, monospace;
		color: navy;
		font-weight : normal;
	}

	.prop_g {
		font-size: 9pt;
		font-family : "Courier New", Courier, monospace;
		color: gray;
		font-weight : normal;
	}

	.rept {
		font-size: 8pt;
		font-family : Verdana, Arial, Helvetica;
		color: navy;
		font-weight : normal;
	}

	.reptname {
		font-size: 12pt;
		font-family : "Arial Narrow";
		color: navy;
		font-weight : bold;
		text-decoration: none;
	}

	.reptred {
		font-size: 8pt;
		font-family : Verdana, Arial, Helvetica;
		color: red;
		font-weight : normal;
	}

	.reptU {
		font-size: 8pt;
		font-family : Verdana, Arial, Helvetica;
		color: red;
		font-weight : normal;
		text-decoration : underline;
	}

	.rept_g {
		font-size: 8pt;
		font-family : Verdana, Arial, Helvetica;
		color: gray;
		font-weight : normal;
	}

	.reptSmall {
		font-size: 7pt;
		font-family : "Small Fonts";
		color: navy;
		font-weight : normal;
	}

	.reptSmallBold {
		font-size: 7pt;
		font-family : "Small Fonts";
		color: navy;
		font-weight : bold;
	}

	.report {
		font-size: 9pt;
		font-family : Verdana, Arial, Helvetica;
		color: navy;
		font-weight : normal;
		text-decoration : none;
	}

	.report:hover {
		font-size: 9pt;
		font-family : Verdana, Arial, Helvetica;
		color: red;
		font-weight : bold;
		text-decoration : none;
	}

	.reportred {
		font-size: 9pt;
		font-family : Verdana, Arial, Helvetica;
		color: red;
		font-weight : normal;
	}

	.reportU {
		font-size: 9pt;
		font-family : Verdana, Arial, Helvetica;
		color: red;
		font-weight : normal;
		text-decoration : underline;
	}

	.reportSmall {
		font-size: 8pt;
		font-family : "Small Fonts";
		color: navy;
		font-weight : normal;
	}

	.reportSmallBold {
		font-size: 8pt;
		font-family : "Small Fonts";
		color: navy;
		font-weight : bold;
	}

	.Places {
		font-size : 11pt;
		color : Teal;
		font-style : italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}

	.Places:hover {
		font-size : 11pt;
		color : Red;
		font-style : italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}

	.TDSmallA {
		font-size : 8pt;
		color : blue;
		font-style : italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}

	.TDSmallA:hover {
		font-size : 8pt;
		color : red;
		font-style : italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}

	.TDSmallAred {
		font-size : 8pt;
		color : red;
		font-style : italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}

	.TDSmallAred:hover {
		font-size : 8pt;
		color : blue;
		font-style : italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}

	.TDQuietA {
		color : Navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		text-decoration: none;
	}

	.TDNormalA {
		font-size : 8pt;
		color : Blue;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}

	.TDNormalG {
		font-size : 8pt;
		color : Gray;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}

	.TDBoldA {
		font-size : 8pt;
		color : Blue;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}

	.TDBoldG {
		font-size : 8pt;
		color : Gray;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}

	.TDLightA {
		font-size : 8pt;
		color : navy;
		font-style : italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}

	.smallfont {
		font-size : 7pt;
		color : navy;
		font-family : Verdana, Arial, Helvetica;
		font-style : normal;
		font-weight : normal;
	}

	.smallBoldfont {
		font-size : 7pt;
		color : red;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}

	.smallprop {
		font-size : 7pt;
		color : navy;
		font-style : bold;
		font-family : courier;
		font-weight : normal;
	}
	.gamereport {
		font-size : 9pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}

	.Buttons   {
		font-family : "Comic Sans MS";
		font-weight : bold;
		font-style : normal;
		font-size : 10pt;
		color: Black;
	}

	.SmButtons   {
		font-family : "Comic Sans MS";
		font-weight : bold;
		font-style : normal;
		font-size : 8pt;
		color: Black;
	}

	.TinyButtons   {
		font-family : "Comic Sans MS";
		font-weight : bold;
		font-style : normal;
		font-size : 7pt;
		color: Black;
	}

	.VertButtons   {
		font-size: 7pt;
		font-family : "Small Fonts";
		font-weight : Normal;
		font-style : normal;
		color: Black;
		text-align : center;
		text-decoration : none;
	}

	.SoftButtons   {
		font-family : "Comic Sans MS";
		font-weight : bold;
		font-style : normal;
		font-size : 7pt;
		color: Navy;
	}

	.Address {
		font-size: 9pt;
		color:  #0000DF;
		font-style: italic;
		font-family : Arial;
		font-weight : Normal;
		line-height : 100%;
		margin-bottom : 0px;
		margin-top : 0px;
	}

	.Body   {
		font-size: 12pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Italic;
		font-weight : bold;
		line-height : 125%;
		color: Navy;
		margin-top: 0;
		margin-bottom: 3px;
	}

	.BodyRed   {
		font-size: 12pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Italic;
		font-weight : bold;
		line-height : 125%;
		color: Red;
		margin-top: 0;
		margin-bottom: 3px;
	}

	.Home   {
		font-size: 8pt;
		font-family : Verdana, Arial, Helvetica;
		font-style : Italic;
		font-weight : Bold;
		color: Teal;
	}

	.biglink	{font-size: 11pt;
		color:  green;
		font-style: italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}

	.bodycenter {font-size: 11pt;
		color:  navy;
		font-style: italic;
		font-family : Verdana;
		font-weight : normal;
		text-align : center;
		line-height : 100%;
		margin-bottom : 0px;
		margin-top : 0px;
	}

	.email {font-size: 9pt;
		color:  navy;
		font-style: italic;
		font-family : Arial;
		font-weight : normal;
		line-height : 120%;
		margin-bottom : 0px;
		margin-top : 0px;
	}

	.headertext {
		font-size : 8pt;
		color : Navy;
		font-style : Italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}

	.headertext:Hover {
		font-size : 8pt;
		color : Red;
		font-style : Italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}

	.redheadertext {
		font-size : 9pt;
		color : Red;
		font-style : Italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}

	.redheadertext:Hover {
		font-size : 9pt;
		color : Navy;
		font-style : Italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}

	.headerSMtext {
		font-size : 8pt;
		color : Navy;
		font-style : Italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}

	.headertextb {
		font-size : 14pt;
		color : maroon;
		font-style : Italic;
		font-family : Arial, Helvetica;
		font-weight : Bold;
	}

	.navtags {
		font-size : 10pt;
		color : Blue;
		font-style : Italic;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}

	.tablehead {
		font-size: 11pt;
		color: maroon;
		background-color : #F0E68C;
		font-style: italic;
		font-family : Arial;
		font-weight : bold;
		line-height : 100%;
		margin-bottom : 0px;
		margin-top : 0px;
	}

	.Paren {
		font-size: 12pt;
		font-family : Arial;
		color: Blue;
		font-weight : bold;
	}

	.TD {
		font-size: 10pt;
		font-family : "Courier New", Courier, monospace;
		color: black;
		font-weight : normal;
		vertical-align : baseline;
	}

	.link {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		color : navy;
		text-decoration : None;
	}

	.link:hover {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		color: Red;
	}

	.softlink {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		color : gray;
		text-decoration : None;
	}

	.softlink:hover {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		color: Red;
	}

	.TDBlue {
		font-size: 10pt;
		font-family : "Courier New", Courier, monospace;
		color: blue;
		font-weight : bold;
		vertical-align : baseline;
	}

	.TDRed {
		font-size: 10pt;
		font-family : "Courier New", Courier, monospace;
		color: Red;
		font-weight : bold;
		vertical-align : baseline;
	}

	.TDBold {
		font-size: 10pt;
		font-family : "Courier New", Courier, monospace;
		color: black;
		font-weight : bold;
		vertical-align : baseline;
	}

	.TDAddr {
		font-size : 8pt;
		color : Navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}

	.TDAddrHdr {
		font-size : 8pt;
		color : Navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Normal;
	}

	.TDBoldLabel {
		font-size : 9pt;
		color : navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}

	.TDSmallLabel {
		font-size : 8pt;
		color : navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}

	.TDSmallRow {
		font-size : 4pt;
		color : navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}

	.TDCoach { font-size : 10pt;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		font-style : Normal;
		font-weight : bold;
		color : Green;
	}

	.TDEmail {
		font-size : 9pt;
		color : green;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}
	.TDField {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		text-decoration : none;
		font-color : navy;
	}
	.TDField:hover {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		font-color : red;
		text-decoration : none;
	}
	.TDSoftField {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		color : teal;
	}
	.TDFieldLine {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		text-decoration : line-through;
		font-color : navy;
	}
	.TDFieldLine:hover {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		font-color : red;
		text-decoration : line-through;
	}
	.StatField {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		text-align : right;
	}

	.StatFieldLeft {font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
	}

	.StatFieldOpt {
		font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		color : navy;
		text-align : right;
		background-color : #FFFFC4;
		border : none;
	}
	.StatFieldOptBG {
		font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
		color : navy;
		text-align : right;
		background-color : #FFFFC4;
	}
	.tdInactive {
		color : gray;
		font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
	}

	.tdRegistered {
		color : blue;
		font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
	}

	.tdWaitlist {
		color : #990099;
		font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
	}

	.tdDropped {
		color : Teal;
		font-size : 8pt;
		font-family : Verdana, Arial, Helvetica;
	}

	.TDheader  {
		background-color :#008080 ;
		font-weight :bold;
		font-family : Verdana;
		font-size : 12pt;
		color : White;
	}

	.TDrptHead  {
		background-color :#008080 ;
		font-weight :normal;
		font-family : Verdana;
		font-size : 8pt;
		color : White;
		text-align :center;
	}

	.TDSmheader  {
		background-color :teal;
		text-align : center;
		font-weight :bold;
		font-family : Verdana;
		font-size : 8pt;
		color : White;
		text-decoration : none;
	}

	.TDSmheader:Hover  {
		background-color :teal;
		text-align : center;
		font-weight :bold;
		font-family : Verdana;
		font-size : 8pt;
		color : Yellow;
		text-decoration : none;
	}

	.TDSmheaderRev  {
		background-color :silver;
		text-align : center;
		font-weight :bold;
		font-family : Verdana;
		font-size : 8pt;
		color : Teal;
		text-decoration : none;
	}

	.TDSmheaderRev  {
		background-color :silver;
		text-align : center;
		font-weight :bold;
		font-family : Verdana;
		font-size : 8pt;
		color : Teal;
		text-decoration : none;
	}

	.TDtinyheader  {
		background-color :#008080 ;
		font-weight :bold;
		font-family : "Small Fonts";
		font-size : 6pt;
		color : White;
	}

	.TDheaderHidden  {
		background-color :teal;
		text-align : center;
		font-weight :bold;
		font-family : Verdana;
		font-size : 8pt;
		color : teal;
	}

	.TDSilHeader  {
		background-color :Silver;
		text-align : center;
		font-weight :bold;
		font-family : Verdana;
		font-size : 8pt;
		color : White;
		text-decoration:none;
	}

	.TDSilHeader:hover  {
		background-color :Silver;
		text-align : center;
		font-weight :bold;
		font-family : Verdana;
		font-size : 8pt;
		color : Yellow;
		text-decoration:none;
	}

	.Calfooter {
		background-color :teal;
		font-weight :bold;
		font-family : Verdana;
		font-size : 8pt;
		color : White;
	}
	.TDDate   {
		font-size: 9pt;
		font-family : "Courier New", Courier, monospace;
		font-weight : bold;
		color: black;
	}
	.TDSched   {
		font-size: 8pt;
		font-family : verdana;
		font-weight : normal;
		color: gray;
	}
	.TDNote  {
		font-size: 7pt;
		font-family : "Courier New", Courier, monospace;
		font-weight : bold;
		color: gray;
	}
	.TDCal  {
		font-size: 8pt;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		color: navy;
	}
	.TDhidden  {
		font-family : "Courier New", Courier, monospace;
		font-weight : bold;
		font-size : 7pt;
		color : Silver;
	}
	.TDtotal {
		font-size: 10pt;
		font-family : "Courier New", Courier, monospace;
		color: white;
		font-weight : bold;
		background-color :teal;
	}
	.TDLabel {
		font-size : 8pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}
	.TDLabel:hover {
		font-size : 8pt;
		color : red;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}
	.TDLabelCenter {
		font-size : 8pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-align : center;
	}
	.TDLabelRight {
		font-size : 8pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-align : right;
	}
	.TDparen {
		font-size: 12pt;
		font-family : Verdana, Arial, Helvetica;
		color:  navy;
		font-weight : normal;
	}
	.RosterName {
		font-size : 11pt;
		color : Navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}
	.Roster {
		font-size : 9pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}
	.TDSoftLabel {
		font-size : 8pt;
		color : teal;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}
	.TDRedLabel {
		font-size : 8pt;
		color : Red;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}
	.TDRedLabel:hover {
		font-size : 8pt;
		color : Navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}
	.TDLabelBold {
		font-size : 9pt;
		color : navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-align : left;
	}

	.TDMsg {
		font-size : 10pt;
		color : Blue;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-align : center;
	}

	.TDRedMsg {
		font-size : 10pt;
		color : red;
		font-style : Italics;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}

	.TDRole {
		font-size : 8pt;
		color : Navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}

	.TDSmMsg {
		font-size : 8pt;
		color : Navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Normal;
	}

	.WhiteMsg {
		font-size : 8pt;
		color : white;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Normal;
	}

	.TDSmLabel {
		font-size : 8pt;
		color : #008080;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}

	.TDSmField {
		font-size : 8pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
	}

	.TDTinyMsg {
		font-size : 6pt;
		color : Navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Normal;
	}

	.TDTeam {
		font-size : 10pt;
		color : Navy;
		font-style : Normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}

	.TDWarningR {
		font-size : 12pt;
		color : red;
		font-style : Italics;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-align : center;
	}

	.TDWarningB {
		font-size : 12pt;
		color : blue;
		font-style : Italics;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-align : center;
	}
	.Childfont {
		font-size : 10pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
		font-variant : small-caps;
	}
	.Schedfont {
		font-size : 8pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		text-decoration : none;
	}
	.Schedfont:hover {
		font-size : 8pt;
		color : red;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		text-decoration : none;
	}
	.SchedfontRev {
		font-size : 8pt;
		color : Red;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		text-decoration : none;
	}
	.SchedfontRev:hover {
		font-size : 8pt;
		color : Navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : normal;
		text-decoration : none;
	}
	.Schedfontbold {
		font-size : 8pt;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}
	.Schedfontbold:hover {
		font-size : 8pt;
		color : red;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
		text-decoration : none;
	}
	.SchedfontHeader {
		font-size : 9pt;
		color : white;
		background-color :teal;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : bold;
	}
	.Coachfont {
		font-size : 11;
		color : Red;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}
	.Parentfont {
		font-size : 11;
		color : navy;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}
	.Rolefont {
		font-size : 11;
		color : teal;
		font-style : normal;
		font-family : Verdana, Arial, Helvetica;
		font-weight : Bold;
	}
	.brohead {
		font-family : Impact;
		font-size : 30;
		color : Black;
		font : Impact;
	}
	.bro {
		font-family : Arial;
		font-family : Comic Sans MS;
		font-size : 14;
		color : black;
		line-height : 135%;
	}
	.brobold {
		font-family : Arial;
		font-size : 14;
		color : black;
		line-height : 135%;
		font-weight : Bold;
	}
	.broitalic {
		font-family : Arial;
		font-size : 13;
		font-weight : Normal;
		font-style : Italic;
		color : black;
	}
	.broleftbold {
		font-family : Comic Sans MS;
		font-size : 14;
		font-weight : Bold;
		color : black;
	}
	.broleft {
		font-family : Comic Sans MS;
		font-size : 11;
		font-weight : Normal;
		color : black;
	}
	.broleftitalic {
		font-family : Comic Sans MS;
		font-size : 12;
		font-style : Italic;
		color : black;
	}
	.broheader  {
		background-color :#CB7B34;
		font-weight :bold;
		font-family : Verdana;
		font-size : 12pt;
		color : White;
	}

	.store {
		font-weight :bold;
		font-family : sans-serif;
		font-size : 12pt;
		color : black;
	}

	.storefield {
		font-weight :normal;
		font-family : "Courier New", Courier, monospace;
		font-size : 8pt;
		color : black;
	}

	.storesm {
		font-weight :bold;
		font-family : Verdana;
		font-size : 10pt;
		color : black;
	}

	.storetiny {
		font-weight :normal;
		font-family : Verdana;
		font-size : 8pt;
		color : black;
	}

	.Vconf   {
		font-size: 12pt;
		font-family : "Times New Roman", Times, serif;
		font-style : Normal;
		font-weight : normal;
		line-height : 135%;
	}
	.Vconfsmall   {
		font-size: 10pt;
		font-family : "Times New Roman", Times, serif;
		font-style : Normal;
		font-weight : normal;
	}
	.Vconftiny   {
		font-size: 8pt;
		font-family : "Times New Roman", Times, serif;
		font-style : Normal;
		font-weight : normal;
	}
	.smallbox  {
		font-size: 8pt;
		font-family : "Times New Roman", Times, serif;
		font-style : Normal;
		font-weight : normal;
		border : none;
		background : Aqua;
	}
	.Box   {
		font-size: 9pt;
		font-family : "Comic Sans MS";
		font-weight : Normal;
		color: Navy;
		margin-top: 0;
		margin-bottom: 3px;
	}
	.BoxBold   {
		font-size: 10pt;
		font-family : "Comic Sans MS";
		font-weight : Bold;
		color: Navy;
		margin-top: 0;
		margin-bottom: 3px;
	}
	.BoxHead   {
		font-size: 12pt;
		font-family : "Comic Sans MS";
		font-weight : Normal;
		color: Navy;
		margin-top: 0;
		margin-bottom: 3px;
	}
	.Field {font-size : 7pt;
		font-family : Verdana, Arial, Helvetica;
	}
	.Table {font-size : 10pt;
		font-weight : normal;
		font-style: Italic;
		font-family : Verdana, Arial, Helvetica;
	}
	.Table:hover {font-size : 10pt;
		font-weight : normal;
		font-style: Italic;
		font-family : Verdana, Arial, Helvetica;
		color: Blue;
	}
</style>