﻿.newsletter {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	letter-spacing: 1pt;
}
.footer {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #32260c;
	padding-left: 6px;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
a.footer:link {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #32260c;
	padding-left: 6px;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
a.footer:hover {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
.content {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.content_bg {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:bottom right;
	background-image:url(images/cheerleaders_body_BG.gif);

}
.login {
	font-family: Arial;
	font-size: 6pt;
	font-weight: bold;
	color: #32260c;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
a.login:link {
	font-family: Arial;
	font-size: 6pt;
	font-weight: bold;
	color: #32260c;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
a.login:active {
	font-family: Arial;
	font-size: 6pt;
	font-weight: bold;
	color: #32260c;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
a.login:visited {
	font-family: Arial;
	font-size: 6pt;
	font-weight: bold;
	color: #32260c;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
a.login:hover {
	font-family: Arial;
	font-size: 6pt;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
a:link {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #396187;
	text-decoration:none;
}
a:active {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #396187;
	text-decoration:none;
}
a:visited {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #396187;
	text-decoration:none;
}
a:hover {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-decoration:none;
}

input[type=text]
{
    background-color:#cdcdcd;
    font-family:Tahoma;
    font-size:8pt;
    font-weight:bold;
    color:#1d4e8b;
    margin:4px;
    padding:4px;
}
input[type=password]
{
    background-color:#cccccc;
    font-family:Tahoma;
    font-size:8pt;
    font-weight:bold;
    color:#1d4e8b;
    margin:4px;
    padding:4px;
}
input[type=buton]
{
    background-color:#cccccc;
    font-family:Tahoma;
    font-size:8pt;
    width:80px;
    margin:0px;
    
}
input[type=reset]
{
    background-color:#cccccc;
    font-family:Tahoma;
    font-size:8pt;
    width:80px;
    margin:0px;
    
}
input[type=submit]
{
    background-color:#cccccc;
    font-family:Tahoma;
    font-size:8pt;
    width:80px;
    margin:0px;
}

/* MODAL POPUP STYLES */
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 1px;
    z-index:10000;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
   
    z-index: 750;
}
.modal
{
    
   position: relative;
    top: 0px;
    left: 550px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}
.modalTop
{
    width: 292px;
  
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 0px;
}
/* MODAL POPUP STYLES */
.promo_border
{
    border: solid 1px #151515;
    }