/*
 *	Sophisticated Circuits web site master style sheet.
 *
 *	I didn't define any specific body styles, so you can freely put tags into
 *	the body. But when making sidebars, be careful to apply the sidebar styles,
 *	especially in subtables, headers and links.
 */

/************************************************
 *	Classes for page layout elements
 */

TD			  { vertical-align:	top
				}

TD.headlogo	  { background:		#330099;
				color:			#FFFFFF;
				font:			bold 24px verdana, arial, san-serif
				}

TD.header	  { background:		#330099;
				color:			#FFFF00;
				text-align:		right;
				font:			bold 24px verdana, arial, san-serif
				}

TD.body		  {	
				}

TD.footer	  { vertical-align:	bottom
				}

/************************************************
 *	Classes for elements within the sidebar
 */

/* Default sidebar style. */
.sidebar	  { color:			white;
				font:			bold 11px verdana, arial, san-serif
				}

/* Header element. Use in <SPAN> tag to simulate header. */
.sidehead	  {	color:			white;
				font-size:		12px
				}

/* Indented text. Use in <SPAN> tag for best results. */
/* TIP: Nest <SPAN> blocks for multiple indentation. */
.sideitem	  {	color:			white;
				font-size:		9px
				}

/* Link text. Use in <A> tag to override default link color. */
.sidelink	  {	color:			yellow
				}

/************************************************
 *	Classes for elements within the body
 */

/* Table subclass for notes. */
TD.note	 	 {	color:			#330099;
				font-style:		italic
				}


