DIV.box
{
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	background-color: #D9ECFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: #1E90FF;
}
	
DIV>FIELDSET 
{
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	background-color: #B0E0E6;
	color: #B0C4DE;
}	

h1 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

body 
{
	font-family: "Times New Roman", Times, serif;
}

a.smallstyle 
{
	font-size: 12px;
	font-weight: bold;
}

a {
	color: Purple;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Purple;
	font-family: Arial;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

.bdtitle {
	border: 1px solid Maroon;
	font-size: 11px;
	padding: 6px 6px 6px 15px;
	color: #0018a5;
	background-color: #e5ecf9;
	font-weight: bold;
	font-family: tahoma, verdana;
}

DIV.topic
{
	font-family: verdana,tahoma ;
	font-size: 12px;
	BORDER-STYLE: solid;
	color: #0018a5;
	BORDER-WIDTH: 0px;
	background-color: #D9ECFF;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	border-color: #1E90FF;
}