body {
  font-family: Arial;
  font-size: 14px;
  margin: 0px;
	color: #350F71;
	background-color: #C8DFF1;
}

#nsMainFrame {
	background-color: #FFFFFF;
}

.header {
	background-color: #FFFFFF;
}
.motto {
  color: #FF2040;
  font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.topmenu {
	text-align: center;
	border-bottom: solid 1px #350F71;
}
.topmenu a {
  color: #018AE2;
	text-decoration: none;
	font-weight: bold;
}
.topmenu a:hover {
	color: #350F71;
}

.content {
	padding: 15px;
	background-color: #FFFFFF;
	text-align: justify;			
}
.content h1 {
  font-size: 12pt;
	font-weight: bold;
	margin: 0px;
}
.content h2 {
  font-size: 10pt;
	margin: 0px 0px 10px 0px;
}
.content h3 {
  font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
}
.content img {
  margin: 10px;
	border: solid 1px #350F71;
}
.content a {
  color: #018AE2;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}
.content li {
  font-size: 10pt;
  margin: 0px 0px 5px -20px;
}
.content li a {
  font-weight: bold;
}
.content span {
  color: #FF0000;
}

.right {
  padding: 5px;
  border-left: solid 1px #350F71;
	background-color: #FFFFFF;
}
.right a {
  color: #018AE2;
  text-decoration: none;
}
.right a:hover {
  text-decoration: underline;
}
.right li {
  font-size: 12px;
  margin: 0px 0px 10px -20px;
}
.right li a {
  font-weight: bold;
}
.right input {
  border: solid 1px #350F71;
	background-color: #F4F8FF;
}
.right textarea {
  border: solid 1px #350F71;
	background-color: #F4F8FF;
}
.right select {
  border: solid 1px #350F71;
	background-color: #F4F8FF;
}

.footer {
  border-bottom: solid 1px #350F71;
	background-color: #FFFFFF;
}

.hiddenFrame {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

