﻿body 
{
	color: #555555;
	margin: 0px 0px 0px 0px;
	background-color: Black;
	text-decoration: none;
	font-size: 12pt;
	FONT-FAMILY: Arial;
	text-align: center;
	
}

A:link 
{ 
	COLOR: #666666; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none 
}

A:visited 
{ 
	COLOR: #777777; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none 
}

A:active 
{ 
	COLOR: #888888; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none 
}

A:hover
{ 
	COLOR: #888888; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none 
}



table
{
	border-bottom-style: none;
	border-width: 0;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	vertical-align: top;
	vertical-align: text-top;
}

.newaccount
{
	text-align: center;
}


.newaccount-labels
{
	text-align: right;
	vertical-align: top;
	width: 50%;
}

.newaccount-entry
{
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.newaccount-error
{
	color: Red;
}

.newaccount-textbox
{
	background-color: White;
}

.mainContent
{
	vertical-align: top;
	text-align: center;
	width: 900px;
	height: 568px;
}

.headerContent
{
	vertical-align: top;
	text-align: center;
	width: 900px;
}

.blog-header
{
	vertical-align: top;
	text-align: center;
	width: 900px;
}

.blog
{
	font-family: Arial;
	font-size: 11pt;
	color: #999999;
	background-color: #151515;
	width: 900px;
	text-align: justify;
}




.blog-title
{
	font-family: Arial;
	font-size: 14pt;
}

A.blog-title:link
{
	color: #666666;
}
A.blog-title:visited
{
	color: #777777;
}
A.blog-title:active
{
	color: #888888;
}
A.blog-title:hover
{
	color: #888888;
}

.blog-date
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #666666;
}

.left-column
{
	width: 150px;
}

.right-column
{
	width: 150px;
}

td
{
	text-align: center;
	vertical-align:top;
}

td.navbar
{
	text-align: left;
	width: 150px;
	vertical-align: top;
	vertical-align: text-top;
}

td.centerbar
{
	text-align:left;
	width: 600px;
	vertical-align: top;
}
td.postbar
{
	text-align: right;
	width: 150px;
	vertical-align: top;
	vertical-align:text-top;
}

div.blogimage
{
	text-align: center;
}
