/* General tags */
/* * {
	margin:0;
	}  */
* {
	 padding: 0;
	 margin: 0;
}
h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
}

td, th, caption { font-weight: normal;}
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul {
	padding-left: 1.4em;
	list-style:square;
	font-size: 12px;
	line-height:1.6em;
}
q:before, q:after { content:''; 
}


body {
  	background: white;
}
h1 {
	font-size: 21px;
	line-height: 1.4em;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 25px;
	font-weight: 600;
}
h2 {
	font-size: 1.0em;
	line-height: 1.1em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight:600;
}
h3 {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	padding-top: 8px;
	font-weight:600;
	padding-bottom: 8px;
}
h4 {
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 10px;
}

h5 {
	font-size: 1.0em;
	line-height: 1.1em;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight:600;
}
h6 {
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 8px;
	font-weight:600;
}

p {
	font-size: 13px;
	line-height: 1.6em;
	text-align: justify;
	background-color: white;
}
p.grade {
	line-height:3.2em;
}
	
p.grade img {
	position: relative;
	top:12px;
	margin-right: 10px;
}

table {
		margin: 10px 0px 10px 0px;
		width:737px;
		text-align:center;
		border-collapse: collapse;
		font-size: 0.8em;
		border: 2px solid #999999;
		border-spacing: 0px;
	}
td {
	border:  2px solid #999999;
}
