/**** Link Definitions **********************************************/

a:link         {            color: crimson;
                  text-decoration: none;
		                  font-weight: bold; }

a:active       {            color: violet;
                  text-decoration: none;
                      font-weight: bold; }

a:hover        {            color: violet;
                  text-decoration: none;
            		      font-weight: bold; }

a:visited      {            color: crimson;
                  text-decoration: none;
            		      font-weight: bold; }

/**** Background Definitions ****************************************/

.bgstd         { background-image: url(sRAH-big-bg.gif);
                 background-color: #cccccc; }

.bgdark        { background-color: #000000; }

.textbg        { background-color: #E8E8E8; }

/**** Standard Text Element Definitions *****************************/

p              {   	font-size: 9pt;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: black;
                      margin-left: 20px;
                     margin-right: 20px; }

td             {   	    font-size: 9pt;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: black;
                      margin-left: 20px;
                     margin-right: 20px; }

h1             {        font-size: 12pt;
                      font-weight: bold;
                       text-align: center;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: darkorange;
								       margin-top: 20px; }

h2             {        font-size: 10pt;
                      font-weight: bold;
                       margin-top: 20px;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: darkorange; }

h3             {        font-size: 9pt;
                      font-weight: bold;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: darkorange; }

ul             {   	font-size: 9pt;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: black;
                  list-style-type: disk;
                      margin-left: 20px;
                     margin-right: 20px; }

ol             {   	font-size: 9pt;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: black;
                      margin-left: 20px;
                     margin-right: 20px; }

li             {   	font-size: 9pt;
                 font-family: verdana, arial, helvetica, sans-serif;
                       margin-top: 10px;
                            color: black; }

/**** Text Class Definitions ****************************************/

.hilite        {      font-weight: bold;
                            color: darkred; }

.hilite2       {      font-weight: bold;
                            color: red; }

.notice        {      font-weight: bold;
                      margin-left: 40px;
                     margin-right: 40px;
                            color: darkred; }

.faqback       {      	font-size: 6pt;
                 background-color: #cccccc;
                       text-align: center;}

.faqmotto      {      	font-size: 8pt;
                      margin-left: 60px;
                     margin-right: 60px; }

.smallnotice   {      	font-size: 8pt;
                      margin-left: 40px;
                     margin-right: 60px; }

.opcit         {      	font-size: 6pt;
                      margin-left: 40px;
                     margin-right: 60px; }

.faqdir        {      	font-size: 8pt;
						      list-style-type: none; }

.faqq          {      	font-size: 8pt;
                      font-weight: bold;
                            color: darkred; }

.faqa          {      	font-size: 8pt; }

.listtext      {      	font-size: 8pt; }

.doctype       {       font-style: italic;
                      font-weight: bold;
                      	font-size: 8pt;
                            color: darkred; }

.title         {       font-style: italic;
                      font-weight: bold;
                            color: darkred; }

.signature     {   	font-size: 8pt;
                      font-family: verdana, arial, helvetica, sans-serif;
                       font-style: italic;
                      font-weight: bold;
                            color: darkorange;
                     margin-right: 5%;
                    margin-bottom: 40px;
                       text-align: right; }

.visitor       {   	font-size: 8pt;
                      font-family: verdana, arial, helvetica, sans-serif;
                      font-weight: bold;
                            color: darkorange; }

.ringsurf      {   	font-size: 8pt;
                      font-family: verdana, arial, helvetica, sans-serif;
                            color: darkorange; }

.clickline     {        font-size: 9pt;
                      font-weight: bold;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: black; }

/**** Text Override Class Definitions *******************************/

.invisible     {          display: none; }

.right         {       text-align: right; }

.center        {       text-align: center;
                      margin-left: 0px;
                     margin-right: 0px; }

.noindent      {      margin-left: 0px;
                     margin-right: 0px; }

.normal        {      font-weight: normal; }

.bold          {      font-weight: bold; }

.italic        {       font-style: italic; }

.bolditalic    {      font-weight: bold;
                       font-style: italic; }

.noital        {       font-style: normal; }

.strike        {  text-decoration: line-through; }

/**** Special Element Definitions ***********************************/

.listsquare    {  list-style-type: square; }

.listcircle    {  list-style-type: circle; }

.listnone      {  list-style-type: none; }

/**** End ***********************************************************/
