body,table,tr,td{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10 pt;
	color: #FFFFFF;
}

a:link{
	color: red;
	text-decoration: none;
}
a:visited{
	color: red;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
a:active{
	color: red;
	text-decoration: none;
}

.head{
  font-size: 12 pt;
  font-weight: bold;
}

.subhead{
  font-weight: bold;
}

.fieldDesc{
  font-style: italic;
}

.adm_pannelhead{
	background-color: silver;
	font-size: 12 pt;
	color: #FFFFFF;
	font-weight: bold;
}

.adm_pannelmain{
	background-color: #000000;
	font-size: 10 pd;
	color: blue;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.head{
	font-size: 15 pt;
    font-weight: bold;
	text-decoration: none;
}

.subhead{
    font-size: 13 pt;
    font-weight: normal;
    font-style: italic;
	text-decoration: none;
}

.td_bold{
    font-weight:bold;
}

.italic{
    font-style: italic;
}

a:link{
	color: red;
	text-decoration: none;
}
a:visited{
	color: red;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
a:active{
	color: red;
	text-decoration: none;
}
.error{
    font-weight: bold;
    border:1px solid #FF0000;
    background-color: #FF0000;
    border: 1px solid silver;
}
.toolbar{
    background-color: silver;
}
.buttonrow{
    background-color: silver;
}
.button_standard{
    background-color: silver;
}
.buttonover{
    background-color: #F7F4BE;
}
.editor_iframe { background-color: #FFFFFF; }

