body
{
	background-color: #a7a7a7; 
	background-image: url(/crs/images/bg.jpg); 
	background-position: top; 
	background-repeat: repeat-x; 
	margin: 0px; 
	padding: 0px; 
}
td
{
	vertical-align: top; 
}
a
{
	text-decoration: none; 
}
.MainTable
{
	font-family: Tahoma; 
	font-size: x-small; 
	background-color: #fff; 
	width: 750px; 
	height: 100%; 
}
.MainTable .Header
{
	height: 138px; 
}
.MainTable .TopMenu
{
	background-color: #eee; 
	border-top: solid 2px #666; 
	border-bottom: solid 2px #666; 
	height: 32px; 
	/* width: 100%; */
}
.MainTable .TopMenu td
{
	border-right: solid 2px #666; 
	font: bold 12px Tahoma; 
	padding-left: 8px; 
	padding-right: 8px; 
	vertical-align: middle; 
}
.MainTable .TopMenu td a
{
	color: #00c; 
}
.MainTable .TopMenu td a:visited
{
	color: #00c; 
}
.MainTable .TopMenu td a:hover
{
	color: #c00; 
}
.MainTable .Normal
{
	color: #333; 
	font: x-small Arial; 
}
.Content
{
	height: 480px; 
	height: 100%; 
}
.Copyright
{
	background-color: #2334b6; 
	color: #fff; 
	font-family: Verdana; 
	font-size: xx-small; 
	height: 10px; 
	padding-bottom: 32px; 
	padding-top: 16px; 
	text-align: center; 
}
