﻿body
{
	margin: 0;
	background-color: white;
	font-family: Verdana;
	font-size: 9pt;
	text-align: justify;
}

a
{
	text-decoration: none;
	color: Blue;
}

li
{
	font-family: Verdana;
	font-size: 9pt;
	text-align: justify;
}

p
{
	font-family: Verdana;
	font-size: 9pt;
	text-align: justify;
	vertical-align: middle;
}

.hd1
{
	font-size: 16pt;
	font-family: Arial;
	vertical-align: middle;
	line-height: 60px;
	font-weight: bold;
}

.hd2
{
	font-size: 13pt;
	font-family: Arial;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
}

.text
{
	font-family: Verdana;
	font-size: 9pt;
	text-align: justify;
	vertical-align: middle;
}

.text_small
{
	font-family: Verdana;
	font-size: 7pt;
	text-align: justify;
	vertical-align: middle;
}

.menu_item
{
	font-size: 14pt;
	font-family: Calibri;
	font-weight: lighter;
	color: White;
	text-align: center;
	vertical-align: middle;
	background: url(images/bkmenu.jpg);
	background-repeat: repeat-x;
	cursor: default;
	font-variant: small-caps;
	height: 30px;
}

.menu_item2
{
	font-size: 14pt;
	font-family: Calibri;
	font-weight: lighter;
	color: White;
	text-align: center;
	vertical-align: middle;
	background: url(images/bkmenu2.jpg);
	background-repeat: repeat-x;
	cursor: default;
	font-variant: small-caps;
	height: 30px;
}

.menu_item_hover
{
	font-size: 14pt;
	font-family: Calibri;
	font-weight: lighter;
	color: White;
	text-align: center;
	vertical-align: middle;
	background: url(images/bkmenuh.jpg);
	background-repeat: repeat-x;
	cursor: default;
	font-variant: small-caps;
	height: 30px;
}

td.menu_item
{
	cursor: pointer;
}