.menulinks a {
	text-decoration: none
}

a.nounderline {
	text-decoration: none
}

a.underline {
	text-decoration: underline
}

body {
	font-family: arial;
	font-size: 12pt;
	background-image: url(images/webpage-bg2.jpg)
}

#menu{
	background-image: none;
	position: absolute;
	top: 20px; 
	left: 600px; 
	width: 245px;
}

a:link {
	color: blue
}

a:visited {
	color: #07B12E;
}

p.one {
	font-family: arial;
	font-size: 9pt
}

h1 {
	font-size: 21pt;
	font-family: "century gothic";
	font-weight: bold;
	color: blue
}

h2 {
	font-size: 15pt;
	font-family: "century gothic";
	font-weight: bold;
	color: blue
}

td {
	padding-left: 5px;
	padding-right: 5px;
}

th {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

table.teamMembers td {
	padding-bottom: 20px;
}

table.teamMember td {
	padding-bottom: 0;
}

td.numeric {
	text-align: right;
}

.whiteback {
	background-color: white;
}

div.prompt
{
}

div.fieldInput
{
	text-align: right;
}

div.fieldInput input.big
{
	width: 300px;
}

input[readonly]
{
	background-color: #DDD;
}

span.price, div.price
{
	width: 120px;
	display: inline;
}