@import url("fonts.css");
@import url("jquery-ui.css");
@import url("jquery.tooltip.css");

@import url("controls.css");
@import url("layout.css");

/* Basic common elements */
body {
	font-family: "GillSans", "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size: 15px;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000;
	color: #999;
}
a {
	color: #E21820;
	cursor: pointer;
	text-decoration: none;
}
a img {
	border: 0px;
}
ul {
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "GillSans-Regular", "Trebuchet MS";
	margin: 10px 0px;
	margin-top: 40px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #fff;
	clear: both;
}
p {
	margin: 5px 0px;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}

form {
	margin-top: 18px;	
}

/*p, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0px;
}
*/
