body
{
	background: #dddddd;
	margin: 10px;
}

#main 
{
	border-collapse: collapse;
	padding: 0px;
}

#main td
{
	padding: 5px;
	background: white;
}

td
{
	font-family: "trebuchet ms",verdana,arial,helvetica;
	font-size: 9pt;
}

.question
{
	font-size: 11pt;
	font-weight: bold;
}

.choice, .choice:visited
{
	text-decoration: none;
	font-size: 11pt;
	color: #559F19;
}

.choice:hover
{
	font-weight: bold;
}

#other td
{
	font-family: verdana,arial,helvetica;
	font-size: 7pt;
	border: 1px solid #559F19;
	padding: 5px;
	width: 150px;
}

#other a, #other a:visited
{
	color: black;
	text-decoration: none;
}

#greenButtons .selectedGreenButton
{
	background: #68C31F;
}

#greenButtons td
{
	cursor: pointer;
	background: #C1F09A;
}

#thePrice
{
	width: 450px;
	border: 2px solid #1C79A4;
	border-collapse: collapse;
	width: 500px;
}

#thePrice td
{
	text-align: center;
	padding: 10px;
	background: #B2DEF2;
	color: #1C79A4;
}

#thePrice .big
{
	font-weight: bold;
	font-size: 27;
}

#copyright
{
	font-family: verdana,arial,helvetica;
	font-size: 7pt;
	text-align: center;
	line-height: 15pt;
}

#copyright a, #copyright a:visited
{
	color: blue;
}

.header
{
	font-size: 15pt;
	color: black;
}

#orderButton
{
	border-collapse: collapse;
	border: 2px solid #FF8C08;
	width: 500px;
}

#orderButton td
{
	background: #FFFF00;
	padding: 5px;
	text-align: center;
}

#orderButton a, #orderButton a:visited
{
	text-decoration: none;
	color: #FF8C08;
	font-size: 13pt;
}

a, a:visited
{
	color: blue;
}

#banderoller
{
	border-collapse: collapse;
}

#banderoller td
{
	padding: 5px;
	border: 1px solid #559F19;
}
