.clsNormal {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Tahoma, Arial; TEXT-DECORATION: none
}
.clsSmall {
	FONT-WEIGHT: normal; FONT-SIZE: 7pt; FONT-FAMILY: Verdana, Tahoma, Arial; TEXT-DECORATION: none
}

/*
 *-----------------------------------------------------------------------------------
 * Login styles
 *-----------------------------------------------------------------------------------
 */

.clsLoginTable
{
    border:                 solid 1px #323c49;
    background-color:       #ffffff;
}

.clsLoginTop
{
    background-color:       #ffffff;
    width:                  587px;
    height:                 66px;
}

.clsLoginBottom
{
    background-color:       #ffffff;
    width:                  587px;
    height:                 7px;
}

.clsLoginLeftWall
{
    width:                  15px;
}

.clsLoginRightWall
{
    width:                  15px;
}
/*
 *-----------------------------------------------------------------------------------
 * Hyperlinks
 *-----------------------------------------------------------------------------------
 */

A {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, Arial; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
A:visited {
	
}

