*{
	margin: 0;
	padding: 0;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear{
	float: left;
	height: 0px;
	width: 100%;
}

a img{
	border: none;
}


ul.horizontal{
	display: inline;
	list-style-type: none;
}

ul.horizontal li{
	display: inline;
}

body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

textarea{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

a{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	color: #3399EE;
	text-decoration: underline;
}

ul.vertical{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

li.vertical{
	margin: 0;
	padding: 0;
}

p{
	color: #666;
	font-size: 11px;
	margin-bottom: 5px;
}

.dotted {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}

* html .dotted {
	border-bottom: none;
	padding: 1px;
	background: url(../img/css-dotted.gif) repeat-x bottom;	
}

.hr{
	border-top: 1px #DDDDFF solid;
	border-bottom: 1px #FFF solid;
	clear: both;	
}
