@charset "utf-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.date{
	font-size: 11px;
}

td{
	text-align: left;
}

a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.centre{
	text-align: center;
}

.right{
	text-align: right;
}

.mailinglist{
	color: #525453;
	font-weight: bold;
}

form{

margin:0;}


input {
	font-size: 11px;
	color: #5f5f5f;	
	background-color: #FFFFFF;
	border-left: #7e7f81 1px solid;
	border-right: #7e7f81 1px solid;
	border-top: #7e7f81 1px solid;
	border-bottom: #7e7f81 1px solid;
	PADDING-RIGHT: 2px;
	PADDING-TOP: 1px;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 3px;
}

textarea {
	font-size: 11px;
	color: #5f5f5f;	
	background-color: #FFFFFF;
	border-left: #7e7f81 1px solid;
	border-right: #7e7f81 1px solid;
	border-top: #7e7f81 1px solid;
	border-bottom: #7e7f81 1px solid;
	PADDING-RIGHT: 2px;
	PADDING-TOP: 1px;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 3px;
}

.button {
	font-size: 11px;
	color: #4e4d4b;	
	font-weight: bold;
	background-color: #FFFFFF;
	border-left: #7e7f81 1px solid;
	border-right: #7e7f81 1px solid;
	border-top: #7e7f81 1px solid;
	border-bottom: #7e7f81 1px solid;
}

select {
	font-size: 11px;
	color: #5f5f5f;	
	background-color: #FFFFFF;
	border-left: #7e7f81 1px solid;
	border-right: #7e7f81 1px solid;
	border-top: #7e7f81 1px solid;
	border-bottom: #7e7f81 1px solid;
}

.polaroid{
	background: url(../../../images/bg_polaroid.gif) no-repeat top;
	height: 254px;
	padding: 14px 16px 30px 20px;
	text-align: center;
}