/* CSS Document */

html, body {
	font-family:verdana;
	font-size:12px;
}

h1 {
	font-weight:bold;
	font-size:18px;
	color:#680000;
	text-transform:uppercase;
}

h2 {
	font-weight:bold;
	font-size:16px;
	color:#555;
}

.text_8px{
	font-size:10px;
	font-family:arial;
	font-color:#000;
}

.text_12px_red {
	font-weight:bold;
	font-size:12px;
	color:#680000;
	text-transform:uppercase;
}

.text_12px_grey {
	font-weight:bold;
	font-size:12px;
	color:#555;
}

