A.one {text-decoration : none; font-weight: bold; color: gray };
A.two {text-decoration : none; font-weight: bold; color: white };

A:HOVER.one {text-decoration: none; font-weight: bold; color: white };
A:HOVER.two {text-decoration: none; font-weight: bold; color: white };

DIV.one { font-weight: normal; font-size: 12; font-family: arial; text-align: justify };
DIV.two { font-weight: normal; font-size: 11; font-family: arial; text-align: center };
DIV.three { font-weight: normal; font-size: 11; font-family: arial; text-align: left };
DIV.four { font-weight: normal; font-size: 13; font-family: arial; text-align: center };
DIV.five { font-weight: normal; font-size: 13; font-family: arial; text-align: left };
DIV.six { font-weight: normal; font-size: 12; font-family: arial; text-align: center };
DIV.seven { font-weight: normal; font-size: 12; font-family: arial; text-align: right };
DIV.eight { font-weight: normal; font-size: 13; font-family: arial; text-align: justify };
DIV.nine { font-weight: bold; font-size: 16; font-family: arial; text-align: center };
DIV.ten { font-weight: normal; font-size: 11; font-family: arial; text-align: justify };
DIV.elev { font-weight: normal; font-size: 12; font-family: arial; text-align: left };

.form { 
	FONT: 11px arial; 
	COLOR: #333333;
	BORDER: #333333 1px solid; 
}

.button { 
	BACKGROUND: #E6E6E6; 
	FONT: 10px arial; 
	COLOR: #333333; 
	BORDER: #333333 1px solid; 
	cursor: hand;
}

