/* ================================
    CSS STYLES FOR TANGMERE PILOTS 
    v1.0, 06/2003
   ================================
*/   

/* Body style - Default */
/*
BODY
{

	background-image: url(media/backgrounds/bgnd_main.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

*/

/* Body style - bordered */
BODY.Bordered
{
	border: inset 3px
}

/* Link style - Navigation menu active links */
A.MenuLink_Highlight, A.MenuLink_Highlight:link, A.MenuLink_Highlight:visited
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 8pt; 
	text-decoration: none; 
	background-color: transparent; 
	color: #000000; 
 }   

A.MenuLink_Highlight:hover    
{
    text-decoration: underline;
}

/* Link style - Navigation menu inactive links */
A.MenuLink_NoHighlight, A.MenuLink_NoHighlight:link, A.MenuLink_NoHighlight:visited
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 8pt; 
	text-decoration: none; 
	background-color: transparent; 
	color: #000000; 
 }   

A.MenuLink_NoHighlight:hover    
{
    text-decoration: none;
}

/* Style - Navigation menu items */
.MenuItem
{
	margin-top: 15px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 8pt; 
	background-color: transparent; 
	color: #000000; 
}

/* Style - Navigation menu separators */
.MenuSeparator
{
	font-family: WingDings; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	background-color: transparent; 
	color: #000000; 
}

/* Text style - Banner text */
.BannerTaglineS1
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 24pt; 
	background-color: transparent; 
	color: #666600; 
}

/* Text style - Entrance welcome text */
.EntranceWelcome
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: italic; 
	font-size: 24pt; 
	background-color: transparent; 
	color: #000000; 
}

/* Text style - Entrance sub header text */
.EntranceSubHead
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 24pt; 
	background-color: transparent; 
	color: #000000; 
}

/* Text style - Entrance header text */
.EntranceHead
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 36pt; 
	background-color: transparent; 
	color: #000000; 
}

/* Text style - Entrance header text in italic */
.EntranceHeadItalic
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: italic; 
	font-size: 36pt; 
	background-color: transparent; 
	color: #000000; 
}

/* Text style - Hosting information text */
.Hosting
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 10pt; 
	background-color: transparent; 
	color: #000000; 
}

/* TextBox style - Pilots application form */
.ApplyLargeBox
{
	border: #333333 1px solid;
	margin: 0px; 
	padding: 1px;
	width: 278px; 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-align: left;
	background-color: #ffffff; 
	color: #000000; 
}

/* TextBox style - Pilots application form */
.ApplyMediumBox
{ 
	border: #333333 1px solid; 
	margin: 0px; 
	padding: 1px; 
	width: 198px; 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-align: left;
	background-color: #ffffff; 
	color: #000000; 
}

/* TextBox style - Pilots application form */
.ApplySmallBox
{ 
	border: #333333 1px solid; 
	margin: 0px; 
	padding: 1px; 
	width: 118px; 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-align: left;
	background-color: #ffffff; 
	color: #000000; 
}

/* Button style - Pilots application form */
.ApplyButton
{
	border: #ff0033 2px outset; 
	margin: 0px; 
	padding: 0px; 
	width: 75px; COLOR: #000000; 
	height: 24px; 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 10pt; 
	text-align: center;
	background-color: #cccccc; 
	color: #000000; 
}

/* Textarea style - Pilots application form */
.ApplyLargeArea
{
	border: #333333 1px solid; 
	margin: 0px; 
	padding: 1px; 
	width: 378px; 
	height: 90px; 
	overflow: auto; 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-align: left;
	background-color: #ffffff; 
	color: #000000; 
}

/* Textarea style - Pilots application form */
.ApplySmallArea 
{ 
	border: #333333 1px solid; 
	margin: 0px; 
	padding: 1px; 
	width: 278px; 
	height: 72px; 
	overflow: auto; 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-align: left;
	background-color: #ffffff; 
	color: #000000; 
}

