body{
	background-color: #CCCCCC;
}
table#main{
	background-color: #333333;
}
tr#navbar{
	 background-color: #333333;
}

td.navbar-item {
	font-weight: bold;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

table.left{
	border-style: solid;
	border-color: black;
}

td.content{
	padding: 30px;
	background-color: #333333;
	text-align: left;
	border: 3px black solid;

}
td.current-tab-item{
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}
td.downloads-header{
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	font-weight: bold;
	text-align: left;
}

td.downloads{
	font-weight: bold;
	color: #CCCCCC;
	font-weight: bold;
	text-align: left;
}
div.mainContent,td.mainContent{
	padding: 20px;
	font-weight: bold;
	color: #CCCCCC;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}
td.footer{
	border: 3px solid black; 
	color: #CCCCCC;
}
.thinborder {
 border: 1px solid black; 
}

div.header,p.header{
	font-size: 24px;
	color: #607baf;
}
div.header,td.header{
	font-size: 18px;
	color: #607baf;
}
div.support{
	text-align: center;
	font-size: 24px;
}
a:link { 
  color: #5E5A80;
  text-decoration: none;
}
a:visited {
  color: #646D7E;
  text-decoration: none;
}
a:active { 
  color: #00FF66;
  text-decoration: none;
}
a:hover { 
  color: #000000;
  text-decoration: none;
}

