body,
html {
	margin:0;
	padding:0;
	background:#FFF;
	color:#000;
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-size: 100%;
}
body {
	min-width:750px;
}
h1 {
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: #707070;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
}
p, ul {
	font-size: 12px;
}
#wrap {
	margin:0 auto;
	width:750px;
}
#footer {
	clear:both;
	font-size:10px;
}
.clear{
	clear:both;
}
.clear p {
	padding: 5px 10px 5px 10px;
}
.line {
	clear:both;
	height: 1px;
}
.line hr {
    height:1px;
    background:#CCC;
	width: 750px;
	border: 0;
}
.left {
	float:left;
}
.right {
	float:right;
}

/* link styles */

a {
	color: #06c;
	}
#header a, .heading a, h1 a, #links a {
	color: #06c;
	text-decoration: none;
	}

a:hover, .heading a:hover, #links a:hover, #header a:hover {
	color: #048;
	text-decoration: underline;
	}

/* text styles */

.heading {
	font-size: 20px;
	color: #707070;
}
.smallheading {
	font-size: 14px;
	color: #707070;
}
.title {
	font-size: 14px;
}
.small {
	font-size: 10px;
}

