/* define standard element styles */

BODY, P, TD, DIV, h1 {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000000;
}
	
BODY {
	background-color : #ffffff;
}

INPUT, TEXTAREA, SELECT {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000000;
}

.headline {
	font : 13px Verdana, Arial, sans-serif; 
	color : #026AB2;
	font-weight : bold;
}

.title {
	font : 15px Verdana, Arial, sans-serif; 
	color : #026AB2;
	font-weight : bold;
}

.title2 {
	font : 13px Verdana, Arial, sans-serif; 
	color : #026AB2;
	font-weight : bold;
}

.tiny {
	font : 9px Verdana, Arial, sans-serif; 
	color : #000000;
}


/* link properties */

A, A:Visited, A:Active {
	color : #026AB2;
	font-weight : bold;
	text-decoration : none;
}

A:Hover {
	color : #00406D;
}

A.title, A.title:Visited, A.title:Active {
	font : 13px Verdana, Arial, sans-serif; 
	color : #026AB2;
	font-weight : bold;
	text-decoration : none;
}

A.title:Hover {
	font : 13px Verdana, Arial, sans-serif; 
	color : #00406D;
	font-weight : bold;
	text-decoration : none;
}