a.one {
	text-decoration: none; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial; 
	color: #035172 
}

a:hover.one {
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial; 
	color: #333333 
}

a.two {
	text-decoration: none; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial; 
	color: white 
}

a:hover.two {
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial; 
	color: white 
}

DIV.text {
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial; 
	color: #333333; 
	text-align: justify 
}

DIV.right {
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial; 
	color: #333333; 
	text-align: right 
}

DIV.center {
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial; 
	color: #333333; 
	text-align: center 
}

DIV.centerw {
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial; 
	color: white; 
	text-align: center 
}

.button { 
	BACKGROUND: #035172; 
	FONT: 10px arial; 
	COLOR: white; 
	font-weight: normal; 
	BORDER: 0px solid; 
	border-color: #035172
	cursor: hand 
}

.form { 
	FONT: 10px arial; 
	COLOR: #035172; 
	BORDER: 1px solid; 
	border-color: #035172
}

.table { 
	border-collapse: collapse; 
	border: 1px solid; 
	border-color: #333333 
}

.td { 
	border-collapse: collapse; 
	border: 1px solid; 
	border-color: #035172 
}