/*     CSS Document     */

/*--- Generic Styles ---*/

body {
	background: #FFF; color: #333;
	font: small Verdana, Arial, sans-serif;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	
}
/*Tantek Celicks Box Model Hack*/

body, table {
	/*Font size value for IE4/5 on Windows*/
	font-size:x-small;	
	/*IE4/5 in Windows will not understand this and believe the rule is over.*/
	voice-family: "\"}\"";	
	/*Allows the rest of browsers to get on with rule*/
	voice-family:inherit;	
	/*proper value for browsers that implement keywords correctly*/
	font-size:smaller;
}
a {
	text-decoration: none;   /*link wont be underline*/
}
a img {
	border: 0;				/*image link wont have surounding square*/
}
/*allow to put title closer without loosing separation between paragraphs*/
p {
	margin: 0 0 1em;		
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.8em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
li {
	list-style-type: none;

}