/* Text style - Pilots application form */
.ApplySmallLabel 
{ 
	margin: 0px; 
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 8pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Pilots application form */
.ApplyMediumLabel 
{ 
	margin: 3px; 
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 10pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Pilots application form */
.ApplyFighterCommand 
{ 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 12pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Pilots application form */
.ApplyAppHdr1 
{ 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 12pt; 
	background-color: transparent;
	color: #ff0000; 
}

/* Text style - Pilots application form */
.ApplyAppHdr2 
{ 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 11pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Pilots application form */
.ApplyAttnOf 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 12pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Pilots application form */
.ApplyRe 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 11pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Pilots application form */
.ApplyMsg 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: italic; 
	font-size: 10pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Pilots application form */
.ApplyErrorDetail 
{
	overflow: hidden; 
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	background-color: transparent;
	color: #000000;
}

/* Text style - Pilots application form */
.ApplySignature 
{
	font-family: Park Avenue BT, Lucida Calligraphy, Lucida Handwriting, French Script MT, cursive; 
	font-weight: normal; 
	font-style: italic; 
	font-size: 14pt; 
	background-color: transparent;
	color: #000000; 
}

/* Link style - Pilots application form */
A.ApplyFooterLink, A.ApplyFooterLink:link, A.ApplyFooterLink:visited, A.ApplyFooterLink:hover
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 10pt; 
	text-decoration: underline;
	background-color: transparent; 
	color: #ff0033; 
 }   

/* Table style - Squadron kill tables */
TABLE.KillTable 
{ 
	BORDER-COLLAPSE: collapse;
}

/* Table style - Squadron kill tables */
TD.KillTable 
{
	border: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
	border-width: 0;
}

/* Text style - Squadron kill tables */
.LargeChalk 
{ 
	font-family: Arial Rounded MT Bold, Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 9pt; 
	background-color: transparent;
	color: #e1dcb2; 
}

/* Text style - Squadron kill tables */
.MediumChalk 
{ 
	font-family: Arial Rounded MT Bold, Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 8pt; 
	background-color: transparent;
	color: #e1dcb2; 
}

/* Text style - Squadron kill tables */
.SmallChalk 
{ 
	font-family: Arial Rounded MT Bold, Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 7pt; 
	background-color: transparent;
	color: #e1dcb2; 
}

/* Text style - Squadron kill tables */
.LargeHeader 
{ 
	font-family: Arial Rounded MT Bold, Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 30pt; 
	background-color: transparent;
	color: #e1dcb2; 
}

/* Text style - Squadron kill tables */
.MediumHeader 
{ 
	font-family: Arial Rounded MT Bold, Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 18pt; 
	background-color: transparent;
	color: #e1dcb2; 
}

/* Text style - Squadron kill tables */
.SmallHeader 
{ 
	font-family: Arial Rounded MT Bold, Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14pt; 
	background-color: transparent;
	color: #e1dcb2; 
}

/* Text style - Squadron kill tables */
.Scrawl 
{ 
	font-family: Bradley Hand ITC, Mistral, Lucida Handwriting, Comic Sans MS;
	font-weight: normal; 
	font-style: italic; 
	font-size: 11pt; 
	background-color: transparent;
	color: #ffffff; 
	text-align: center;
}

/* Text style - Squadron kill tables */
.LargeScrawl 
{ 
	font-family: Bradley Hand ITC, Mistral, Lucida Handwriting, Comic Sans MS;
	font-weight: bold; 
	font-style: italic; 
	font-size: 18pt; 
	background-color: transparent;
	color: #ffffff; 
	text-align: center;
}

/* Text style - Pilots training manual */
.TrainingHdr 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 12pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Pilots training manual */
.TrainingPara 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 9pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Picture Gallery */
.GalleryHdr 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 28pt; 
	background-color: transparent;
	color: #99ccff; 
}

/* Text style - Picture Gallery */
.GalleryText 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	background-color: transparent;
	color: #99ccff; 
}

/* Text style - Picture Gallery */
.GalleryTextSmall 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 8pt; 
	background-color: transparent;
	color: #99ccff; 
}

/* Link style - Picture Gallery */
A.GalleryLink, A.GalleryLink:link, A.GalleryLink:visited
{
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-decoration: none; 
	background-color: transparent; 
	color: #ffffff; 
 }   

A.GalleryLink:hover    
{
    text-decoration: underline;
}

/* Text style - Squadron Main Header */
.SquadsMainHdr1 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 24pt; 
	background-color: transparent;
	color: #505050; 
}

/* Text style - Squadron Main Header */
.SquadsMainHdr2 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style:normal;
	font-size: 18pt; 
	background-color: transparent;
	color: #cc0000;
	text-decoration: underline; 
}

/* Text style - Squadron Main Header */
.SquadsMainHdr3 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 20pt; 
	background-color: transparent;
	color: #cc0000; 
}

/* Text style - Squadron Main Header */
.SquadsMainPara1 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 12pt; 
	background-color: transparent;
	color: #505050; 
}

