/* CSS document */

body {
	font-size: 10pt;
	background-color: rgb(155,157,158);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 7% auto 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: rgb(0,0,0);
	text-decoration: none;
}

a:hover {
	color: rgb(203,203,49);
}

h1 {
	color: rgb(203,203,49);
	font-size: 24px;
	margin-bottom: 10px;
}

p {
	margin-top: 3px;
	margin-bottom: 6px;
}

img {
 	behavior: url(iepngfix.htc);
}


.main_hosted {
        width: 574px;
        margin: auto;
        clear: both;
        padding: 20px;
}

