body
{
  margin:0px;
  background-color:#000000;
  background-image: url('../img/wallpaper.jpg');
  background-repeat: repeat;
  background-position: top center;
  
}

.regularPage
{
	padding:5px;
	width:800px;
	background-color:#ffffff;
	text-align:left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.smallBold
{
	font-weight:bold;
	font-size:10pt;
	color:#999999;
}

.navigation
{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	font-weight:bold;
	text-decoration:none;
}

.normalSectionTitle
{
	font-weight:bold;
	font-size:20pt;
	text-align:center;
}

.normalTitle
{
	font-weight:bold;
	font-size:16pt;
}

.normalText
{
	clear:both;
 	font-size:12pt;
}

.normalTextBGgray
{
 	background-color:#DDDDDD;
}

.italicsText
{
 	font-size:12pt;
	font-style: italic;
}

.boldText
{
 	font-size:12pt;
	font-weight: bold;
}

.textBox
{
	border: 1px solid #999999;
	background-color:#F1F1F1;
}

.tableHeader
{
	font-size:14pt;
	font-weight: bold;
}

.tableCell
{
	font-size:13pt;
}

.clear
{
	clear:both;
}

.cell50
{
	float:left;
	width:50px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;
}

.cell75
{
	float:left;
	width:75px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;
}

.cell100
{
	float:left;
	width:100px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;
}

.cell150
{
	float:left;
	width:150px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
}

.cell175
{
	float:left;
	width:175px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
}

.cell200
{
	float:left;
	width:200px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
}

.cell250
{
	float:left;
	width:250px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
}

.cell300
{
	float:left;
	width:300px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
}

.cell400
{
	float:left;
	width:400px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
}

.cell500
{
	float:left;
	width:500px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
}

.cell600
{
	float:left;
	width:600px;
	background-color:#CCCCCC;
	margin-bottom:1px;
	margin-right:1px;
}