/* Text style - Squadron Main Header */
.SquadsMainPara2 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 12pt; 
	background-color: transparent;
	color: #444444; 
}

/* Text style - Squadron Main Footer */
.SquadsMainFooter 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 10pt; 
	background-color: transparent;
	color: #505050; 
}

/* Text style - Squadron History Title */
.S1HistoryTitle 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 12pt; 
	background-color: transparent;
	color: #ffffff; 
}

/* Text style - Squadron History Header */
.S1HistoryHdr1 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 18pt; 
	background-color: transparent;
	color: #99ffff; 
}

/* Text style - Squadron History Header */
.S1HistoryHdr2 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 16pt; 
	background-color: transparent;
	color: #99ffff; 
}

/* Text style - Squadron History Paragraph */
.S1HistoryPara 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14pt; 
	background-color: transparent;
	color: #99ffff; 
}

/* Text style - Squadron History Title */
.S145HistoryTitle 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 12pt; 
	background-color: transparent;
	color: #c63806; 
}

/* Text style - Squadron History Header */
.S145HistoryHdr1 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 24pt; 
	background-color: transparent;
	color: #c0c0c0; 
}

/* Text style - Squadron History Header */
.S145HistoryHdr2 
{
	font-family: Book Antiqua, Californian FB, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 18pt; 
	background-color: transparent;
	color: #c0c0c0; 
}

/* Text style - Squadron History Paragraph */
.S145HistoryPara 
{
	font-family: Californian FB, Book Antiqua, Times New Roman, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14pt; 
	background-color: transparent;
	color: #c0c0c0; 
}

/* Text style - Squadron History Paragraph */
.S145HistoryFigures 
{
	font-family: Californian FB, Book Antiqua, Times New Roman, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 14pt; 
	background-color: transparent;
	color: #c0c0c0; 
}

/* Link style - Squadron roster board */
A.RosterLink, A.RosterLink:link, A.RosterLink:visited, A.RosterLink:hover
{ 
	font-family: Bradley Hand ITC, Mistral, Lucida Handwriting, Comic Sans MS;
	font-weight: bold; 
	font-style: italic; 
	font-size: 14pt; 
	background-color: transparent;
	text-decoration: none; 
	color: #ffffff; 
	text-align: center;
	vertical-align: baseline;
}

/* Text style - Operational Manual Header */
.ManualOpsRestricted
{
	font-family: Courier New, Courier, monospace; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 12pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Operational Manual Header */
.ManualOpsHdr1
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 11pt; 
	text-decoration: underline; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Operational Manual Header */
.ManualOpsHdr2
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-decoration: underline; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Operational Manual Header */
.ManualOpsHdr3
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 9pt; 
	text-decoration: underline; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Operational Manual Header */
.ManualOpsHdr4
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 10pt; 
	text-decoration: none; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Operational Manual Header */
.ManualOpsPara
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 9pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Operational Manual Header */
.ManualOpsDiagram
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 8pt; 
	text-align: center;
	background-color: transparent;
	color: #000000; 
}

/* Text style - Operational Manual Header */
.ManualOpsSymbol
{
	font-family: Symbol, Fantasy; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14pt; 
	background-color: transparent;
	color: #000000; 
}

/* Text style - Operational Manual Header */
A.ManualOpsPageLink, A.ManualOpsPageLink:link, A.ManualOpsPageLink:visited
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 10pt; 
	text-decoration: none; 
	background-color: transparent;
	color: #000000; 
	vertical-align: baseline;
}

A.ManualOpsPageLink:hover
{
	text-decoration: underline; 
}

/* Text style - Pilots Profiles */
.ProfileTitle
{
	font-family: Trebuchet MS, Book Antiqua, Times New Roman, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 16pt; 
	text-decoration: underline;
	background-color: transparent; 
	color: #fbf4d3; 
}
.ProfileSubTitle
{
	font-family: Trebuchet MS, Book Antiqua, Times New Roman, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14pt; 
	text-decoration: none; 
	background-color: transparent; 
	color: #fbf4d3; 
}

/* Text style - Pilots Profiles */
.ProfileNormal
{
	font-family: Trebuchet MS, Book Antiqua, Times New Roman, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 12pt; 
	text-decoration: none;
	text-align: justify; 
	background-color: transparent; 
	color: #fbf4d3; 
}

