 
/*
	Main menu start
*/

.MainMenu_MenuContainer
{
	background-color: transparent;
	text-align: center !important;
	width: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 40px;
	background-color: transparent;
	text-align: center !important;
}

.MainMenu_MenuItem
{
	font-size: 9pt;
	cursor: pointer;
	color: #929292;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	line-height: 10px;
	font-weight: normal;
	line-height: 15pt;
	width:150px;
	border: #FFFFFF 1px solid;
	padding-left: 7px; 
	padding-right: 7px;
	background-color: #f1f1f1;
}

.MainMenu_MenuItemSel
{
	font-size: 9pt;
	cursor: pointer;
	color: #D92400;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	line-height: 10px;
	font-weight: normal;
	line-height: 15pt;
	width:150px;
	padding-left: 7px;
	padding-right: 7px;
}

.rootmenuitemcssclass
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #929292;
	background-color: transparent;
	text-transform: uppercase;
	padding-left: 7px;
	padding-right: 7px;
}
	
.rootmenuitemselectedcssclass
{	 
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #D92400;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

.RootMenuItemActiveCssClass
{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #D92400;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}
	

.SubMenuItemCssClass
{
	color: #929292;
	background-color: #f1f1f1;
	border: #FFFFFF 1px solid;
}


.submenuitemselectedcssclass
{
	color: #343434;
	background-color: #f1f1f1;
	border: #FFFFFF 1px solid;
}
	
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	color: #000000;
	background-color: transparent;
	line-height: 15pt;
	white-space: nowrap;
	width:150px;
	padding-top:2px;
}

.MainMenu_MenuIcon
{ 
	display: none;
}

.MainMenu_MenuBreak
{
	padding-left:10px;
	padding-right:10px;
	background-color:Transparent;
	border:0px;
}

.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow
{
	display:none;
}

.NodeSelectedRoot
{
	color:Red;
	padding-left: 7px;
	padding-right: 7px;
}

#Divider
{
    border:0px;
    width:1px;
    background-color:White;
    height:40px;
}

/*
	Main menu end
*/

body
{
	background-color:#E52425;
}
 
.text-h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: circle;
}
.large-heading {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #D92400;
	text-decoration: none
}
.red-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #D92400;
	text-decoration: none;
}


a.red-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #D92400;
	text-decoration: none;
}

A.red-link:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #D92400;
	text-decoration: none;
}

A.red-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #C72100;
	text-decoration: none;
}

.grey-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #929292;
	text-decoration: none;
}

A.grey-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #D92400;
	text-decoration: none;
}
.red-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #EE1C25;
	list-style-position: outside;
	list-style-type: circle;
}
.text-page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #585858;
	list-style-position: outside;
	list-style-type: circle;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none
}

div.container {width:100%; text-align:center;
	background-color:#E52425;
	height:100%;
	}
	
A.Normal
{
	color:#D92400;
	text-decoration:none;
}

A.Normal:Hover
{
	color:#D92400;
	text-decoration:underline;
}

.Normal 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #585858;
	list-style-position: outside;
	list-style-type: circle;		
}


.Larger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #585858;
	list-style-position: outside;
	list-style-type: circle;	
}  
   
.Largest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #585858;
	list-style-position: outside;
	list-style-type: circle;	}
   
   
H1 {	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #D92400;
	text-decoration: none

	}
H2{		font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #EE1C25;
	list-style-position: outside;
	list-style-type: circle;
	}
	
H3{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE0002;
	line-height: 15px;
	}
	
.Header1
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #D92400;
	text-decoration: none
}
.Header2{	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #EE1C25;
	list-style-position: outside;
	list-style-type: circle;
	}
	
.Header3{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	}
	

small{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #585858;
	list-style-position: outside;
	list-style-type: circle;	
} 