@charset "iso-8859-1";

html,body {
	margin: 0;
	padding: 0;
	background: #ECF4CF;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
	font-family : Garamond,Georgia,Trebuchet MS,Helvetica,Arial,serif;
    font-size : 18px;
	color: #AE017E;
}

td.page {
	vertical-align: top;
	text-align: left;
	font-family : Garamond,Georgia,Trebuchet MS,Helvetica,Arial,serif;
    font-size : 18px;
	color: #AE017E;
}

table.page {
	vertical-align: top;
	text-align: left;
	font-family : Arial, Verdana,Helvetica, sans-serif, "MS sans serif";
	font-family : Garamond,Georgia,Trebuchet MS,Helvetica,Arial,serif;
    font-size : 18px;
	color: #808285;
}

.greyText {
	color: #808285;
}

.buttons {
	font-family : Garamond,Georgia,Trebuchet MS,Helvetica,Arial,serif;
    font-size : 16px;
	width: 100px;
	color: #808285;
}

.selections {
	font-family : Garamond,Georgia,Trebuchet MS,Helvetica,Arial,serif;
    font-size : 16px;
	color: #808285;
}

div.hp {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 36px;
	width: 760px;
	height: 500px;
	vertical-align: top;
}

div.hpleft {
	position: absolute;
	top: 525px;
	left: -50px;
	width: 200px;
	height: 432px;
	border: 0px;
}

div.hptop {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 150px;
}

div.hpmain {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 282px;
}

div.p {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 455px;
}

div.pleft {
	position: absolute;
	top: 525px;
	left: -50px;
	width: 200px;
	height: 432px;
	border: 0px;
}

div.ptop {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 450px;
	height: 200px;
	border: 0px;
}

div.pmain {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 282px;
}


A.std  {
	text-decoration : none;
    text-align: center;
	font-family : Garamond,Georgia,Trebuchet MS,Helvetica,Arial,serif;
    font-size : 18px;
	color: #c61653;
    }
    
A.std:HOVER {
    color: #c61653;
    text-decoration: underline;
}

A.std:ALINK  {
    color : White;
    text-decoration : none;
}

A.std:VISITED  {
    color : #c61653;
}

A.std:VISITED:hover  {
    color: #c61653;
    text-decoration: underline;
}

.purple{
	color: #7e76a0;
}
.pink{
	color: #c61653;
}



