body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

a {
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 20px 0;
	display: inline;
	padding: 0 30px 5px 0;
	letter-spacing: -1px;
	background: url('../images/title.jpg') bottom right no-repeat;
	font-style: normal;	
}

p {
	line-height: 17px;
	padding-bottom: 5px;
}

p a {
	text-decoration: underline;
	color: #000;
}

p a:hover {
	color: #4E91D6;
}

a.link, span.more {
	color: #FFF;
	background: #999;
	padding: 1px 2px;	
	font-weight: bold;
}

a.right {
	margin-left: 10px;
}
