/* rbXXXX (rb=Rainbow) HTML,CGI,DHTML,JS,CSS is the order */

/*
**	OUT (Once Upon a Time ) Similar to the large decorative
**	first letter in a story book.
*/
.OUT		{
		left			:0			;
		margin-right		:2px			;
		margin-bottom		:0px			;
		margin-left		:0px			;
		border-left		:1px solid	#669966	;
		border-top		:1px solid	#669966	;
		border-right		:2px solid	#669955	;
		border-bottom		:2px solid	#669955	;
		padding-left		:2px			;
		padding-right		:2px			;
		padding-top		:1px			;
		padding-bottom		:1px			;
		vertical-align		:bottom			;
		color			:#669955		;
		background-color	:#eeeedd		;
		font-family		:sans-serif		;
		font-weight		:600			;
		font-size		:30pt			;
		}
.dotNET		{
		font-family		:sans-serif			;
		font-weight		:bold				;
		font-size		:16pt				;
		}
.IMGButton	{
		width			:81px				;
		height			:33px				;
		border			:none				;
		padding			:0				;
		border			:0				;
		margin-top		:5px				;
		}
.THINBOX	{
		background-color	:#000000			;
		color			:white				;
		border			:1px solid #006699		;
		width			:528px				;
		padding			:0				;
		}
.SPACEBUBBLE	{
		background-image	:url(../Images/Devices/SpaceBubble.gif);
		background-color	:transparent			;
		border			:none				;
		width			:530px				;
		height			:117px				;
		padding			:0				;
		background-repeat	:no-repeat			;
		}

.SPACEBUBBLESHORT	{
		background-image	:url(../Images/Devices/SpaceBubbleShort.gif);
		background-color	:transparent			;
		border			:none				;
		width			:530px				;
		height			:43px				;
		padding-top		:5px				;
		background-repeat	:no-repeat;
		}
.BIGCHAR	{
		margin-right		:1px				;
		border			:none				;
		padding-top		:3px				;
		padding-bottom		:3px				;
		background-color	:transparent			;
		color			:#ffff00			;
		font-family		:sans-serif			;
		font-size		:14pt				;
		font-weight		:normal				;
		display			:inline				;
		}	
.TEXT		{
		font-family		:sans-serif,monospace		;
		font-size		:11pt				;
		background-color	:#000000			;
		color			:#ffffcc			;
		}
body		{
		font-family		:sans-serif,monospace		;
		background-color	:#003333			;
		color			:#ffff99			;
		}
td		{
		font-family		:sans-serif,monospace		;
		}
a		,
a:hover		,
a:visited	{
		background-color	:transparent			;
		color			:#ffffcc			;
		}
fieldset	{
		border			:none				;
		}
	
.table		{	display:table		;	}
.table_tr	{	display:table-row	;	}
.table_td	{	display:table-cell	;	}
.table_th	{	display:table-cell	;	}


