@import "nav.css";
@import "position.css";
@import "typo.css";

* {
	margin: 0;
	padding: 0;
}
	
html {

}

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 1.2em;
   	background: #FFF;
	color: #333;
}
	
a:link, a:visited, a:hover {
	color: #006600;
	text-decoration: none;
}

img {
	border: none;
}

p {
	padding-top: 0.5em;
}

p:first-letter {
	padding-left: 0.75em;
	font-weight: bold;
}

div.clear{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/*
	border:1px solid #F00;

min-width: 600px;
max-width: 1200px; 
width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 1200? "1200px" : "auto");
 
background:none;
float:left; 
width:150px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='scale');
 
font: font-style (italic/normal) font-variant (small-caps) font-weight font-size/line-height font-family; 
font: italic small-caps bold 1em/140% "Lucida Grande",sans-serif;
*/   

