
/* -----------------------------------------------------------------------
				Stylesheet for the Royal Knights website
				as copied from the Hangar50 website
Name			 rk.css
Created          08 Jan 1999
Last-Modified    17 Feb 2000
----------------------------------------------------------------------- */
			
/* Global overall font, color doesn't seem to do anything */
{font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; text-align: left; color: #333333 }

body,td,th {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link {
	color: #A00626;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A00626;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
}


.smallitalic {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.style49 {font-size: 10px; }

/* Headlines in descending sizes. */

.mainhed { 	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 23px; 
			line-height: 28px;
			font-style: italic; 
			font-weight: bold;
			color: #000000}
			
.subhed1 { 	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 18px;
			line-height: 21pt;
			font-style: normal;
 			font-weight: bold; 
			color: #003366}
			
.subhed2 { 	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 21pt;
			font-style: normal;
 			font-weight: bold; 
			color: #FFFFFF}
		
.subhed3 { 	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14pt;
			font-style: normal;
 			font-weight: bold; 
			color: #003366}

/* "bodytext" is the basic text style
	"footnote" has smaller text and leading. 
	"bodybold" corrects a bug that causes B tag to be ignored.
	"sup" is for trademarks, reg marks, copyright marks.
	Must be used with SPAN inside of anchor tags to work properly. */

.biggeritalic {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 18px;
			font-style: italic;
			font-weight: normal;
			color: #000000}
				
.biggertext {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 18px;
			font-style: normal;
			font-weight: normal;
			color: #000000}
			
.bodytext {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 14px;
			font-style: normal;
			font-weight: normal;
			color: #000000}

.bodyitalic {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 14px;
			font-style: italic;
			font-weight: normal;
			color: #000000}
			
.bodybold {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 14px;
			font-style: normal;
			font-weight: bold;
			color: #000000}
			
.footnote {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 13px;
			font-style: italic;
			font-weight: normal;
			color: #000000}
			
						
.sup {		font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 6px;
			line-height: 6px;
			font-style: normal;
			font-weight: normal;
			color: #000000;
			vertical-align: super}
			
.underline {	text-decoration: underline;
				color: #000066}

						
/* "navtext" is used for the navigation text links at the  bottom of page.
	Text is slightly smaller than "bodytext"
	"navgray" is used for the spacers between text links */
		
.navtext {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 13px;
			font-style: normal; 
			font-weight: normal; 
			color: #000066}
			
.navgray { 	color: #999999}

			
/* Style for legal disclaimers */
	
.legal	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 11px;
			font-style: normal; 
			font-weight: normal;
			color: #999999}
			
			
/* Link styles change only color of text.
	Basic style of text must be applied separately.*/
/*
a:link {  	color: #FF0000; 
			text-decoration: underline}
			
a:hover {  	color: #FF0000; 
			text-decoration: underline}
			
a:active {  color: #FF0000; 
			text-decoration: underline}

a:visited { color: #FF0000;
			text-decoration: underline}
*/	

/* Classes of spacers intended to be used with BRs to add extra space.
	Spacer heights are expressed as fractions */

.sp1em	{margin-bottom: 1em}

.sp1-2em	{margin-bottom: 0.5em}

.sp1-4em	{margin-bottom: 0.25em}
