body
{
	font-family: georgia, tahoma;
	color: #333;
	
	background: url(/ENGINE/IMAGES/CONDORCITY/WEBSITE/body_background.jpg) repeat center;
	
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 20px;
	font-weight: lighter;
	line-height: 12px;	
	margin: 0px;
	padding: 5px 0px;
}

h2
{
	font-size: 18px;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
}

h3
{
	font-size: 12px;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #717171;	
}

h4
{
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 28px 0px 0px 0px;
}

img
{
	border: 0px;
}

.stretch-x
{
	width: 100%;	
}

.top
{
	vertical-align: top;	
}

div.clear
{
	clear: both; 
	font-size: 0px;
	line-height: 0px;	
}

.hidden
{
	display: none;	
}


a{text-decoration: underline;}
a:hover{text-decoration: none;}
