/* PyeNet Specific Styles */
.materials * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}

.materials pre {
  font-family:"Courier New",courier,serif;
  font-size:1.1em;
  margin-bottom:1.5em;
}

.materials blockquote {
	margin-left:20px;
}

.materials hr {
	padding:5px;
}

.materials .tt {
  font-family:"Courier New",courier,serif;
  font-size:1.2em;
}

/* .materials ul li,
.materials ol li,
.materials ul li ul li,
.materials ol li ul li,
.materials ol li ol li, */
.materials li,
.materials p,
.materials a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
/* Following makes the list item in a list item
   the same size as the first item */
.materials li li {
  font-size:1em;
}

.materials p {
	padding-bottom:1em;
}

.materials .footnote {
  color:#333;
  font-size:0.8em;
}

/** CMS LIST STYLES **/
.materials ul,
.materials ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.materials ul li,
	.materials ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.materials ul li {
		 list-style-type:none;
		}
		.materials ol li {
			list-style-type:decimal;
                }
		.materials ul li ul li {
			list-style-type:none;
                }
		.materials ol li ul li {
			list-style-type:none;
                }
		.materials ol li ol li {
			list-style-type:decimal;
                }

.materials a {
  color:#0083C8;
  font-size:1em;
  text-decoration:none;
}
	.materials a:hover {
		text-decoration:underline;
	}
	
	
.materials table {
	font-size:1.1em;
}
	.materials table tr td {
		padding:3px 5px;
	}

/* HEADER STYLES */
.materials h1,
.materials h2,
.materials h3,
.materials h4 {
	margin-bottom:14px;
	color:#0083C8;
}
.materials h1,
.materials h4 {
	font-weight:bold;
}
.materials h2,
.materials h3 {
	font-weight:normal;
}
	.materials h1 {
		font-size:2.2em;
	}
	.materials h2 {
		font-size:2.2em;
	}
	.materials h3 {
		font-size:1.6em;
	}
	.materials h4 {
		font-size:1.4em;
	}

.materials h4 {
  margin-top:14px;
}
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.materials .left {
	text-align:left;
}
.materials .center {
	text-align:center;
}
.materials .right {
	text-align:right;
}
.materials img.right {
	float:right;
}
.materials img.left {
	float:left;
}

.materials p.MsoNormal, .materials p.MsoBodyText {
	margin: 0;
}



