/* CSS Document */

body {
	padding: 0;
	background-color:#EED1BE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
}


.normal{
	font-size: 0.7em;
	line-height: 1.2em;
	color: #333;
	text-align: justify;
	}
	
.error
{

	color: #CC0000;
	font-weight: bold;
}	
	
.subtitle{
	font-size: 0.55em;
 	color: #555;
 }
 
 ol
{
list-style-position: inside;
}


 .heading{
 	font-size: 0.75em;
	line-height: 1.4em;
	font-weight:bold;
	color: #000;
	}
	
a:link {
	font-weight: normal;
	color: #BE4F08;
	text-decoration: none;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #BE4F08;
	background: transparent;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	background: transparent;
}

.smallprint {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

