/* ##################################################################
   ###
   ###    Global properties of pages
   ###
   ##################################################################
*/



a.link1{ 
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #993333;
  font-weight: bold;
  text-decoration:none;
  font-size:12px;

}
a.link1:hover{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #993333;
  font-weight: bold;
  text-decoration:none;
  font-size:12px;

}

textarea{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:10px;
  color:#666666
}
input {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:10px;
  color:#666666
}
select {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:10px;
  color:#666666
}


  
/* ##################################################################
   ###
   ###    Begin definition of other properties
   ###
   ##################################################################
*/
.table_main{
	border: 1px solid #666666;
}

.dates_css{
	font-size: 11px;
	color:#333333;
}
.error_style{
	color:#FF0000;
	font-size:13px;
}


/* ##################################################################
   ###
   ###    Different buttons
   ###
   ##################################################################
*/

.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 80px;
}
.button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 25px;
}

/* ##################################################################
   ###
   ###    Different txtfields
   ###
   ##################################################################
*/

.txtfield1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	width: 250px;
}
.txtfield2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	width: 400px;
}


.select1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	width: 130px;
}

.box1{
	border: 1px solid #000000;
}

 
 /* ###########################################################################3
 
 	        GUESTBOOK
 
    ###########################################################################3
  */	
 .guestbook_rows{
	padding-top: 10px;
	padding-bottom: 10px; 	
 }
 
 .guestbook_txtfield1{
	font-size: 13px;
	width: 250px;
	color: #000000;
 }
 .privacyreport{
 	font-size: 14px;
	line-height:130%;
 
 }
 
