/* HTML Defaults and Generics Classes */
* { margin: 0; 
	padding: 0;
	}

html {
	height: 100%;
	min-width: 778px;
	}
body { 
	height: 100%;
	font: 68.75% Tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
	}
	h1 { font-size: 1em; }
	h2 { font-size: 1em; }
	h3 { font-size: 1em;}
		h3.careersHeading {
			color: #cc9933;
			margin-bottom: 1.5em;
			}
	p { font-size: 1em; }
	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 { list-style: none; }
		li {
			position: relative;
			font-size: 1em;
			}
			li li {  font-size: 1em; }
			
	ol { margin: 0 0 1em 2em; }
		li {
			position: relative;
			font-size: 1em;
			color: #666666;
			}
			li li {  font-size: 1em; }
			
	hr {
		border: 0; 
		height: 1px; 
		background: #ccc; 
		*color: #ccc; 
		margin-bottom: 0;
		}
	a, a:link, a:visited {
		text-decoration: none;
		}
		a:hover, a:active {  }
	img { border: none; }
	form {
		margin: 0;
		padding: 0;
		}
		input, select, textarea { font: .9em Tahoma, Arial, Helvetica, sans-serif; }

	
	
