a { 
	color: #666666;
	text-decoration:none;
}
a:link { 
	color: #666666;
	text-decoration:none;
}
a:hover { 
	color: #333333;
	text-decoration:none;
}
a:visited { 
	color: #666666;
	text-decoration:none;
}
a:active { 
	color: #666666;
	text-decoration:none;
}

a.menu { 
	color: #ffffff;
	text-decoration:none;
}
a.menu:link { 
	color: #ffffff;
	text-decoration:none;
}
a.menu:hover { 
	color: #ffffff;
	text-decoration:underline;
}
a.menu:visited { 
	color: #ffffff;
	text-decoration:none;
}
a.menu:active { 
	color: #ffffff;
	text-decoration:none;
}

a.footer { 
	color: #000000;
	text-decoration:none;
}
a.footer:link { 
	color: #000000;
	text-decoration:none;
}
a.footer:hover { 
	color: #000000;
	text-decoration:none;
}
a.footer:visited { 
	color: #000000;
	text-decoration:none;
}
a.footer:active { 
	color: #000000;
	text-decoration:none;
}

body {
	background:#f9f9f9;
}

.headerline {
	width:794px; overflow:hidden; border:1px solid black; padding:10px;
	font-family:verdana,serif; font-size:24px; color: #000000; font-weight:bold;
	margin-bottom:4px;
	background:#ffffff;
}

.tabletop {
	width:150px; overflow:hidden; border:1px solid black; padding:6px;
	font-family:verdana,serif; font-size:14px; color: #ffffff; font-weight:bold;
}

.submenu {
	width:802px; overflow:hidden; border:1px solid black; padding:6px;
	font-family:verdana,serif; font-size:12px; color: #ffffff;
	
}

.content {
    width: 794px;
    /*overflow: hidden;*/
    border: 1px solid black;
    padding: 10px;
    font-family: verdana, serif;
    font-size: 12px;
    color:  rgb(0,0,0);
    background: rgb(255,255,255);
    text-align: justify;
    position: relative;
}

.formstyle {
	font-family:verdana,serif; font-size:12px; color: #000000;
	background:#ffffff;
}

td.formstyle {
	padding-left: 0;
}

.footer {
	width:818px;
	font-family:verdana,serif; font-size:10px; color: #000000;	
}

.error {
    color: rgb(255,0,0);
}

#admin_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background-color: #e8e8f8;
}

