﻿body
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #222222;
	margin: 0px 0px 0px 0px;
	background-color: #F3F3F3;
	text-align: left;
	vertical-align: top;
}

img
{
	border: none;
}

td
{
	vertical-align: top;
	text-align: left;
}

a
{
	font-size: 12px;
	color: #83AB22;
	text-decoration: underline;
	font-weight: bold;
}

a:link
{
	font-size: 12px;
	color: #83AB22;
	font-weight: bold;
	text-decoration:underline;
}

a:hover
{
	font-size: 12px;
	color: #9AC82A;
	font-weight: bold;
	text-decoration:underline;
}

.title
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #222222;
}

.thick
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}

.small
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #222222;
}

.td10px
{
	height: 10px;
}

.description
{
	font-family:Verdana;
	font-size: 9px;
	color: #000000;
}

.menulink
{
	font-size: 12px;
	color: #858585;
	text-decoration:underline;
	font-weight: bold;
}

.menulink:link
{
	font-size: 12px;
	color: #858585;
	text-decoration:underline;
	font-weight: bold;
}

.menulink:hover
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

table.package {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.package td 
{
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}