/* DEFAULT STYLES */
BODY {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px;
	background-image:  url(images/background.jpg);
}
P, BLOCKQUOTE, SPAN, DIV, TABLE, TR, TD, TH {
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
}
/* LINKS */
a {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
.strong {
	font-weight: bold;
}
.strong-highlight {
	font-weight: bold;
	color: #0000FF;
}
.smaller {
font-size: 12px;
font-weight:normal;
color:#0000FF;
}
.emphasis {
	font-style: italic;
}
.strong-emphasis {
	font-weight: bold;
	font-style: italic;
}
.headline {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-transform: uppercase;
}
.headline-small {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-transform: uppercase;
}
.headline-light {
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
	text-transform: uppercase;
	font-weight: normal;
}
.highlight {
	font-size: 16px;
	font-weight: bold;
}
.menu {
	font-style: italic;
	font-weight: bold;
}
.order {
	background-color: #FFFFFF;
	background-image: none;
}
.headline-float {
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-transform: uppercase;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
}
