/* Global Styles ///////////////////////////////////////////////////////////////////////////////////// */
body {
	margin: auto;
	text-align: center;
	background: #fff url('header_tile.jpg') left top repeat-x;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #5f6062;
	font-size: 9.5pt;
}

a:link{text-decoration: none; color: #a2ae1f;}
a:visited{text-decoration: none; color: #a2ae1f;}
a:hover{text-decoration: none; color: #a2ae1f;}
a:active{text-decoration: none; color: #a2ae1f;}

div.content{
	margin-top: 25px;
}

p.contain{
	text-align: left;
	margin: auto;
	width: 500px;
	padding-left: 110px;
	line-height: 15px;
}

p.contain span{
	line-height: 25px;
}
