body {
	background-color:#9FBFD2;
	margin:0;
	padding:0;
	color:#000;
	font-family:"Lucida Console", Monaco, monospace;
	min-width: 1580px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
}

a:link {
	color:#369;
	text-decoration:underline;
}
a:visited {
	color:#C0C0C0;
	text-decoration:underline;
}
a:hover, a:active, a:focus { 
	text-decoration:underline;
}

img {
	border:none;
}

table {
	text-align:left;
}

.noscript {
	width:70%;
	min-width:640px;
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:20px;
	border-top-left-radius :15px;
	border-top-right-radius:15px;
	border-bottom-left-radius :15px;
	border-bottom-right-radius:15px;
	border-style:ridge;
	color:#aa0000;
}

.left {
	margin: 220px 0 10px 5px;
	float:left;
	width: 220px;
	font-family:"Courier", monospace;
	font-weight:bold;
	overflow:hidden;
}

.left ul {
	padding:0;
	margin:5px 0 0 0;
	border-style:ridge;
}

.left li.leftmenu {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#fff;
	background:#28343b;
	background:linear-gradient(to bottom,  #b5bdc8 0%,#828c95 14%,#28343b 46%);
}

.leftmenu a {
	display:block;
	text-decoration:none;
	font-size:14pt;
	font-weight:bold;
	color:#9FBFD2;
	padding:0 0 0 10px;
	margin:0;
}

.leftmenu a:hover {
	background:#369;
	color:#fff;
}

.container {
	width:70%;
	min-width:640px;
	background:#FFF;
	margin:20px 5px;
	border-top-left-radius :15px;
	border-top-right-radius:15px;
	border-bottom-left-radius :15px;
	border-bottom-right-radius:15px;
	border-style:ridge;
	float:left;
}

.right {
	margin:220px 5px 0 0;
	float:left;
	width: 220px;
	font-family:"Courier", monospace;
	font-weight:bold;
	overflow:hidden;
}

.header {
	padding-top:10px;
	padding-left:10px;
}

.contact {
	font-family:"Courier", monospace;
	font-weight:bold;
	font-size:11pt;
	text-align:right;
	padding-right:10px;
	margin-top:10px;
	color:#fff;
	background:#28343b;
	background:linear-gradient(to bottom,  #b5bdc8 0%,#828c95 14%,#28343b 46%);
}

.content {
	padding:20px 30px 0 30px;
	overflow:auto;
	font-size: 12pt;
}

.content ul, .content ol { 
	padding:0 15px 15px 40px;
}

.text {
	min-height:380px;
}

.footer {
	font-family:"Courier", monospace;
	font-size:9pt;
	text-align:center;
}