Table.Box
{
	background-color: #FFFFFF;
	width: 100%;
	border-left-color: #E0E0E0;
	border-left-width: 1;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-right-width: 1;
	border-right-style: solid;
	valign: top;
}


Table.Block
{
	background-color: #FFFFFF;
	width: 100%;
	border-color: #424242;
	border-width: 1;
	border-style: solid;
	valign: top;
}


Table.Box Td
{
	width: 100%;
	padding: 10;
	color: #424242;
}


Td, Option, Select
{
	font-family: "Verdana", "Tahoma", "Arial";
	font-size: 11;
	color: #424242;
	text-decoration: normal;
}


Font.Title
{
	font-family: "Trebuchet MS", "Verdana", "Tahoma", "Arial";
	font-size: 25;
	font-weight: bold;
	color: #424242;
	text-decoration: normal;
}


Img
{
	border-color: #424242;
}


Code
{
	font-family: "Courier New";
	font-size: 13;
	font-weight: normal;
}


Em
{
	font-style: normal;
}


A, A:Link, A:Visited, A:Active
{
	color: #E00000;
	text-decoration: none;
	font-weight: bold;
}    
	
			
A:Hover
{
	text-decoration: underline;
}


Img.Pixel
{
	border-width: 0;
}

