* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial;
	font-size:12px;
}

a { outline:0;}
a img { border:0; }

h3 {
	font-size:14px;
}
	
h3.title {
	margin-bottom:1.5em;
	font-size:16px;
}

h3 span {
	display:block;
	font-size:14px;
}

p {	margin:1em 1em 1em 0;}
ul { list-style-position:inside; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.text-right {text-align:right;}
.rel { position:relative; }
.abs { position:absolute; }
.small { font-size:13px; }
.large { font-size:25px; line-height:27px; }
.bold { font-weight: bold; }
.promo { 
	margin-bottom:2em;
	text-align:center;
}
