/*
This file is NOT NECESSARY for the rater to work. None of these styles are needed.
This is only to style the demo page
*/

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/*font-weight:bold;*/
	margin: 0;
	padding: 0px 0 20px 40px;
	color: #000;
	}
#center{
	width: 950px;
 	 margin-left: auto;
  	margin-right: auto; 
}

#container {
	width: 50%;
	border: 1px solid #ccc;
	padding: 20px;
	}
#multiText {
	width: 940px;
	border: 0px solid #ccc;
	padding: 5px;
	font-size:small;
	}
#singleText {
	font-size:medium;
	font-weight:bold;
	}

h1 {
	font-size: 21px;
	font-family: Arial, sans-serif;
	margin:0 0 5px 0;
	padding:0;
	}

h2 {
	font-size: 16px;
	color: #333;
	font-family: Arial, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	}

p 	{
	margin:3px;
	padding:0;
	}
.nums {
		font-size: 16px;
		font-weight: bold;
		color: #F90;
		font-family: Arial, sans-serif;
	 }
.engText {
	font-size: 12px;
}
.engTextBold {
	font-size: 12px;
	font-weight: bold;
}

