/*
This file is NOT NECESSARY for the rater to work. None of these styles are needed.
This is only to style the demo page
*/

#container {
	font-family: Calibri, Tahoma, sans-serif;
	width: 100%;
	border: 0px solid #ccc;
	padding: 0px;
	font-size:11px;
	text-align:justify;
	line-height:18px !important;
	}

h1 {
	font-family: Calibri, Tahoma, sans-serif;
	font-size: 21px;
	margin:0 0 5px 0;
	padding:0;
	text-align:justify;
	line-height:18px !important;
	}

h2 {
	font-family: Calibri, Tahoma, sans-serif;
	font-size: 16px;
	color: #333;
	margin:0 0 10px 0;
	padding:0;
	text-align:justify;
	line-height:18px !important;
	}

p 	{
	font-family: Calibri, Tahoma, sans-serif;
	font-size:11pt;
	color:#444444;
	margin-bottom:15px;
	line-height:18px !important;
	text-align:justify;
	}
dt {	
	font-family: Calibri, Tahoma, sans-serif;
	font-size:11pt;
	text-align:justify;
	color:#444444;
	line-height:18px !important;
}
ul {	
	font-family: Calibri, Tahoma, sans-serif;
	font-size:11pt;
	text-align:justify;
	color:#444444;
	line-height:18px !important;
}
li {	
	font-family: Calibri, Tahoma, sans-serif;
	font-size:11pt;
	text-align:justify;
	color:#444444;
	line-height:18px !important;
}

/*dt img { display: block; float:right; margin:10px;} */

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: Calibri, Tahoma, sans-serif;
	font-size:11pt;
	text-align:justify;
	color:#444444;
	line-height:18px !important;
}
