body {
	background-color : #ffffff;
}

td {
	font-family : verdana,arial,helvetica;
	font-size : 13px;
	line-height : 18px;
	color : #4C4C4C;
}

txtcontent {
	font-family : verdana,arial,helvetica;
	font-size : 13px;
	line-height : 18px;
	color : #4C4C4C;
}

.txtsmall
{
	font-size : 10px;
}
.txtsmallblue
{
	font-size : 10px;
	color : #015AFC;
}
.greenbold{
	color : #C4CB6C;
	font-weight : bold;
}

.error {
	color : #Ff0000;
	border:1px solid #ff0000;
}

.head{
	font-family : verdana,arial,helvetica;
	font-size : 18px;
}

.capital{
	font-size : 24px;
}

.small{
	font-size : 11px;
	line-height : 15px;
}

.emphatic{
	font-family : century gothic, verdana,arial,helvetica;
	font-size : 22px;
	line-height : 28px;
}

a.navi{
	font-family : 'Courier New', monospace;
	font-size : 16px;
	color : #A48D20;
	font-weight : bold;
	text-decoration:none;
}
a.naviaktiv{
	font-family : 'Courier New', monospace;
	font-size : 16px;
	color : #C4CB6C;
	font-weight : bold;
	text-decoration:none;
}

a.navi:hover {color:C4CB6C;}

a.subnavi{
	font-family : verdana,arial,helvetica;
	font-size : 11px;
	color : #65603F;
	text-decoration:none;
}

a.subnavi:hover {text-decoration:underline;}

a {
	color : #91CA88;
	font-size : 13px;
}
a.small{
	color : #91CA88;
	font-size : 10px;
}
a.medium {
	color : #91CA88;
	font-size : 13px;
}
a:hover {text-decoration:none;}

input, textarea {
	font-family : verdana,arial,helvetica;
	color : #000066;
	border : 1px solid #819FBA;
	font-size : 11px;
}
input.longtext 
{
	width:300px;	
}

input.shorttext
{
	width:95px;
	height: 15px;	
}
input.xtrashorttext
{
	width:50px;	
}
input.mediumtext
{
	width:233px;	
}

.width200px
{	
	width: 200px;
}

