body, td.main, td.main td, td.main td td {  
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 13px;
}
body { 
	margin-top: 0px; 
	margin-left: 0px;
}

h1 {  font-size: 20px; color: #000000}
h2 {  font-size: 16px; color: #990000}
h3 {  font-size: 14px; color: #003333}

/***** link styles *****/

/* base style for all links: */
a {  
	font-weight:bold; 
	text-decoration: none
}

/* regular links: */
a:link {  color: #3300FF}
a:visited {  color: #339933}
a:hover {  color: #ff0000}
a:active {  color: #FF0000}

/* banner links */
.bannerlinks, .bannerlinks a, .bannerlinks a:link, .bannerlinks a:visited, .bannerlinks a:active, .bannerlinks a:hover {  
	font-size: 10px; 
	font-weight: normal;
}

/* table of contents links */
.toc, .toc a, .toc a:link, .toc a:visited, .toc a:active, .toc a:hover {  
	font-size: 10px; 
}

/* CU links at the very top right */
.culinks, .culinks a, .culinks a:link, .culinks a:visited, .culinks a:active, .culinks a:hover {  
	font-size: 10px; 
	font-weight: normal;
	color: #FFFFFF;
}

/* links at bottom of every page: */
.footerlinks, .footerlinks a, .footerlinks a:link, .footerlinks a:visited, .footerlinks a:active, .footerlinks a:hover {  
	font-size: 10px; 
	font-weight: normal;
	color: #666666;
}

table.seminars td {
	background-color: #eedddd;
}

.list1 {  list-style-image: url(images/bullet1.gif)	}
.itemheading {  font-weight: bold; color: #CC3300}
.question {  font-weight: bold; color: #006600}
th {  color: #990000; text-align: left}
.highlight {  font-weight: bold; color: #990066}
.sem_title {  font-size: 12px; font-weight: bold; color: #006600}
.sem_speaker {  color: #003366}
.large {  font-size: 14px}
.letterlist {
	list-style-type: lower-alpha;
}

/* Used for news on front page */
.callout {
	float: right;
	width: 180px;
	border: 2px dashed #FF0000;
	padding: 15px 15px 15px 15px;
	margin: 0 15px 10px 10px;
}

.callout h2 {
	font-size: 16px;
	color: 000;
	font-style: italic;
}

.calloutdate {
	color: 660066;
	font-style: italic;
}
.olSecondary {
	list-style-type: lower-alpha;
}
