/* Legend
	Color: (All Browsers) The text or foreground color. Values consist of HTML reference number.
	Background-Color: (All Browsers) The color of the background. Values consist of HTML reference number.
	Background (Optional): (All Browsers) Backgound as an image. Values consist of the image filename and path.
	Font-Family: (All Browsers) The font family to use. Values consist of the face name (Arial, Sans-Serif are the defaults)
	Font-Size: (All Browsers) The size of the font in pixels. Values consist of the size number followed by px. (12px is the default)
	Font-Weight: (All Browsers) The weight given to the font. Values consist of (Normal, Bold)
	Font-Style: (All Browsers) The style given to the font. Values (Normal, Italic)
	Margin-Left: (All Browsers) Sets distance from left edge of page or table cell. Values (pt, in, cm, px)
	Padding: (All Browsers) Sets padding on all four sides of an element's contents (If there is only one value, it applies to all sides; if there are two or three, the missing values are taken from the opposite side.)  size (pt, in, cm, px) or percentage of font size in the order: top, right, bottom, left
	Line-Height: (All Browsers) Sets the distance between baselines of text size (pt, in, cm, px, em) percentage (%) of font-size {line-height: 18pt} {line-height: 120%} 
	Text-Decoration: (All Browsers) Underlines or otherwise highlights text. Values (none, underline, overline, line-through)
	Text-Align: (All Browsers) Sets alignment of text to the left or right margin, or to the center of the page. Values (left, center, right)
	Text-Indent: (All Browsers) Indents the first line of text in the element size. Values (pt, in, cm, px)
*/


/* Body (Default) */
	Body
		{
		Color: #666666;
		Background-Color : #BCBCDD;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12pt;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 0px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: justify;
		Text-Indent: 0px;
		}

	a:hover
		{
		Color: #3300FF;
		Font-Size: 12pt;
		Text-Decoration: None;
		}
	
	A
		{
		Color: #CC6600;
		Font-Size: 12pt;
		Text-Decoration: None;
		}
	
/* Title Area*/
	.TitleBack
		{
		Color: Black;
		Background-Color: White;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12px;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 0px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

	A.TitleBack:Hover
		{
		Background-Color: White;
		}

/* TopNav */
	.TopNav
		{
		Color: White;
		Background-Color: #000066;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12px;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 5px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

	A.TopNav:Hover
		{
		Background-Color: #0000CC;
		}

		
/* SideNav */
	.SideNav
		{
		Color: Black;
		Background-Color: #E6E6E6;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 14px;
		Font-Weight: Bold;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 0px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}


/* HR */
	hr
		{
		Margin-Left: 30px;
		Margin-Right: 10px;
		Color: #000066;
		}


/* Paragraph */
	p
		{
		Color: #666666;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12pt;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 30px;
		Margin-Right: 10px;
		Margin-Bottom: 5px;
		Padding: 0px;
		Line-Height: 120%;
		Text-Decoration: None;
		Text-Align: justify;
		Text-Indent: 0px;
		}

	p.NoJust
		{
		Color: #666666;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12pt;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 30px;
		Margin-Right: 10px;
		Margin-Bottom: 5px;
		Padding: 0px;
		Line-Height: 120%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

/* ListItem */
	li
		{
		Color: #666666;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12pt;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 30px;
		Margin-Right: 10px;
		Padding: 0px;
		Line-Height: 120%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

	.Tableli
		{
		Color: #000000;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 10pt;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 0px;
		Margin-Right: 0px;
		Padding: 0px;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

	.Tableli2
		{
		Color: #000000;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 10pt;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 20px;
		Margin-Right: 0px;
		Padding: 0px;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

/* Headers */
	h1
		{
		Color: #333333;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 18pt;
		Font-Weight: Normal;
		Font-Syle: Normal;
		Margin-Left: 5px;
		Padding: 2px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

	h2
		{
		Color: #333333;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 16pt;
		Font-Weight: Normal;
		Font-Syle: Normal;
		Margin-Left: 5px;
		Padding: 5px;
		Line-Height: 120%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

	h3
		{
		Color: #333333;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 14pt;
		Font-Weight: Normal;
		Font-Syle: Normal;
		Margin-Left: 5px;
		Padding: 5px;
		Line-Height: 120%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

/* Lists */
	.ListHeader
		{
		Color: White;
		Background-Color: #333333;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 14px;
		Font-Weight: Bold;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 0px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px
		}


	.ListRow
		{
		Color: #666666;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12px;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 30px;
		Margin-Right: 10px;
		Margin-Bottom: 5px;
		Padding: 0px;
		Line-Height: 120%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

	.ListRowHighlight
		{
		Color: Black;
		Background-Color: #D7D7FF;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12px;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 2px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}

/* Submission Forms */
	td.FormQ
		{
		Color: Black;
		Background-Color: #F6DE98;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12px;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 2px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Right;
		Text-Indent: 0px;
		}

	tr.FormHeader
		{
		Color: White;
		Background-Color: #000066;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 14px;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 0px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Left;
		Text-Indent: 0px;
		}
	

/* Footer */
	.Footer
		{
		Color: #333333;
		Font-Family: Arial, Sans-Serif;
		Font-Size: 12px;
		Font-Weight: Normal;
		Font-Style: Normal;
		Margin-Left: 0px;
		Padding: 0px;
		Line-Height: 100%;
		Text-Decoration: None;
		Text-Align: Center;
		Text-Indent: 0px;
		}

	a.FooterLink
		{
		Color: #3300FF;
		}
		
	a.FooterLink:hover
		{
		Color: #FFFFFF;
		}


/*	End Event Styles */


