body {
padding:0;
margin:0;
margin-left:4px;
background-color:#F8D4FF;
color: #F8D4FF;
background-image:url(../img/hint.gif);
background-position: left top;
background-repeat: repeat-y;
}
input,select{
background-color:#F2DEF6;
color:#9C01BC;
}

td,tr,table,div,input,select{
	font-family: Verdana;
	font-size:11px;
color:#660C7B;
}

.textarea{
font-family: Verdana;
	font-size:11px;
color:#660C7B;
background-color:#F2DEF6;
}


.title{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
color:#A60BC9;
}
.smalltext{
	font-family: Verdana;
	font-size:9px;
	color:#A60BC9;
}
.tableactive{
	background-color:#EDC7F5;
}
.tableneutral{
	background-color:#FEF4FD;
}

a{
	color:#A60BC9;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a.email {
	padding-left:15px;
	background-image: url(../img/email.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #FEEEFB;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:4px;
}
a:hover.email {
	padding-left:15px;
	background-image: url(../img/email.anim.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #FEEEFB;
	text-decoration:none;
} 
a.email2 {
	padding-right:15px;
	background-image: url(../img/email.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
	font-size:9px;
}
a:hover.email2 {
	padding-right:15px;
	background-image: url(../img/email.anim.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
		font-size:9px;
} 