body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
.businesstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}

p {
	font-family: tahoma;
	font-size: 12px;
	text-align: justify;
}
.left_menu_item {
	font-family: Arial;
	font-size: x-small;
	color: #003399;
	background-color: #FFFFFF;
	height: 20px;
	width: 100%;
	margin-right: 2px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: medium;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
}
.left_menu_item a:visited {
	color:#003399;
	text-decoration: none;
}
.left_menu_item a:hover {
	color: #003399;
	text-decoration: underline;
}
.left_menu_item a:link {
	color: #003399;
	text-decoration:none
}
.topmenu a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.topmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.topmenu a:link {
	color: #FFFFFF;
	text-decoration:none
}

.topmenu {
}
h2 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.slogan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
}

