@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/grafx/back.jpg);
	margin-right: 20px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


A:link
{
	COLOR: #000000;
	text-decoration: none;
	font-weight: bold;
}
A:visited
{
	COLOR: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	COLOR: #000000;
	BACKGROUND-COLOR: #cfcfcf;
	text-decoration: none;
	font-weight: bold;
}
A:active
{
	font-weight: bold;
	text-decoration: none;
}
A:link.grayLink
{
	COLOR: #666666;
	text-decoration: none;
	font-weight: bold;
}
A:visited.grayLink
{
	COLOR: #666666;
	font-weight: bold;
	text-decoration: none;
}
A:hover.grayLink
{
	COLOR: #333333;
	BACKGROUND-COLOR: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
A:active.grayLink
{
	font-weight: bold;
	text-decoration: none;
}
A:link.ddbullet
{
	COLOR: #414141;
	font-weight: bold;
	text-decoration: none;
}
A:visited.ddbullet
{
	COLOR: #414141;
	font-weight: bold;
	text-decoration: none;
}
A:hover.ddbullet
{
	COLOR: #000000;
	BACKGROUND-COLOR: #cfcfcf;
	font-weight: bold;
	text-decoration: none;
}
A:active.ddbullet
{
	font-weight: bold;
	text-decoration: none;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A:link.smallLink
{
	COLOR: #414141;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A:visited.smallLink
{
	COLOR: #414141;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A:hover.smallLink
{
	COLOR: #000000;
	BACKGROUND-COLOR: #cfcfcf;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A:active.smallLink
{
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

img {
	border-color: #666666;
}
A:link.img
{
	background-color: transparent;
}
A:visited.img
{
	background-color: transparent;
}
A:hover.img
{
	background-color: transparent;
}
A:active.img
{
	background-color: transparent;
}

.heading {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.question {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
A:link.noboldLink
{
	COLOR: #666666;
	text-decoration: none;
	font-weight: normal;
}
A:visited.noboldLink
{
	COLOR: #666666;
	font-weight: normal;
	text-decoration: none;
}
A:hover.noboldLink
{
	COLOR: #333333;
	BACKGROUND-COLOR: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
A:active.noboldLink
{
	font-weight: normal;
	text-decoration: none;
}
.pricing td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.dottedSide {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
