h1 {
	font: bold 120% Georgia, "Times New Roman", Times, serif;
	color: #09C;
	border-bottom: 1px solid #FC0;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.tableLayout {
	background-color: #FFF;
	border: 1px solid #B0B0B0;
	width: 100%;
}

.tableLayout, .tableLayout td {
	border-collapse: collapse;
	border: 1px solid #B0B0B0;
}

.tableLayout td {
	padding: 5px;
	font-size : 80%;
	line-height : 1.6em;
}

.tdTitle {
	font: 11px Verdana,Geneva,sans-serif;
	color: #FFF;
	background-color: #474F48;
	text-align: center;
}

/* tdTitle on instructors page */
.tdTitleinst {
	font: 11px Verdana,Geneva,sans-serif;
	color: #FFF;
	background-color: #F90;
	text-align: center;
}

/*Form*/
fieldset {
	border: none;
	margin-top: 18px;
	padding: 10px;
}
legend {
	padding: 2px 5px;
	font: bold 95% Verdana,Geneva,sans-serif;
	color: #00008B;
	background-color: #F90;
	border: 1px solid #C63;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	/*font:  0.9em "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
}
input.btn {
	color: #00008B;
	border: 1px outset #00008B;
	padding: 2px 1px 2px 4px;
	margin-left: 30%;
}
select {
	width: 200px;
	color: #00008B;
	/*font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	border: 1px solid #00008B;
}
.txt {
	/*font: .85em "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	color: #000;
}
.required {
	background-color: #FFEAD5;	
	font: .9em  "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #069;
}
/*End of Form*/ 
 
 /*===================*/
/*thumbnails imgs without border */
.tnb {
	 float : right;
	 clear: right;
	 margin: 0 10px 10px 10px;
 }
/*Magzine reviews*/
table {
	margin: 0 auto;
	border: none;
}

td {
	border: none;
	padding: 1em 10px; 
}

	
	
