/* AUTHOR DAVID FERDINANDO  =============================================== */
/* QUICK COLOUR REFERENCE  =============================================== */
/* blue - #004C6E */
/* bg - #E8E8E8 */



body 
{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #EAEEF1;
	background-image: url(mixit_sailing_clear_blue_sea_volos_holiday.jpg);
	background-repeat: no-repeat;
	background-position:top center;


}

td, th, p, li
{
	font: 12px arial;
	color: #3E3C3C
}

.mediumwhite
{
	font: 10pt arial;
	color: #ffffff
}

.smallwhite
{
	font: 8pt arial;
	color: #ffffff
}

.tiny
{
	font: 8pt arial, verdana, sans-serif;
	color:#3E3C3C;
}
.menu
{
	font: 13px arial, verdana, sans-serif;
	color:#000000;
}
		
a
{ 
	text-decoration:none;
	font-weight:normal;
	color:004C6E; 
} 

a:hover
{ 
	text-decoration:none;
	font-weight:normal;
	color: #000;
} 


.gray
{
	font: 12px arial, verdana, sans-serif;
	color:#3E3C3C;
}

.title
{
	font: 13px arial, verdana, sans-serif;
	font-weight:bold;
	color:#004C6E;
}

.largetitle
{
	font: 16px arial, verdana, sans-serif;
	color:#004C6E;
		font-weight:bold;
}

.hugetitle
{
	font: 18px arial, verdana, sans-serif;
	color:#004C6E;
		font-weight:bold;
}



/* Generic Selectors  =============================================== */

img 
{
	border: 0;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.3px;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:2px;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 0;
	
}

.blue
{
	color:#004C6E;
}

.black
{
	color:#000;
}

.footer
{
	font-size:10px;
	color:#666;
	line-height:14px;
}

.caps
{
	text-transform:uppercase;
	font-weight:bold;
}