/**
 * jo06jan2001	css 4 foyazee
 * jo20050214	#F0A300 experiment fails;
 */

body {
	margin:0px;
	font-family:franklin gothic book,arial,sans-serif;
	font-style:normal;
	font-size:12pt;
	background-color:#cc0000;
	color:#ffffff;
}

p,ul,ol,li,div,td,th,address,blockquote,sup,sub {
	font-family:franklin gothic book,arial,sans-serif;
	font-style:normal;
}

h1 { font-size:36pt; font-weight:bold; }
h2 { font-size:24pt; font-weight:bold; }
h3 { font-size:18pt; font-weight:bold; }
h4 { font-size:14pt; font-weight:bold; }
h5 { font-size:12pt; font-weight:bold; }
h6 { font-size:10pt; font-weight:bold; }

p,ul,ol,li,div,td,th,address,abbr,acronym { font-size:12pt; }

b,dfn,em,strong {
	font-family:franklin gothic demi,arial,sans-serif;
	font-weight:bold;
}

i,q,blockquote {
	font-style:italic;
}

small,.small { font-size:10pt; }

big,.big { font-size:18pt; }

pre,tt,code,kbd,samp,var {
	font-family:courier new,monospace;
}

u,.underline {
	text-decoration:underline;
}

s,strike {
	text-decoration:line-through;
}

.overline {
	text-decoration:overline;
}

blink,.blink {
	text-decoration:blink;
}

a {
	font-family:franklin gothic demi,sans-serif;
}

a:link,a:visited {
 	color:#0000b4;
	text-decoration:none;
}

a:active {
	background-color:#0000b4;
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	background-color:#0000b4;
	color:#ffffff;
	text-decoration:none;
}
