.div {
	border:1px solid #000;
}

.H1	{
	text-align: center;
	font-size: 20px;
	font-weight: normal; 
	color: #000; 
	margin-bottom: 0px;
	display:none
}

.H2	{
	font-size: 17px;
	font-weight: bold;
	color:#568BA5;
	padding:0px;
	margin:0px;
	
}

.H3	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.H4	{
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em
}

.HR	{
	height: 1px
}

a:link,a:visited {
	color: #000000;
	font-weight: normal;
}

a:hover	{
	color: #FF0000;
}

.input {  
	border: 1px #000000 solid;
	font-size: 10px; 
	color: #000000
}

.textarea {  
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 			
	border-left-width: 1px; 
	background-color: #F2FBFF
}

.select	{
	background-color: #F2FBFF;
	font-size: 10px; 
	color: #000000;
	border: 1px #000000 solid;
}

.textfield	{
	background-color: #F2FBFF;
	border: 1px #000000 solid;
	color: #000000
}

.checkbox {  
	border-style: none
}

.radiobutton {  
	border-style: none
}

.button {  
	background-color: #568BA5; 
	border: 1px #000000 solid;
	font-size: 10px; 		
	color: #000000; 
	cursor:pointer 
}

#newsletter label {
	font-size: 12px;
	text-transform: uppercase;
	float:left;
	color: #f3f3f3;
}

#newsletter input {
	border: 1px #000000 solid;
	font-size: 12px;
	float:left; 
	color: #000000
}

#newsletter button {
	background-color: #568BA5; 
	border: 1px #000000 solid;
	font-size: 10px; 		
	color: #000000; 
	cursor:pointer 
}

