/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.notebook {
	background-image:url(notebook.gif);
	background-repeat:repeat-y;
	width:85%;
	margin-left:70px;
}

.exptab {
	background-color:#FFD9D9;
	border-color:#E60000;
	padding:10px;
}
.exptab td {
	border-color:#E60000;
	padding:10px;
}

.exptab th {
	border-color:#E60000;
	padding:10px;
}

h1 {
	color:#800040;
	text-align:center;
}

h2 {
	color:#000066;
	text-align:center;
}

h3 {
	color:#0000CC;
}

h4 {
	color:#FF0000;
}

h5 {
	color:#000066;
	text-decoration:underline;
}

ul {
	list-style-type:disc;
}
.overview {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	padding:0px 50px;
}

.moduleoverview {
	line-height:2.5em;
	text-align:justify;
	font-weight:bold;
	font-style:italic;
	padding:0px 50px;
	/*background-image:url(laptop.gif);
	background-repeat:no-repeat;
	background-position:center;*/
	width:65%;
	
}

.note {
	background-color:#B9DCFF;
	border:solid;
	border-color:#0F87FF;
	border-width:thin;
	padding:10px;
}

.note td {
	background-color:#B9DCFF;
}

.style2 {
	color: #006600;
	font-weight: bolder;
	font-size:large;
}
.style1 {
	color: #000066;
	font-weight: bolder;
}

.style3 {
	color: #000066;
	font-weight: bold;
}