/* STANDARD STYLE SHEET FOR RAINBOWCRAFT STAINED GLASS ART */

/* Link tags are order-dependent:  link, visited, hover, active */


/* DEFAULT BODY - BACKGROUND IMAGE AND COLOUR */
/* Default background colours (dark purple):  40203e  321930  542f51  6e446b */
body  { background-color: #40203e;  background-image: URL(EdgeBkgnd_Purple.jpg); }


/* GENERAL DEFAULT FOR LINKS */
a  { font-weight: bold; }																					/* Always bold unless superceded */
a:link  { color: #400080;  text-decoration: underline; }							/* Purple */
a:visited  { color: #8080c0;  text-decoration: underline; }						/* Cornflower */
a:hover  { color: #8000c0;  text-decoration: underline; }						/* Violet */
a:active  { color: RED; }
img  { border-color: BLACK; }


/* RSGA BANNER */
img.RSGAbanner		{ width: 715px;  height: 80 px;  border: 6px solid BLACK; }


/* RSGA TOP MENU BAR */
.topmenu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;					/* Force blank spaces to be larger than words */
	font-weight: bold;
	font-style: normal;
	color: BLACK;
	text-decoration: none;
	text-align: center;
		}
.topmenu  a  { font-size: 13px;  color: BLACK;  text-decoration: underline;  font-weight: bold; }
.topmenu  a:link  { color: #400080;  text-decoration: underline; }			/* Purple */
.topmenu  a:visited  { color: #8080c0;  text-decoration: underline; }			/* Cornflower */
.topmenu  a:hover  { color: #8000c0;  text-decoration: underline; }			/* Violet */
.topmenu  a:active  { color: RED; }

.topmenu2  a  { font-size: 11px;  color: BLACK;  text-decoration: underline;  font-weight: normal; }
.topmenu2  a:link  { color: #400080;  text-decoration: underline; }			/* Purple */
.topmenu2  a:visited  { color: #8080c0;  text-decoration: underline; }		/* Cornflower */
.topmenu2  a:hover  { color: #8000c0;  text-decoration: underline; }			/* Violet */
.topmenu2  a:active  { color: RED; }


/* TABLE (BAR) LINKS */
.tablelinks  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: BLACK;
	text-decoration: none;
	text-align: center;
		}
.tablelinks  a  { color: BLACK;  text-decoration: none; }
.tablelinks  a:link  { color: BLACK;  text-decoration: none; }			/* Black */
.tablelinks  a:visited  { color: BLACK; text-decoration: none; }		/* Keep it Black */
.tablelinks  a:hover  { color: #8000c0;  text-decoration: none; }		/* Violet */
.tablelinks  a:active  { color: RED; }
.tablelinks  img  { border-color: BLACK; }

.tablelink1  { font-size: 16px;  font-weight: bold;  font-style: normal;  text-decoration: underline; }	/* ALWAYS underlined */
.tablelink2  { font-size: 13px;  font-weight: bold;  font-style: italic;  text-decoration: none; }		/* NEVER underlined */


/* BOTTOM EMAIL PROMPT */
#bottomEmail  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: BLACK;
	text-decoration: none;
	text-align: center;
		}
.bottomEmail  a  { font-size: 12px;  color: BLACK;  text-decoration: underline; }
.bottomEmail  a:link  { color: #400080;  text-decoration: underline; }			/* Purple */
.bottomEmail  a:visited  { color: #8080c0;  text-decoration: underline; }		/* Cornflower */
.bottomEmail  a:hover  { color: #8000c0;  text-decoration: underline; }		/* Violet */
.bottomEmail  a:active  { color: RED; }


/* TRADEMARK SYMBOL */
.tm		{ font-size: 50%; }						/* Good superscript size for any given font size */			


/* COPYRIGHT NOTICE LINE */
#copyright  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  font-weight: normal;  font-style: normal;
	color: BLACK;  text-decoration: none;  text-align: center;
		}


/* HIDE COUNTERS */
img.counters	{ height: 0px;  width: 0px;  border-style: none;  display: none; }


/* END OF STANDARD STYLE SHEET FOR RAINBOWCRAFT STAINED GLASS ART */

