#content {
	background: #ffffff;
}

#frame{
	background: #ffffff;
	text-align:left; 
	border-left : 1px dotted #425490; 
	border-bottom : 1px dotted #425490; 
}


body {
	margin:0;
	padding:0;
  border: 0;
	font-family:serif,'Times New Roman',Georgia;  
	font-size: medium;
	color: #333333;
	background-color:#f5f5f5;
}

A {
	color: #425490;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.headermenu
{
	font-weight:bold; 
	padding: 0 1ex 0 1ex; 
	font-size: 14px; 
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #425490;
	font-style:normal; 
	margin-top: 5px;
  margin-bottom: 0;
}

h1 {
	font-size: x-large;
  margin-bottom: 1ex;
}

h2 {
	font-size: large;
}

.mainmenu
{
	font-weight:bold; 
	padding: 5px 1ex 5px 0; 
	font-size: large; 
	letter-spacing: 0.1ex; 
}

.border {
	padding-left: 5px; 
	border: 1px solid #003399; 
}

.tdbg {
	font-size: medium;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
  background-color: #F0F0FF
}

.Heading
{
	font-size: large;
	font-weight: bold;
}
OL.terms { counter-reset: item }
LI.terms { display: block }
LI.terms:before { content: counters(item, "."); counter-increment: item }