body
{
	background-color: #E8E8E8;
}

table.main
{
	background-color: #FFFFFF;
}

/* Table Division styles begin ============================================== */
td.main
{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 830px;
}

td.menu
{
	vertical-align: top;
	background-color: #CDCDCD;
	width: 20px;
}

td.flag
{
	background-color: #E8E8E8;
}

td.footer
{
	background-color: #CDCDCD;
}
/* Table Division styles end ============================================== */
p
{
	font-family: 'Arial';
	font-size: 12px;
	color: #000000;
}

p.footer
{
	font-family: 'Arial';
	font-size: 12px;
	color: #000066;
}

p.menu
{
	font-size: 14px;
	font-family: 'Arial';
}

/* link styles begin ============================================== */

a.reg:link
{
	color: #000066;
	text-decoration: none;
}

a.reg:hover
{
	color: #FF0000;
	text-decoration: underline;
}

a.reg:visited
{
	color: #000066;
	text-decoration: none;
}

a.footer:link
{
	color: #000066;
	text-decoration: none;
}

a.footer:hover
{
	color: #FF0000;
	text-decoration: underline;
}

a.footer:visited
{
	color: #000066;
	text-decoration: none;
}
/* Link styles end ============================================== */


