@import url(text.css);
@import url(layout.css);
@import url(jquery.fancybox.css);


html {
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	height: 100%;
	width: 100%;
	
	
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;

	background-color: white;
}



img {
	border: 0px;
}

p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

ul {
	list-style:none;
}

li {
	list-style:none;
}

td {
	
	text-align:left;

}

div {
	text-align:left;
}

/************************* misc*/

div.clear {
	clear: both;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

a {
 color: #ff5a00;

}

strong {
	color: #ff5a00;
}
