/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:22px;
	font-weight:bold;
	margin:9px 0;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:6px 0;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:3px 0;
}

p {
	margin:7px 0;
}

a {
	text-decoration:none;
}

img {
	border:none;
}

.clearfloat {
	clear:both;
	line-height:0;
	font-size:0;
}

.left {
	float:left;
	width:50%;
}

.right {
	float:right;
	width:50%;
}

.center {
	text-align:center;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.textright {
	text-align:right;
}

.textrightcenter {
	text-align:center;
}
