.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	}
.copyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.copyheader14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.copywrite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.copylight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.formlable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #800517;
	height:16px;
	
}

A:link, A:visited, A:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EF272e;
	font-weight: normal;
}

.text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
}
/* Begin Login Form Styles */
    /* The span surrounding the login form */
    .loginBox 
    {
        position: relative;
        left: 50px;
        top: 50px;
        width: 250px;
    }

    /* The span containing the username label and textbox */
    .loginUserName
    {
        }
     
    /* The span containing just the username label */
    .loginUserNameLabel
    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    color: #333333;
        font-weight: normal;
        }
     
     /* The span containing just the username textbox */
    .loginUserNameTextBox
    {
        width: 178px;
        }
     
    /* The span containing the password label and textbox */    
    .loginPassword
    {
        
        }
    
    /* The span containing just the password label */
    .loginPasswordLabel
    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    color: #333333;
        font-weight: normal;
    }
     
     /* The span containing just the username textbox */
    .loginPasswordTextBox
    {
        width: 178px;
    }

    /* The info describing what to do if you forget your un/pw */
    .loginForgetInfo 
    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    color: #333333;
	    font-weight: normal;
	    margin-top: 175px;
	    margin-bottom: 100px;
	}  
/* End Login Form Styles */