body {
	
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-size: 12px;
        color: #6C6457;
        background: #FF9933;
		text-transform: none;
	margin: auto auto;
        text-align: center;
	
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-size: 20px;
        text-align: center;
        text-transform: lowercase;
        margin-bottom: 30px;
}

a {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #993300;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #FF9933;
    text-decoration: none;
	font-weight: bold;
}

p {
	line-height: 125%;
}

.body {
        font-size: normal;
        color: #000;
}
.highlight {
        color: #FF9933;
		font-style: normal;
		text-transform: none;
}

.news {
	border-top: none;
	border-bottom: none;
	padding-top: 5em;
	text-indent: 25px;
	color: #FF9933;
}

.news p { 
        margin-top: 0;
        font-style: italic;
}

img {
		border: 0; 
		padding: 5px;
}

ul 
{
list-style-type: square;
margin-top: 0px;
}

/*-- Box --*/

#box {
        text-align: justify;
        width: 500px;
		/*left: 150px;*/
		/*top: 50px;*/
		bottom: auto;
		/*overflow: auto;*/
		margin: 35px auto 50px;
		border: medium dashed #6C6457;
		padding: 30px;
		/*position:absolute;*/
		background-color:#FFFFFF;
	}
