html{height:100%}
body,td,input,select,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}
b{
	font-weight: bold;
}
small{
	font-size: 9px;
	line-height: 13px;
}
big{
	font-size: 13px;
	color:#F6D0DC;
	font-weight: bold;
}
.headline{
	font-size: 13px;
	color:#333333;
	font-weight: bold;
}
small{
	font-size: 13px;
	color:#ffffff;
	font-weight: bold;
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}
a:active{
	color: #333333;
	text-decoration: underline;
}

.more{
	color: #333333;
	text-decoration: none;
	background-color:#CECECC;
}
.more:hover{
	color: #ffffff;
	text-decoration: none;
	background-color:#F6D0DC;
}
.more:active{
	color: #ffffff;
	text-decoration: none;
	background-color:#F6D0DC;
}

input{
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background-color: #E6E6E6;
}

.button{
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	color:#ffffff;
	font-weight:bold;
	background-color: #F6D0DC;
}

select{
	border-color: #333333;
}
textarea{
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}
.checkbox{
	border:none;
}