.blocks
{
	height: 230px;
}


.border
{
	border-color: white;
	border-style: solid;
	border-width: 2px;
	margin-left: auto;
	margin-right: auto;
}


.centerArea
{
	float: left;
	width:655px;
}


.container
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	width:655px;
}


.containerUpdate
{
	height:255px;
}


.floatLeft
{
	float: left;
	padding-right: 10px;
}


.floatRight
{
	float: right;
}


.labelBoxes
{
	background-color:black;
	top:13px;
	position:relative;
}


.labelContainer
{
	background-color:black;
	position:relative;
	top:13px;
}


.leftArea
{
	float: left;
	margin-left: auto;
	text-align: right;
	width:160px;
}


.long
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:620px;
}


.outline
{
	-moz-border-radius: 4px;
	border-color: #3333FF;
	border-style: solid;
	border-width: 4px;
	text-align: center;
}


.outlineThumb1
{
	-moz-border-radius: 4px;
	border-color: #3333FF;
	border-style: solid;
	border-width: 4px;
	float: left;
	height: 255px;
	margin-left: 40px;
	margin-right: 50px;
	text-align: center;
	vertical-align:top;
	width: 255px;
}


.outlineThumb2
{
	-moz-border-radius: 4px;
	border-color: #3333FF;
	border-style: solid;
	border-width: 4px;
	height: 255px;
	text-align: center;
	vertical-align:top;
	width: 255px;
}



.outlineThumbLabel1
{
	float: left;
	margin-left: 40px;
	margin-right: 50px;
	text-align: center;
	width: 255px;
}


.outlineThumbLabel2
{
	float: left;
	text-align: center;
	width: 255px;
}




.outlineThumbs
{
	-moz-border-radius: 4px;
	border-color: #3333FF;
	border-style: solid;
	border-width: 4px;
	text-align: center;
}


.short
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:480px;
}


.rightArea
{
	float: left;
	margin-right: auto;
	text-align: left;
	width:160px;
}


.table1
{
	background: #111111;
	border-style: solid;
	font-size: 10pt;
	padding: 2px;
}


.table2
{
	background: #222222;
	font-size: 10pt;
}


.thumb
{
	height: 200px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	width: 200px;
}


.thumbFloatLeft
{
	float: left;
	height: 200px;
	padding-left: 9px;
	padding-top: 6px;
	padding-bottom: 5px;
	vertical-align:top;
	width: 200px;
}


a
{
	font-weight: bold;
}

a img
{
	border-style: solid;
}


a:active, a:hover
{
	color: red;
}


a:active img, a:hover img
{
	border-color: red;
}


body
{
	background:#000000;
	font-family: courier, monospace;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color:#EEEEEE;
}


div.alignCenter
{
	text-align: center;
}


div.alignLeft
{
	text-align: left;
}


div.alignRight
{
	text-align: right;
}


img
{
	border-style: none;
	border-width: 2px;
}


input
{
	font-family: courier, monospace;
}


input.image
{
	background-color:black;
	border-color: blue;
	border-style: solid;
	border-width: 2px;
}


input.imageActive
{
	background-color:#222222;
	border-color: red;
	border-style: solid;
	border-width: 2px;
}


input.imageHover
{
	background-color:black;
	border-color: red;
	border-style: solid;
	border-width: 2px;
}


input.submit
{
	background-color:white;
	border-color: blue;
	border-style: solid;
	border-width: 3px;
	cursor:pointer;
}


input.submitActive
{
	background-color:#DDDDDD;
	border-color: red;
	border-style: solid;
	border-width: 3px;
	cursor:pointer;
}


input.submitHover
{
	background-color:white;
	border-color: red;
	border-style: solid;
	border-width: 3px;
	cursor:pointer;
}


li
{
	list-style-type: square;
	margin-bottom: 5px;
	text-align: left;	
}


ul
{
	list-style-type: square;
	text-align: left;	
}


table
{
	border-color: white;
	border-style: none;
	border-width: 2px;
	width: 655px;
}


table.blank td
{
	width: 220px;
}


table.blank th
{
	width: 220px;
}


table.blocks td
{
	-moz-border-radius: 4px;
	border-color: #3333FF;
	border-style: solid;
	border-width: 4px;
	height: 230px;
	padding:7px;
	width: 200px;
}


table.blocks th
{
	-moz-border-radius: 4px;
	border-color: #3333FF;
	border-style: solid;
	border-width: 4px;
	height: 200px;
	padding:7px;
	width: 200px;
}


table.container td
{
	height:200px;
	padding:7px;
	width:200px;
}


table.container th
{
	height:200px;
	padding:7px;
	width:200px;
}

table.container tr
{
	width:655px;
}



table.outline td
{
	padding:7px;
}


table.outline th
{
	padding:7px;
}



