/* 	HTTP://WWW.EUROHOTELSBUSINESS.COM
	html/css by artform media
========================================================================== */

/*	DEFAULT HTML / BODY STYLING
========================================================================== */

* { margin: 0; padding: 0; border: 0; } 

html, body { 
	margin:0; 
	padding:0; 
	height:100% !important; 
	/* default font styles */
	font-family:"Trebuchet MS"; 
	text-align:left;
	font-size:10pt; 
	color:#383838;
}

a { 
	font-family:"Trebuchet MS"; 
	font-size:9pt; 
	text-align:left; 
	text-decoration:none;
}
a:hover { text-decoration:none; }

div#content_2nd p { line-height:15pt; padding:10px 0 10px 0; margin:0; float:left; width:100%; }

b { line-height:13pt; }

/*	default input, select and textarea properties for forms 
========================================================================== */

form { margin:0; padding:0; }
input, select, textarea { font-family:arial; font-size:8pt; color:#000; }

/*	default H1, H2, H3, H4 properties 
========================================================================== */

h1 { font-family:"Trebuchet MS"; color:#969696; font-size:17pt; line-height:18pt; text-align:left; margin:25px 0 10px 0; text-align:center; }
h2 { font-family:"Trebuchet MS"; color:#4d4d4d; font-size:11pt; line-height:11px; text-align:left; margin:2px 0 10px 0; }
h3 { font-family:"Trebuchet MS"; color:#636363; font-size:13pt; line-height:13pt; text-align:left; }
h4 { font-family:"Trebuchet MS"; color:#4d4d4d; font-size:8pt; line-height:12px; text-align:left; margin:3px 0 10px 0; text-transform:uppercase; }

/*	default img styling
========================================================================== */

img { border:0; }

/*	default table font styling
========================================================================== */

table, tr, td { font-family:arial; font-size:8pt; color:#4d4d4d; vertical-align:bottom; padding:5px; }


