body.main
	{
	scrollbar-arrow-color:#E12CEC;
	scrollbar-base-color:#F5F7F3;
	scrollbar-face-color:#CCCCCC;
	background-image: url(../images/mainbg.png);
	background-repeat: repeat;
	background-attachement: fixed;
	font-family:Trebuchet MS,Century Gothic,verdana;
	font-size: 10px;
	color: #000000;
	}

body.chat
	{
	font-family:Trebuchet MS,Century Gothic,verdana;
	font-size: 10px;
	color: #000000;
	scrollbar-arrow-color:#999;
	scrollbar-base-color:#FFF;
	scrollbar-face-color:#EBF0F6;
	background-color: #FFFFFF;
	cursor: text;
	}

TD
	{
	font-family:Trebuchet MS,Century Gothic,verdana;
	font-size: 10px;
	color: #000000;
	}

A:link
	{
	color:#999;
	TEXT-DECORATION: none;
	border: 0;
	}

A:visited
	{
	color:#999;
	TEXT-DECORATION: none;
	border: 0;
	}

A:active
	{
	color:#F09622;
	TEXT-DECORATION: none;
	border: 0;
	}

A:hover
	{
	color:#000;
	TEXT-DECORATION: none;
	}
	A:hover.green{color:#91B622;}
	A:hover.orange {color:#DCA066;}

IMG
	{
	border: 0;
	}

TD.chat
	{
	vertical-align: bottom;
	padding: 5px 5px 5px 5px;
	}

.links
	{
	font-size: 12px;
	}

.ThisSite
	{
	font-size: 12px;
	}

FONT.chat_text
	{
	font-family: Verdana;
	font-size: 10px;
	}


.holder
	{	
	background-color: #999;
	border-collapse: collapse;
	border: 1px solid #999;
	width: 800px;
	height: 600px;
	margin-left:auto; margin-right:auto;
	}

.frametable
	{
	border: 0px;
	}

INPUT.results
	{
	width:200;
	height:20;
	font-size: 15px;
	font-weight: bold;
	background:transparent;
	border:0;
	font-family:Trebuchet MS,Century Gothic,verdana;
	color:#000;
	cursor:pointer;
	text-align: center;
	}

INPUT.name
	{
	width:120;
	height:20;
	background:#FFF;
	border:0;
	font-family:Trebuchet MS,Century Gothic,verdana;
	font-weight:bold;
	font-size:12px;
	color:#000;
	cursor:pointer;
	text-align: center;
	}


INPUT.submit
	{
	background: transparent;
	width:75;
	height:29;
	border:0;
	font-family:Trebuchet MS,Century Gothic,verdana;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	cursor:pointer;
	text-align: center;
	}

INPUT.submit2
	{
	background: transparent;
	width:29;
	height:29;
	border:0;
	font-family:Trebuchet MS,Century Gothic,verdana;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	cursor:pointer;
	text-align: center;
	}

INPUT.chat_sub
	{
	background: transparent;
	width:50;
	height:16;
	border:0;
	font-family:Trebuchet MS,Century Gothic,verdana;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	cursor:arrow;
	text-align: center;
	}

INPUT.chat_field
	{
	background: transparent;
	width:190;
	height:16;
	border:0;
	font-family:Tahoma,Verdana,Trebuchet MS,Century Gothic;
	font-weight:normal;
	font-size:10px;
	color:#000;
	cursor:text;
	text-align: left;
	}

INPUT.chat_name
	{
	background: transparent;
	width:100;
	height:16;
	border:0;
	font-family:Trebuchet MS,Century Gothic,verdana;
	font-weight:bold;
	font-size:10px;
	color:#000080;
	cursor:pointer;
	text-align: left;
	}
