/* assign global font families */

body, p, td, ol, ul {font-family: verdana, geneva, arial, sans-serif; font-size: 104%;}

/* font size */

.largest {font-size: xx-large;}

.larger {font-size: 200%;}

.bitlarger {font-size: 165%;}	/* slides  to match Word point size 26 */

.large {font-size: 152%;}		/* community/session/, slides */

.mlarge {font-size: 115%;}		/* community/session/ */

.msmall {font-size: 84%;}		/* community/		 */

.small {font-size: 80%;}		/* community/session/ */

.smaller {font-size: 65%;}		/* community/session/ */

.smallest {font-size: 50%;}		


/* font weight */

.bold {font-weight: bold;}

.normal-weight {font-weight: normal;}
.normal_weight {font-weight: normal;}										/* allow use of underscore also */

/* font style */

.italic {font-style: italic;}
.normal {font-style: normal; font-weight: normal}
.bold_italic {font-style: italic; font-weight: bold;}
.italic_bold {font-style: italic; font-weight: bold;}
.bold-italic {font-style: italic; font-weight: bold;}						/* allow use of dash also */
.italic-bold {font-style: italic; font-weight: bold;}						/* allow use of dash also */
.small-italic {font-sytle: italic; font-size: 65%;}
.small_italic {font-sytle: italic; font-size: 65%;}

.yellow_background		{background-color: yellow;}
.yellow_background_bold {background-color: yellow; font-weight: bold;}
.bold_yellow_background {background-color: yellow; font-weight: bold;}

/* color */

.red {color: red;}															/* community/session/ */
.blue {color: blue;}
.green {color: green;}
.red_bold {color: red; font-weight: bold;}
.blue_bold {color: blue; font-weight: bold;}
.red-bold {color: red; font-weight: bold;}									/* allow use of dash also */
.blue-bold {color: blue; font-weight: bold;}								/* allow use of dash also */

/* nav column */

.thisweek {color: red; font-weight: bold}									/* community/session/ */

.largeSlideNumber{color: red; font-size: 320%; font-weight: bold;}			/* slides */

p.leftnav  	{font-size:  65%; 					 text-align: center;}		/* slides */
p.leftnavb 	{font-size:  65%; font-weight: bold; text-align: center; }		/* slides */


/* general */

ul.checkmark {list-style-image: url(/sa/images/checkmark.gif); list-style-type: circle; 
				list-style-position: outside; font-weight: normal;}
				
ul.dash {list-style-image: url(/sa/images/dash.gif); list-style-type: circle; 
				list-style-position: outside; font-weight: normal;}
				
ul.bullet {list-style-type: disc; list-style-position: outside;}

ul.circle {list-style-type: circle; list-style-position: outside;}

ul.circle_italic {list-style-type: circle; list-style-position: outside; font-style: italic;}
ul.circle-italic {list-style-type: circle; list-style-position: outside; font-style: italic;} /* allow use of dash also */

.initialCap {font-weight: bold; font-size: 130%;}


/* require td class=large in slide main body*/
p.title		{font-weight: bold; text-align: center;}						/* slides */
p.qna		{font-weight: bold; text-align: center;}						/* slides */
p.subject	{font-weight: bold;}											/* slides */


/* audio clips in the sessions page */
table.audioclips {line-height: 140%;}

/* strike-through */
.strike-through {text-decoration: line-through;}
.strikethrough {text-decoration: line-through;}
