a:link, a:visited, a:active {
	color: #F4B9B5;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
	border-bottom: 1 solid #EF9591;
	}

a:hover {
 	color: #B2CCCD; 
	text-decoration: none;
	font-weight: bold;
	cursor: help;
	border-bottom: 1 solid #8FB7B7;
	background-color: #E7ECE6;
	}

td {
	vertical-align: top;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	cursor: default;
	text-align: justify;
	color: #A9A9A9;
	font-family: century gothic, avantgarde bk bt, verdana, arial;
	font-size: 9px;
	letter-spacing: 0pt;
	line-height: 16px;
	background-color: #FFFBF1;
	border: 0;
	}

body {
	background-color: #FFFFFF;
	background-image: url("images/body_bg.gif");
	scrollbar-base-color: #F4B9B5;
	scrollbar-arrow-color: #FFFBF1;
	scrollbar-track-color: #FFF6E1;
	scrollbar-3dlight-color: #F8CCCA;
	scrollbar-highlight-color: #F4B9B5;
	scrollbar-shadow-color: #EF9591;
	scrollbar-darkshadow-color: #FFF6E1;
	color: #A9A9A9;
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	letter-spacing: 0pt;
	line-height: 17px;
	text-align: center;
	cursor: default;
	border:0;
	}

input, textarea, select, option {
	font-family: century gothic, avantgarde bk bt, arial, verdana;
	font-size: 9px;
	color: #A9A9A9;
	border-top: 1 solid #F1A47D;
	border-bottom: 1 solid #F1A47D;
	border-right: 1 solid #FBE4D3;
	border-left: 1 solid #FBE4D3;
	background-color: #FBE4D3;
	cursor: default;
	width: 150px;
	}