body
{
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 10px;
	font-family: Tahoma, Sans-serif;
	color: #808080;
}

td
{
	font-size: 11px;
}

a
{
  color:#d92d0a;
  text-decoration:none; 
}

a:hover
{
  color:#d92d0a;
  text-decoration:underline; 
}

ul
{
  font-family: Tahoma; 
  font-size:11px;
  list-style-image: url(i/i/small_arrow.gif);
  list-style-type:square; 
  list-style-position:outside; 
  padding-left:20px; 
  margin-left:0px;
  margin-top:5px;
  margin-bottom:8; 
  color:#808080;
}

.Title
{
	font-size:18px;
	color:#ff0000;	
}

.Image
{
	border: solid 1px #ccc;
}

td.bg1
{
	width:140;
	background-repeat:repeat-y;
	background-position:right;
	background-image: url(i/bg1.jpg);
}

td.bg2
{
	width:140;
	background-repeat:repeat-y;
	background-position:left;
	background-image: url(i/bg2.jpg);
}

table.Menu td
{
	text-align:center;
	font-weight:bold;
	color:#ff0000;	
}

table.Menu td a, table.Menu td a:visited
{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
table.Menu td a:hover
{
	font-weight:bold;
	text-decoration:none;
	color:#ff0000;
}

table.SubMenu
{
	
	border: solid 1px #ccc;
	background-color:#fff;
}

table.SubMenu td
{
	font-size:10px;
}

table.SubMenu td img
{
	border:0;
	vertical-align:baseline;
}

table.SubMenu td a
{
	color:#445e58;
	text-decoration:none;
	font-weight:normal;
}

table.SubMenu td a:hover
{
	background-color:#f0f0f0;
}

table.Content
{
	background-color:#fff;
}

td.Bottom
{
	background-color:#fff;
	background-image: url(i/bbg.gif);
}

table.Bottom td a
{
	color:#445e58;
	text-decoration:none;
	font-weight:bold;
}	
table.Bottom td a:hover
{
	color:#445e58;
	text-decoration:underline;
	font-weight:bold;
}	
		
