body {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: FFFFFF;
	background-image: url(images/bkg.gif);
	font-family: Verdana;
	font-size: 9pt;
}

a:link {
	color: #1E90FF;
	text-decoration: none;
}

a:visited {
	color: #0062BF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC3333;
}

p{
	font-family: Verdana;
	font-size: 9pt;
	text-align: justify;
}

h2{
	font-family: Verdana;
	margin-top: 5;
	margin-bottom: 5;
	margin-left: 5;
	margin-right: 5;
}

.textBox{
	background-color: #ADD8E6;
	width: 500px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.thanksBox{
	background-color: #FFFFFF;
	width: 400px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
}

.price{ 
font-weight: bold; 
}

.footer{
	background-image: url(images/index-12.gif);
	background-repeat: repeat-y;
	width: 850px;
	height: 300px;
}

.rightShadow{
	background-image: url(images/index-03.gif);
	background-repeat: repeat-y;
}

.leftShadow{
	background-image: url(images/index-01.gif);
	background-repeat: repeat-y;	
}

.menuTable{ 
	vertical-align: top; 
	position: relative;
}

.rightTable{
	position: relative;
}

input{
	border: 1px solid #000000;
}

textarea{
	border: 1px solid #000000;
}

.checkBox{
	border: 0px;
}
