/* HTML Defaults and Generics Classes */

* { 
	margin: 0; 
	padding: 0;
}

.trans {
	behavior: url("includes/css/iepngfix.htc");
}

body { 
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	display: table;
	}
	h1 { 
		font-size: 1em; 
	}
	h2 { 
		font-size: 1em; 
	}
	h3 { 
		font-size: 1em;
	}
	p { 
		font-size: 1em;
	}
	table { 
		}
		td { 
			padding: 0;
			font-size: 1em;
			}
	ul {
		list-style: none;
		}
		li {
			position: relative;
			font-size: 1em;
			}
			li li {
			font-size: 1em;
			}
	a, a:link, a:visited {
		color: #f60;
		text-decoration: none;
		outline: none;
		}
		a:hover, a:active {
			text-decoration: underline;
		}
	img { 
		border: none;
	}
	form {
		margin: 0;
		padding: 0;
		}
		input, select, textarea {
			font: 1em Verdana, Arial, Helvetica, sans-serif;
		}

	
	

