body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a, a:active, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
} 


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}
select
{
background-color:#FFFFFF;
border-color:#000000;
border-top:1px solid;
border-bottom:1px solid;
border-left: 1px solid;
border-right:1px solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}

input
{
background-color:#FFFFFF;
border-color:#000000;
border-top:1px solid;
border-bottom:1px solid;
border-left: 1px solid;
border-right:1px solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}

textarea
{
background-color:#FFFFFF;
border-color:#000000;
border-top:1px solid;
border-bottom:1px solid;
border-left: 1px solid;
border-right:1px solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}

.tswRotatingContentHeader
{	
	position: relative;
}
.tswRotatingContentTitle
{
	text-align: left;
}
.tswRotatingContentPageMarkers
{
	position: absolute;
	right: 0px;
	bottom: 2px;
	font-size: 0px;
}
.tswRotatingContentBody
{
	clear: both;
	position: relative;
	border-width: 1px;
	border-style: solid;
}
.tswRotatingContentBody div.tswRotatingContentPanelVisible,
.tswRotatingContentBody div.tswRotatingContentPanelHidden,
.tswRotatingContentBody div.tswRotatingContentPanelFadingOut
{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.tswRotatingContentPanelVisible
{
	z-index: 1000;
}
.tswRotatingContentPanelFadingOut
{
	z-index: 0;
}
.tswRotatingContentPanelHidden
{
	z-index: -10;
}
.tswRotatingContentPageMarkerSelected, .tswRotatingContentPageMarkerUnselected
{
	width: 10px;
	height: 10px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.tswRotatingContentPageMarkerSelected div, .tswRotatingContentPageMarkerUnselected div
{
	width: 10px;
	height: 10px;
}
