* {
	font-family: Arial;
	font-size:9pt;
	color: rgb(204,255,255);
}

body {
	width: 100%;
	height: 70%;
	margin: auto;
	background-color: #18316A;
}

div#page {
	overflow: auto;
	border: 1px solid white;
	width: 900px;
	height: 100%;
	margin: auto;
}

div#menu {
	 border: 1px solid red;
 	 width: 900px;
 	 height: 200px;
	 margin: auto;
}

p.bodytext 
{
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}


*.sup {
	font-size: 5pt;
}

table.skeleton, table.skeleton td {
	margin: 0px;
	border-spacing: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;	
	vertical-align: top;
}

table.skeleton td.left, table.skeleton td.right 
{
    width: 13px;
}

table.content {
	border: none;
	width: 100%;
	border-collapse: collapse;
}

table.content td {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
}

table.contenttable {
	border: none;
	width: 100%;
	border-collapse: collapse;
}

table.contenttable td {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
}

table.contenttable td p.bodytext 
{
    margin: 0px;
    padding: 0px;
}

table.menu td {
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

table.submenu {
	margin-left: 40px;
}

table.submenu td{
	pedding-top: 0px;
	padding-left: 6px;
}

*.text {
	margin: 4px;
	text-align: justify;
}

*.textCenter {
	width: 100%;
	margin:4px;
	text-align: center;
}

*.left, *.alignLeft, *.align-left {
	text-align: left;
}

*.right, *.alignRight, *.align-righ {
	text-align: right;
}

*.center, *.alignCenter, *.align-center {
	text-align: center;
}

*.right, *.alignRight, *.align-righ {
	text-align: right;
}

img {
	border: none;
}

img.inTextLeft {
	margin: 4px;
	border: 0px solid yellow;
	float: left;
}

img.inTextRight {
	margin: 4px;
	border: 0px solid yellow;
	float: right;
}

a:link { 
  text-decoration:none; 
}

a:visited { 
  text-decoration:none; 
}

a:hover { 
  text-decoration:underline; 
  color: rgb(250,250,255);
}

a:active { 
  text-decoration:none; 
}

input, textarea {
	border: 1px solid black;
	background-color: white;
	color: black;
}

fieldset 
{
    border: none;
}

//3 column

tx-fdfx3cols-pi1 table td {
	width: 33%;
}