/* Text style - Pilots Profiles */
.ProfileCenter
{
	font-family: Trebuchet MS, Book Antiqua, Times New Roman, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 12pt; 
	text-decoration: none;
	text-align: center; 
	background-color: transparent; 
	color: #fbf4d3; 
}

/* Text style - Debriefs Header */
.DebriefsTitle
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14pt; 
	text-decoration: underline;
	text-align: center;
	background-color: transparent;
	color: #000000; 
}

/* Text style - Debriefs Header */
.DebriefsSubTitle
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 11pt; 
	text-decoration: underline;
	text-align: center;
	background-color: transparent;
	color: #000000; 
}

/* Text style - Debriefs Header */
.DebriefsLabel
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 11pt; 
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	color: #000000; 
}

/* Text style - Debriefs Header */
.DebriefsEntry
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 11pt; 
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	color: #000000; 
}

/* Text style - Debriefs Header */
.DebriefsPara
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 11pt; 
	text-decoration: none;
	background-color: transparent;
	color: #000000;
	text-align: justify;
	overflow: hidden;
}

/* Text style - Debriefs Header */
.DebriefsReport
{
	font-family: Book Antiqua, Californian FB, Times New Roman, Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 11pt; 
	text-decoration: none;
	background-color: transparent;
	color: #000000;
	text-align: justify;
	overflow: visible;
}

/* Text style - Debriefs Header */
.BriefsTitle
{
	font-family: Arial, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14pt; 
	text-decoration: underline;
	text-align: center;
	background-color: transparent;
	color: #e1dcb2; 
}

/* Text style - Debriefs Header */
.BriefsLabel
{
	font-family: Arial, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	color: #e1dcb2; 
}

/* Text style - Debriefs Header */
.BriefsLabelEdit
{
	font-family: Arial, Sans-Serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	color: #000000; 
}

/* Text style - Squadron kill tables */
.BriefsScrawl 
{ 
	font-family: Bradley Hand ITC, Mistral, Lucida Handwriting, Comic Sans MS;
	font-weight: normal; 
	font-style: italic; 
	font-size: 11pt; 
	text-align: left;
	background-color: transparent;
	color: #e1dcb2;
	overflow: hidden;
}

/* Text style - Squadron kill tables */
.BriefsScrawlEdit 
{ 
	font-family: Bradley Hand ITC, Mistral, Lucida Handwriting, Comic Sans MS;
	font-weight: normal; 
	font-style: italic; 
	font-size: 11pt; 
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	overflow: hidden;
}

/* Text style - Squadron kill tables */
.BriefsScrawlSmall 
{ 
	font-family: Bradley Hand ITC, Mistral, Lucida Handwriting, Comic Sans MS;
	font-weight: normal; 
	font-style: italic; 
	font-size: 10pt; 
	text-align: left;
	background-color: transparent;
	color: #e1dcb2; 
	overflow: hidden;
}

/* Text style - Scores Admin */
.AdminScoresTitle
{
	font-weight: normal;
	font-size: 18pt;
	color: #333366;
	font-style: normal;
	font-family: Verdana, Times New Roman, serif;
	background-color: #ccccff;
	text-align: center;
	text-decoration: none;
	border: black 1px solid;

}

/* Text style - Scores Admin */
.AdminScoresSubTitle
{
	font-weight: normal;
	font-size: 14pt;
	color: #333366;
	font-style: normal;
	font-family: Verdana, Times New Roman, serif;
	background-color: #ccccff;
	text-align: center;
	text-decoration: none;
	border: black 1px solid;

}

/* Text style - Scores Admin */
.AdminScoresNormal 
{ 
	font-family: Verdana, Times New Roman, serif;
	font-weight: normal; 
	font-style: normal; 
	font-size: 8pt; 
	text-align: center;
	background-color: transparent;
	color: #000000; 
}

/* Text style - Scores Admin */
.AdminScoresEdit 
{ 
	font-family: Verdana, Times New Roman, serif;
	font-weight: normal; 
	font-style: normal; 
	font-size: 8pt; 
	text-align: center;
	background-color: transparent;
	color: #000000; 
}

/* Text style - Scores Admin */
.AdminScoresValidation 
{ 
	font-family: Verdana, Times New Roman, serif;
	font-weight: normal; 
	font-style: normal; 
	font-size: 12pt; 
	text-align: left;
	background-color: transparent;
	color: #ff0000; 
}

/* Text style - Scores Admin */
.AdminLink 
{
	font-family: Verdana, Times New Roman, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	color: #333366;
}

