/* *******************************************************************************
The following are used in the registration and payment pages only
********************************************************************************** */

.h3Header      /* Used for the Headers for the Team, Billing, and Player Info  */
{
    font-size:x-large;
    margin-bottom:1px;
    font-weight:bold;
}
.mainTable      /* Used for the left margins  */
{
	margin-left:5px;
}
.txtMessage					/* user information messages */
{
    font-size:smaller;
    font-style:italic;
    font-weight:bolder;
    white-space:nowrap;
}
.txtMessageBold
{
	font-size:larger;
	font-style:italic;
	font-weight:bold;
}

.column01					/* column 01 of table used for team, billing, and player info */
{
	width:100px;
	white-space:nowrap;
}
.column02					/* column 02 of table used for team, billing, and player info */
{
	white-space:nowrap;
}
.column03					/* column 03 of table used for team, billing, and player info */
{
	white-space:nowrap;
}
.column04					/* column 04 of table used for team, billing, and player info */
{
    padding-left:5px;
    width:90px;
    white-space:nowrap;
}
.column05					/* column 05 of table used for team, billing, and player info */
{
	white-space:nowrap;
}
.column06					/* column 06 of table used for team, billing, and player info */
{
	white-space:nowrap;
}

.column61					/* column 1-6 (colspan) of table used for team, billing, and player info */
{
	white-space:nowrap;
}

.labelClass
{
}

.textClass02				/* text box with 02 characters */
{
    width:25px;
}
.textClass10				/* text box with 10 characters */
{
    width:85px;
}

.textClass20				/* text box with 20 characters */
{
    width:160px;
}
.textClass40				/* text box with 40 characters */
{
    width:230px;
}
/* *******************************************************************************
The following are used in the registration and payment pages only
********************************************************************************** */
.ParagraphHeading
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #004A7B;
	font-weight: bold;
}	

.ParagraphText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.ParagraphTextNoMargin
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.ParagraphTextStrong
{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.ParagraphTextSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.ParagraphTextUnderline
{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
