body, html, form
{
    font-family: tahoma, verdana;
    font-size: 11px;
    margin: 0px;
    background-image: url(bkg.gif);
	background-color: #C75931;
    padding: 0px;
    height: 100%;
    border: none;
}

p.Demo
{
	background-color: #FFC0CB;
	padding: 5px;
	color: #000000;
}
.Text
{
	font-size: 11px;
}

p
{
	margin-top: 5px;
}

table, div
{
	font-size: 11px;
}

select, input
{
	font-size: 10px;
}

h1.PageHeader
{
	margin-top: 10px;
	font-size: 18px;
	color: #C75931;
	border-bottom: 1px solid #C75931;
	font-weight: normal;
}

h2.PageHeader
{
	font-size: 11px;
	color: #C75931;
	border-bottom: 1px solid #C75931;
	font-weight: bold;
}

h2.PageHeader2
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
}

h3.Menu
{
	padding: 3px;
	color: #c0c0c0;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #c0c0c0;
}

h3.SubMenu
{
	padding: 3px;
	color: #c0c0c0;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #c0c0c0;
	border-top: 1px dotted #c0c0c0;
}

a
{
	color: Blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
