BODY{
	background-color : #FFC231;
}

A{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	font-size : 14px;
	font-variant : small-caps;
	text-decoration : none;
}

A:HOVER{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Blue;
	font-size : 14px;
	font-variant : small-caps;
	text-decoration : underline;
}

A.menu{
	width: 160px;
	height: 20px;
	border-style : solid;
	border-color : red;
	border-width : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	text-decoration : none;
	color: navy;
	font-size : 14px;
	font-variant : small-caps;
}

A.menu:HOVER{
	width: 160px;
	height: 20px;
	border-style : solid;
	border-color : white;
	border-width : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	text-decoration : none;
	color: white;
	font-size : 14px;
	font-variant : small-caps;
	background-color : red;
}

A.menu2{
	width: 160px;
	height: 20px;
	border-style : solid;
	border-color : white;
	border-width : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	text-decoration : none;
	color: navy;
	font-size : 14px;
	font-variant : small-caps;
	background-color : #C2CEDE;
}

A.menu2:HOVER{
	text-decoration : none;
	color: white;
	font-size : 14px;
	font-variant : small-caps;
	background-color : #C01235;
}


TABLE.main {
	width : 780px;
	height: 500px;
	background-color : #FFD700;
	border-collapse : collapse;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	font-size : 13px;
}

TABLE.prices {
	width : 380px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	font-size : 13px;
}

TABLE.results {
	width: 382px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	font-size : 11px;
}

TD.price1 {
	width : 200px;
}	

TD.price2 {
	width : 200px;
}	

TD.headings{
background-color: #e5ebf7;
text-align: center;
}

TR.price1 {
   background-color: #e5ebf7;
}

TR.price2 {
   background-color: #c6daf2;
}

TR.total {
	background-color: #dad8a7;
}

TR.headings{
	background-color: #dad8a7;
	text-align: center;
}

TR.resultsone{
	background-color: #e5ebf7;
	text-align: center;
}

TR.resultstwo{
	background-color: #c6daf2;
	text-align: center;
}


TD.toprow{
	border-style : solid;
	border-color : white;
	border-width : 1px;
	border-collapse : collapse;
	height: 99px;
	background-color : #E10038;
}

TD.menu{
	width: 180px;
	border-style : solid;
	border-color : white;
	border-width : 1px;
	border-collapse : collapse;
	text-align : center;
	vertical-align : top;
	padding : 0px;
}

TD.content{
	width: 402px;
	border-style : solid;
	border-color : white;
	border-width : 1px;
	border-collapse : collapse;
	padding : 3px;
	vertical-align : top;
}

TD.content2{
	border-style : solid;
	border-color : white;
	border-width : 1px;
	border-collapse : collapse;
	padding : 3px;
	vertical-align : top;
}

TD.images{
	width: 198px;
	border-style : solid;
	border-color : white;
	border-width : 1px;
	border-collapse : collapse;
	padding : 0px;
}

TD.bottomrow{
	border-style : solid;
	border-color : white;
	border-width : 1px;
	border-collapse : collapse;
	height: 30px;
}


td.age{
width: 30px;
text-align: center;
}

td.gender{
width:20px;
text-align:center;
}

td.wt{
width: 55px;
text-align: center;
}
td.sessions{
width: 62px;
text-align: center;
}
td.inchloss{
width: 100px;
text-align: center;
}
td.wtloss{
width: 20px;
text-align: center;
}
td.comments{
width: 100px;
text-align: center;
}







BR.small{
	line-height : 8px;
}

.logo{
	font-family : "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size : 20px;
	color: black;
}

div.overflow{
	overflow: auto;
	height: 325px;
	width: 400px;
}