

@charset "utf-8";
/*
	Developer: 	Nemetos - Nemetos.com / Nemetos.ch / Nemetos.org / Nemetos.net .
	Description: 	Master CSS 
	Changes:
*/

/*
-----------------------------------------------
PRINT STYLES
-----------------------------------------------
*/ 


a, img{
	border: none;		
}

#mainMenu, #leftColumn, #footerLinks, #toolsMenu, input, textarea, select, option, fieldset{
	display: none;	
}

#headerLogo{
	border-bottom: 1px solid #000;
	padding: 0 0 10pt 0;
	margin: 0 0 10pt 0;
}






body{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;	
}

h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 1.5em;	
}

input, textarea, select, option{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;	
}

.headerTxt p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.headerTxt p.headerTitle{
	font-size: 25px;
	line-height: 1.5em;
}

.headerTxt p.headerSubTitle{
	font-size: 18px;
	line-height: 1.5em;
}


#footer{
	font-size: 10px;
	text-align: right;
}










