/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	 background-color: #333333
}


.BreakOutBox
{
	font-family: Ariel;
	font-size: 10px;
	color: Black;
	text-decoration: italics;
	Padding-Left: 15px; 
	Padding-Right: 10px
}

.Footer
{
	font-family: Ariel;
	font-size: 11px;
	color: Black;
	text-decoration: italics;
}

.MainTitle
{
	font-family: Ariel;
	font-size: 20px;
	font-weight: bold;
	Margin-Right: 5px;
	color: Black;	
}

.Title
{
	font-family: Ariel;
	font-size: 18px;
	font-weight: bold;
	Margin-Right: 5px;
	color: Black;	
}

.SubTitle
{
	font-family: Ariel;
	font-size: 14px;
	font-weight: bold;
	Margin-Right: 5px;
	text-decoration: underline;
	color: Black;	
}

.Grid
{
	font-family: Ariel;
	font-size: 11px;
	color: Black;	
}

.Main
{
	font-family: Ariel;
	font-size: 12px;
	Padding-Right: 5px;
	color: Black;	
}

.Main a
{
	color: #0232A0;	
}


.Main a:visted
{
	color: #0232A0;	
}

.Main a:hover
{
	color: #3A8C0E;	
}

.Facts
{
	font-family: Ariel;
	font-weight: bold;
	font-size: 12px;
	Padding-Right: 5px;
	color: #0232A0;	
}

.BreadCrumb
{
	font-family: Ariel;
	font-size: 14px;
	font-weight: bold;
	Margin-Right: 5px;
	color: Black;	
}

.MenuMain
{
	font-family: Ariel;
	font-size: 13px;
	font-weight: bold;
	Padding-Left: 5px;
	color: #0232A0;	
}

.MenuMain a
{
	font-weight: bold;
	color: #0232A0;	
	text-decoration: none
}


.MenuMain a:visited
{
	font-weight: bold;
	color: #0232A0;	
	text-decoration: none
}

.MenuMain a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline
}

.Menu
{
	font-family: Ariel;
	font-size: 11px;
	Padding-Left: 5px;
	color: #3A8C0E;	
}

.Menu a
{
	color: #3A8C0E;	
	text-decoration: none
}


.Menu a:visited
{
	color: #3A8C0E;	
	text-decoration: none
}

.Menu a:hover
{
	color: #000000;
	text-decoration: underline
}



