/* HTML Defaults and Generics Classes */

* { 
	margin: 0; 
	padding: 0;
}

body { 
	background: #ffffff; 
	color: #4b4b4b;
	font: 75% Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.365em;
*font-size: 12px;
*line-height: normal;
	}

	h1 { 
		font-size: 2em; 
		margin: 5px 0;
	}
	h2 { 
		font-size: 1.6em; 
	}
	h3 { 
		font-size: 1.3em;
	}
	h4 { 
		font-size: 1.2em;
	}
	p { 
		font-size: 12px;
	}
	table { 
		}
		caption { 
			font-size: 1em; 
			text-align: left;
		}
		th { 
			font-size: 1em;
			text-align: left;
			}
			th th {
				font-size: 1em;
			}
		td { 
			padding: 0;
			font-size: 1em;
			}
			td td {
				font-size: 1em;
			}
	ul {


		}
		li {
		margin-left: 13px;			
			font-size: 1em;
			}
			li li {
			font-size: 1em;
			}
ul {
list-style-type: none;
list-style-image: none;
list-style-type: none;
}
li {
font-size:1em;
position:relative;
}
li li {
font-size:1em;
}


	hr {
		border: 0; 
		height: 1px; 
		background: #999; 
			*color: #999; 
		margin-bottom: 20px;
	}
	a, a:link, a:visited {
		color: #4b4b4b;
		text-decoration: underline;
		}
		a:hover, a:active {
			color: #c01c37;
			text-decoration: none;
		}
	img { 
		border: none;
	}
	form {
		margin: 0;
		padding: 0;
		}
		input, select, textarea {
			font: 1em Tahoma, Arial, Helvetica, sans-serif;
		}

	
	
.contain {
	overflow: auto;
	zoom: 1;
}

