html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	/* background: url(bg_tile.gif); */
	background-color:#2f2f2f;
	font-size: 12px;
	font-family: "Sui Generis", verdana;
}

#header {
    width: 100%;
    height: 20px;
    background-color: #2f2f2f;
}

#table {
	font-size: 12px;
	background-color:#CCCCCC;
	height:100%;
}

.footer {
	color:#231f20;
	font-size:14px;
	line-height:20px;
	list-style-position: outside;
	list-style-type: lower-roman;
}

.menu_text {
	font-size:18px;
	/*font-weight:bold;*/
	color:#949599;
	text-decoration:none;	
}

a.menu_text:hover {
	color:#990000;
}

.menu_text_over {
	font-size:18px;
	/*font-weight:bold;*/
	color:#990000;
	text-decoration:none;	
}

.title {
    font-family:"Sui Generis", Verdana;
	font-size:18px;
	color:#2f2f2f;
	text-decoration:none;
}

.subtitle {
    font-family:"Sui Generis", Verdana;
	font-size:14px;
	color:#990000;
	text-decoration:none;
}

.link {
	font-size:12px;
	color:#990000;
	text-decoration:none;
	font-style:italic;
}

.maintxt {
    font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #231f20;
	text-decoration: none;
	line-height:18px;
}

.form {
	font-size: 12px;
	color: #2f2f2f;
	text-decoration: none;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
}
.form1 {
	font-size: 12px;
	color: #2f2f2f;
	text-decoration: none;
}

.maintext {
	font-size: 10px;
	color: #2f2f2f;
	text-decoration: none;
}
.special {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin-top:0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: arial;
  font-size: 12px;
}

.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: arial;
  font-size: 12px;
}