/*
	tswtabs.css		1.0.4
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.

#ffffff
#000000
#c050ac
#666699
#cccccc
*/

html { overflow: scroll; }

a:link{
	color:#c050ac;
	text-decoration: none;
} 

body {
    font-family: Verdana, Arial, ËÎÌå;
    background-color: #eeeeee;
    font-size: 14pt
    color: #c050ac ;
}

.message{
font-size: 16px;
line-height:26px;
text-align: left;
vertical-align: top;
}
.message img{
text-align: right;
vertical-align: top;
}

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;

	font-family: Arial, Helvetica, sans-serif, ºÚÌå;
	font-size: 16pt;
	font-weight: bold
}
#tswcsstabs li a {
	color: #c050ac ;
	background-color: #eeeeee ;
	border: 0px outset #eeeeee ;
	padding: 2px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #cccccc ;
	background-color: #666699 ;
}

