BODY 	{
	COLOR: #333333;
	font-family: Arial;
	line-height: 20px;
	margin: 0;
	background-color: #f8f7e5;
	background-image: url(../images/bg-pink.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

INPUT {
	FONT: Arial;
	font-size: 11px;
	font-weight: bold;
}
SELECT {
	FONT: arial;
	font-size: 11px;
}

A 		{COLOR: #993366; TEXT-DECORATION: none; outline: none}
A:hover {TEXT-DECORATION: underline}

TD.heading {
	height: 160px;
	vertical-align: top;
	text-align: right;
}
DIV.headingleft {
	font-family: Georgia;
	font-size: 22px;
	color: #990099;
}

TD.menu {
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

a.menu		  {color: #333333;	text-decoration: none;}
a.menu:hover  {color: #663366;	text-decoration: none;}
a.menu:active {color: #333333;	text-decoration: none;}

a.admin		  {
	color: #FFF;
	text-decoration: none;
	background-color: #909;
	padding: 2px;
	font-size: 11px;
}
a.admin:hover  {
	color: #FFF;
	text-decoration: none;
	background-color: #663366;
}
a.admin:active {
	color: #FFF;
	text-decoration: none;
	background-color: #663366;
}

TD.left {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	width: 470px;
	padding-bottom: 10px;
	background-color: #FEFEFE;
}

TD.right {
	font-family: verdana;
	font-size: 11px;
	color: #663366;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EEE3E6;
	padding-top: 10px;
	vertical-align: top;
	width: 260px;
}
TD.formpurple {
	font-family: Georgia;
	font-size: 17px;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #990099;
	padding-bottom: 10px;
}
TD.listings {
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	padding-right: 0px;
	vertical-align: top;
	line-height: 14px;
}
TD.header {
	font-family: arial;
	font-size: 13px;
	color: #990099;
	text-align: right;
	height: 115px;
	font-weight: bold;
	vertical-align: top;
}
DIV.headingright {
	font-family: Georgia;
	font-size: 22px;
	color: #663366;
}
DIV.footer {
	font-family: arial;
	font-size: 11px;
	color: #333;
	background-color: #EBAFEF;
	text-align: center;
	height: 35px;
	padding-top: 15px;
}
#login {
	position:absolute;
	top:5px;
	width:100px;
	height:20px;
	z-index:1;
	right: 5px;
}
TD.smalltext {
	font-family: verdana;
	font-size: 9px;
	color: #666;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:ridge;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.7;
}
