a:link {
	color : #0033CC;
	text-decoration : none;
}


.tab2 { 

background-color:#eaeaea;
cursor:hand; 
cursor:pointer;

}

.tab { 

background-color:none;
cursor:hand; 
cursor:pointer;

}

.box2 { 
border: #999999 1px solid;
cursor:hand; 
cursor:pointer;
}

.box { 
border: none;
cursor:hand; 
cursor:pointer;

}


a:visited {
	color : #0033CC;
	text-decoration : none;
}

a:hover {
	color : #003366;
	text-decoration : underline;
}

a:active {
	color : #0033CC;
	text-decoration : none;
}

body, td, input, textarea {
	font-family : Arial;
	font-size : 12px;
}

.header {
	font-size : 14px;
	font-weight : bold;
	color : #003366;
}

.button {
	font-size : 11px;
	font-weight: bold;
	font-family : Arial;
	color: #003366;
	cursor: hand;
	vertical-align:bottom; height:20px;
}

.field {
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

