@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height:180%;
}
body {
	background-color: #000000;
}
a {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

div.menu {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
}

menu.a {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	ont-weight:bold;
}
menu.a:link {
	text-decoration: none;
	ont-weight:bold;
}
menu.a:visited {
	text-decoration: none;
	color: #FFFFFF;
	ont-weight:bold;
}
menu.a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	ont-weight:bold;
}

menu.a:active {
	text-decoration: none;
	color: #FFFFFF;
	ont-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #FFFF00;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
}

/*** images ***/
.thinborderleft {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;

}
.thinborderright {
  float:right;
  border:solid 1px silver;
  padding:5px;
  margin-left:10px;

}
