
body	{scrollbar-3dlight-color:;
         scrollbar-arrow-color:;
         scrollbar-base-color:;
         scrollbar-darkshadow-color:;
         scrollbar-face-color:;
         scrollbar-highlight-color:;
         scrollbar-shadow-color:}

img {
	border: none;
}

td		{font-family: Tahoma;
		font-size: 11px;
		font-weight: 500;
		color: #A89596;}
subsub	{font-family: Tahoma;
		font-size: 11px;
		font-weight: 400;
		color: #A89596;}
.sub	{font-family: Tahoma;
		font-size: 9px;
		color: #A89596;}
.title	{font-family:tahoma;
		font-size:17px;
		font-weight:700;
		color: #A89596;
		letter-spacing:0;}
.subtitle{font-family:tahoma;
		font-size:13px;
		font-weight:700;
		color: #A89596;}
A:link  {COLOR: #A89596; FONT-FAMILY: tahoma; TEXT-DECORATION: none; font-weight: 700;}
A:visited{COLOR: #A89596; FONT-FAMILY: tahoma; TEXT-DECORATION: none; font-weight: 700;}
A:active{COLOR: #A89596; FONT-FAMILY: tahoma; TEXT-DECORATION: none; font-weight: 700;}
A:hover {COLOR: #FFFFFF; FONT-FAMILY: tahoma; TEXT-DECORATION: none; font-weight: 700;}
body	{border-left: 1px solid #000000;
		 border-right: 1px solid #000000}
input	{border: 1px solid #A89596;
		background: none;
		color: #A89596;
		font-family: tahoma;}
textarea{border: 1px solid #A89596;
		background: none;
		color: #A89596;
		font-family: tahoma;}
.button{border-bottom: 1px solid #888888;
		border-right: 1px solid #888888;
		border-top: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		background-color: #CCCCCC;
		color: #000000;
		cursor: hand}
		
#MessageBox{
	position:absolute;
	top:0px;
	width:500px;
	left:50%;
	margin-left:-250px;
	z-index:999;
	background:#ffc;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
}
#MessageBox #Close{
	float:right;
	cursor:pointer;
}