/* CSS definition file containing site wide stylesheets */
<style type="text/css">
<!--

BODY, P, TABLE, TD, TH  {
	font-size: 12pt;
	font-family: Times New Roman, verdana, Arial, sans-serif;
}

a:link { font-size: 12pt; color: #333; text-decoration: underline;  }
a:active { font-size: 12pt; color: #006699; text-decoration: underline;	}
a:visited { font-size: 12pt; color: #333; text-decoration: underline; }
a:hover { font-size: 12pt; color: #006699; text-decoration: underline; }

a.class1:link { font-size: 14pt; text-decoration: none; color: rgb(47,77,88); } /* unvisited links */
a.class1:visited { font-size: 14pt; text-decoration: none; color: rgb(47,77,88); } /* visited links */
a.class1:hover { font-size: 14pt; text-decoration: none;color: rgb(175,104,60);} 
a.class1:active { font-size: 14pt; text-decoration: none; color: rgb(47,77,88); } /* active links */

a.class2:link { font-size: 14pt; text-decoration: none; color: rgb(255,255,255); } /* unvisited links */
a.class2:visited { font-size: 14pt; text-decoration: none; color: rgb(255,255,255); } /* visited links */
a.class2:hover { font-size: 14pt; text-decoration: none;color: rgb(212,196,163);} 
a.class2:active { font-size: 14pt; text-decoration: none; color: rgb(255,255,255); } /* active links */

h1, h2, h3, h4, h5, h6 {
		color: #27586a;
		font-family: Times New Roman, verdana, Arial, sans-serif;
		font-weight: normal;
		}
		h1 {
			font-size: 22pt;
			}
		h2 {
			font-size: 16pt; color: 000;
			}
		h3 {
			font-size: 18pt; 
			}
		h4 {
			font: 16pt;
			}
		h5 {
			font: 14pt;
			font-weight: bold;
			}
		h6 {
			font-size: 18pt; 
			color: #C00;
			}
			
.name { color: #27586a;}	
.small { font-size: 13px; font-style:italic; }
.subtitle { color: #27586a; font-weight: bold;}	
.footer { font-size: 12px; color: #333333; }		

.text {font: 14pt Times New Roman, verdana, Arial, sans-serif; text-decoration: none}
.header {font: 14pt Times New Roman, verdana, Arial, sans-serif}
.mediumtext{font: 14pt Times New Roman, verdana, Arial, sans-serif; text-decoration: none}
.boldtext {font: bold 14pt Times New Roman, verdana, Arial, sans-serif; text-decoration: none}
.titletext {font: bold 14pt Times New Roman, verdana, Arial, sans-serif; text-decoration: none}

	.intro {
		color:#fff;
		font-size: 11pt;
		line-height: 14pt;
		padding: 15px;
		}
		
	.introul {
		color:#fff;
		font-size: 11pt;
		line-height: 14pt;
		padding: 25px;
		}
		
	.footer {
		color:#333;
		font-size: 10pt;
		padding: 20px 10px 20px 0px;
		}
		
	table.syllabi {
			background: #fff;
			border-collapse: collapse;
			border: 1px solid #999999;
			font-size: 90%;
			position: relative;
			width: 98%;
			}
			table.syllabi th, table.syllabi td {
				border-bottom: 1px dotted #cccccc;
				margin: 0;
				padding: 6px 4px;
				text-align: left;
				vertical-align: top;
				}
		
	table.syllabi thead th {
			background: #F2dFA5;
			border-bottom: 1px solid #999;
			padding: 3px 5px;
			}
	
	table.syllabi tbody td {
			padding: 3px 5px;
			} 
	
	table.syllabi tbody tr.shade {
			background: #fcf6e1;
			} 
		

-->
</style>