/* Global Styles */
html {
	overflow:					scroll;
	overflow-x:				hidden;
}

body {
	background-color:	 			#ffffff;
	font-family:				"arial", sans-serif;	
	font-size:					0.9em;
}

.container {
	top:					0px;
	width:					900px;
	bottom:					0px;
	margin: 					10px auto;
	text-align: 				justify;
	background-color: 				#ffffff;
}

body, div, span, input, textarea, select, form, table, tr, td {
	padding:				0px; 
	margin: 				0px;
	border:					none 0px;
	cell-padding: 				0px;
	cell-spacing: 				0px;
}

img {
	border:				none;
}

/*
ul, ol {
	text-align:				left;
	margin:					0px 5px 5px 10px;
	padding:				0px 5px 5px 10px;
	color:					#5a5a5a;
}

li {
	margin:					0px 0px 2px 5px;
	padding:				0px 0px 2px 5px;	
}
*/

a {
	text-decoration:				none;
	border:					none 0px;
}


/* Fonts */
p, div, span {
	text-align: 				justify;
	color: 					#000000;
}

A, A:ACTIVE, A:HOVER, A:VISITED {
	font-weight: 				bold;
	text-decoration:				none;
}

A, A:VISITED {
	color:					#000000;
}

A:HOVER, A:ACTIVE {
	color:					#000000;
}

A.top, A.top:ACTIVE, A.top:HOVER, A.top:VISITED {
	font-weight: 				bold;
	text-decoration:				none;
}

A.top, A.top:VISITED {
	color:					#000000;
}

A.top:HOVER, A.top:ACTIVE {
	color:					#000000;
}

/* Border Styles */

tr.button {
	background-image:			url(images/button.jpg);
	height:					35px;
	width:					100px;
} 

/* Header Child Styles */
img.fullwidth {
	position: 					relative;
	left: 					0px;
	width:					100%;
	z-index:					0;
	border:					none;
}

a.menuTree {
	padding:				0px 15px;
}

/* Misc Styles */
/* Blank divisions for IE/FF layout compatibility */
div.clear {
	position: 					relative; 
	clear: 						both; 
	line-height: 				0.5em;
}
