/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-bottom: 0;
    margin-left:0;
    margin-right: 0;
    margin-top:0;
}

H1, H2, H3, H4, H5
{
    COLOR: #003366;
}
H1	{	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		



A:link	{	
	text-decoration:	none;
	color:	#00209F;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#00209F;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#00209F;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#00209F;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	font-family:Arial;
	font-size:8pt;
	color:Black;
	}	

UL LI LI	{	
	list-style-type:	disc;
	font-family:Arial;
	font-size:8pt;
	color:Black;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-family:Arial;
	font-size:8pt;
	color:Black;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-family:Arial;
	font-size:8pt;
	color:Black;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	font-family:Arial;
	font-size:8pt;
	color:Black;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-family:Arial;
	font-size:8pt;
	color:Black;
	}	


.general
{
	font-family:Arial;
	font-size:8pt;
	color:Black;
}
.generalb
{
	font-family:Arial;
	font-size:8pt;
	color:Black;
	font-weight: bold;
}

.indent
{
	font-family:Arial;
	font-size:8pt;
	color:Black;
	text-indent:20px;
}
.generalwhite
{
	font-family:Arial;
	font-size:8pt;
	color:White;
}

.heading
{
	font-family: Arial;
	font-size:12pt;
	font-weight:bold;
	
}

.bigText
{
	font-family: Arial;
	font-size:18pt;
	font-weight:bold;
	
}

.nearlyBigText
{
	font-family: Arial;
	font-size:16pt;
	
}

.altsubheading
{
	font-family: Arial;
	font-size:12pt;
	font-weight:bold;
}


.subheading
{
	font-family: Arial;
	font-size:9pt;
	font-weight:bold;
}



.textbox
{
	border-right: 1px inset;
	border-top: 1px inset;
	font-size: 8pt;
	border-left: 1px inset;
	color: black;
	border-bottom: 1px inset;
	font-family: verdana;
	cursor:hand;
}

.bgBlue
{
	background-color: #00209F;
}

.bgYellow
{
	background-color: #dedf08;
}

.bgGrey
{
	background-color: #e1d7d1;
}

.bgOther
{
	background-color:#00209F;
}

.holdingtable
{
	border-right: black 1px solid;
	border-left: black 1px solid;
}

.newsHeadline
{
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
}

.newsPostedBy
{
	font-size: 9pt;
	font-style: italic;
	font-family: Arial;
}

.newsPostedOn
{
	font-family:Arial;
	font-size:9pt;
	text-decoration:italic;
	text-indent: 10px;
}
.indentBullet
{
	list-style-position: inside;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	list-style-type: disc;
}

.bookingTables
{
    background-color: #00209F;
    color:White;
    height:30px;
}

.bookingBG
{
    background-color: #00209F;
    color:White;
}

.form {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	background-color: #CCCCCC;
}