@charset "utf-8";
/* CSS Document */


body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0 auto;
	padding: 0;
	background-color:#000
}

a
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #FFFF66;
}


a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFF66;
}


a:visited, a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFF66;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #F00;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin:0;
  padding:0;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: oblique;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #FFF;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #FFF;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #FFF;
}

#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 ;
}
#tswcsstabs li a {
	color: #333 ;
	background-color: #e4e4e4 ;
	border: 1px outset #ccc ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #fff ;
	background-color: #666666 ;
}
#tswcssbuttons {
	width: 150px;
	text-align: left;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 2 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #333 ;
	background-color: #f4f4f4 ;
	border: 1px outset #cccccc ;
	width: 130px ;
	padding: 3px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #666 ;
}