.body
{
	background-image: url(images/body.gif);
	background-repeat: repeat;
	/*background-color: #F7F7F7;*/
	margin-top: 30px;
}
IncludeBody
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
form 
{
	margin: 0px;
}
body, td, input
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: black;
}
h1
{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2
{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3
{
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
ul 
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.top
{
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
.bg 
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.bottom 
{
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height:2px;
}
.menu_bg
{
	background-image: url(images/menu_bg.jpg);
	vertical-align: top;
	width: 200px;
	background-repeat: repeat-y;
}
.menu_bottom 
{
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	height:2px;
}
.MainMenu, .MainMenuSel
{
	color: gray;
}
a.MainMenuSel
{
	text-decoration: underline;
}
a
{
	font-weight: bold;
	color: dimgray;
	text-decoration: none;
}
a:hover, a:hover.MainMenu
{
/*	color: gray;*/
	text-decoration: underline;
}
