/* ~~~ [regular classes/selectors definitions] ~~~ */
BODY, PRE, TD, LI, UL, OL, DL, P, FORM, INPUT, SELECT, TEXTAREA {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #58A3D3
}

/* CSS Document */
BODY {
	padding: 0;
	margin: 0;
/*/*/
	background: #FFFFFF;
/*buzz*/	
}

/* ~~~ [pseudo classes] ~~~ */
A {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #0072BC;
	text-decoration: none;
}
A:hover {
	color: #00B5EF;
	text-decoration: underline;
	
}
A.big {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #0072BC;
	text-decoration: none;
	
}
A.big2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0072BC;
	text-decoration: none;
	
}
A.big:hover {
	color: #00B5EF;
	text-decoration: underline;
	
}
a.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #C3CEE4;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
H1 {
	font-size: 16px;
	color: #0072BC;
}

