
body {
	margin: 10px 10px 10px 10px;
	padding: 0;
	background: #c0c0c0;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-image: url(../graphics/bg1.jpg);
}

A {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight : bold;
} 

A:link		{ color: #333333; } 
A:visited	{ color: Black; } 
A:active	{ color: #333333; } 
A:hover		{ color: #333333; } 

table {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

p, ol, ul, li, td {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

table.layout {
	border: none;
	width : 100%;
}

table.content {
	background: #f0f0f0;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	border: 9px ridge Silver;
	background-image : url(../graphics/bg2.jpg);
}

table.buttons {
    background: #f0f0f0;
    color: #000000;
    margin: 0px;
   border: 1px solid #000000;
}

td.sidebar {
	padding: 0px;
	margin: 0px;
	width : 125px;
	text-align : center;
	vertical-align : top;
}

td.cells {
	padding: 5px;
}

ul {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 1px;
}

li {
    margin-left: 12px;
    padding-bottom: 5;
}

font {
	font-size: x-small;
	color: #000000;
}

font.instructions {
    font-size: x-small;
    color: #000000;
}

hr {
  width: 90%;
  height: 2px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
}

.linkbartext {
	margin-left : 10px;
	margin-right : 10px;
}

.banner {
	background-image : url(../graphics/banner.jpg);
	height : 113px;
	margin-bottom : 10px;
}

.bannertext {
	text-align : center;
	font-size : 24pt;
	font-weight : bold;
	padding-top : 15px;
}

.ctrlpanel {
	background-image : url(../graphics/panel.jpg);
	width : 125px;
	height : 366px;
	padding-top : 10px;
	padding-bottom : 11px;
	padding-left : 8px;
	padding-right : 16px;
	background-repeat : no-repeat;
}

.byline {
	font-size: x-small;
	background-color : Silver;
	border : 3px groove Silver;
}
