/* TEXT AREA */
.text_page_header
{
font-family: arial;
font-size: 16pt;
color: #002d24;
}
.text_large_gray
{
font-family: arial;
font-size: 16pt;
color: #cccccc;
}
.text_coaches_title
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #ffffff;
}
.text_sponsor
{
font-family: arial;
font-size: 12pt;
font-weight: bold;
color: #002d24;
}
.text_manager_title
{
 font-family: Arial;
 font-size: 10pt;
 font-weight: none;
 color: #31518e;
}
.text_manager_version
{
 font-family: Arial;
 font-size: 8pt;
 font-weight: none;
 color: #31518e;
}
.text_manager_section
{
 font-family: Arial;
 font-size: 8pt;
 font-weight: none;
 color: #000000;
}

.text_mission_statement
{
font-family: arial;
font-size: 14pt;
color: #444444;
}
.text_content
{
font-family: arial;
font-size: 10pt;
color: #444444;
}
.text_copyright
{
font-family: arial;
font-size: 8pt;
color: #ffffff;
}
.text_side_bar_header
{
font-family: arial;
font-weight: bold;
font-size: 10pt;
color: #ffffff;
}
.text_side_bar
{
font-family: arial;
font-weight: none;
font-size: 8pt;
color: #000000;
}
.text_content_green
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #002d24;
}
.text_content_green_small
{
font-family: arial;
font-size: 8pt;
font-weight: none;
color: #002d24;
}

.text_schedule_header
{
font-family: arial;
font-weight: bold;
font-size: 10pt;
color: #ffffff;
}
.text_schedule_title
{
font-family: arial;
font-weight: bold;
font-size: 10pt;
color: #000000;
}
.text_schedule
{
font-family: arial;
font-weight: none;
font-size: 10pt;
color: #000000;
}
.text_news_title
{
font-family: arial;
font-weight: bold;
font-size: 10pt;
color: #002d24;
}
.text_roster_name
{
font-family: arial;
font-size: 9pt;
font-weight: bold;
color: #002d24;
}
.text_roster_number
{
font-family: arial;
font-size: 14pt;
font-weight: bold;
color: #002d24;
}
.text_roster_position
{
font-family: arial;
font-size: 10pt;
font-weight: none;
color: #444444;
}

.text_guestbook_signature
{
font-family: arial;
font-size: 10pt;
font-weight: none;
color: #002d24;
}
/* LINK AREA */
.link_menu
{
font-family: arial;
font-weight: bold;
font-size: 10pt;
color: #ffffff;
text-decoration: none;
}
.link_content
{
font-family: arial;
font-weight: none;
font-size: 10pt;
color: #002d24;
text-decoration: none;
}
.link_content:hover
{
font-family: arial;
font-weight: none;
font-size: 10pt;
color: #002d24;
text-decoration: underline;
}
.link_content_small
{
font-family: arial;
font-weight: none;
font-size: 8pt;
color: #002d24;
text-decoration: none;
}
.link_netazen
{
font-family: arial;
font-size: 8pt;
color: #ffffff;
text-decoration: none;
}
/* BORDER AREA */
.border_full
{
border: 1px solid #cccccc;
}
.border_open_top
{
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.border_open_bottom
{
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}
.border_open_right
{
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.border_sides
{
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}
.border_open_right_top
{
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.border_right
{
border-right: 1px solid #cccccc;
}
.border_bottom
{
border-bottom: 1px solid #cccccc;
}
.border_blue_lrt
{
border-top: 1px solid #abc6dd;
border-left: 1px solid #abc6dd;
border-right: 1px solid #abc6dd;
}
.border_blue_lrb
{
border-bottom: 1px solid #abc6dd;
border-left: 1px solid #abc6dd;
border-right: 1px solid #abc6dd;
}

/* FORM AREA */
.form_button
{
font-family: arial;
font-size: 10pt;
font-weight: none;
color: #ffffff;
text-decoration: none;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
cursor: pointer;
background-color: #002d24;
}
.form_button:hover
{
font-family: arial;
font-size: 10pt;
font-weight: none;
color: #002d24;
text-decoration: none;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
cursor: pointer;
background-color: #eeeeee;
}
