	body
	{
		color: #666465;
		margin:5px 0px;
		padding:0px;
		text-align: center;
	}

    #Content 
    {
	    width:760px;
	    margin:0px auto;
	    text-align:left;
	    padding:5px;
	}

	.MainMenu
	{
		background-color:#FFFFE0;
		border: #000000 1px solid;
		font-family: arial;
		font-size: 11px;
		font-weight: bolder;
		text-align:center;
		color: black;		
		text-decoration:none;
	}

	.MainMenu:hover
	{
		background-color:#FFFF00;
		border: #000000 1px solid;
		font-family: arial;
		font-size: 11px;
		font-weight: bolder;
		text-align:center;
		color: black;
		text-decoration:none;		
	}

	.MainMenu:visited
	{
		background-color:#FFFF00;
		border: #000000 1px solid;
		font-family: arial;
		font-size: 11px;
		font-weight: bolder;
		text-align:center;
		color: black;
		text-decoration:none;		
	}
	
	.TopCommonOptions
	{
		background-color:#FFFFFF;
		font-family: arial;
		font-size: 11px;
		font-weight: bolder;
		color: black;		
		text-decoration:none;
	}

	.TopCommonOptions:hover
	{
		background-color:#FFFFFF;
		font-family: arial;
		font-size: 11px;
		font-weight: bolder;
		color: black;
		text-decoration:none;		
	}

	.TopCommonOptions:visited
	{
		background-color:#FFFFFF;
		font-family: arial;
		font-size: 11px;
		font-weight: bolder;
		color: black;
		text-decoration:none;		
	}
		
	.ForEmail
	{
		font-family: arial;
		font-size: 12px;
		font-weight: bolder;
		color: #FFFFFF;
		text-decoration:none;		
	}	

	.ForEmail:hover
	{
		font-family: arial;
		font-size: 12px;
		font-weight: bolder;
		color: #FFFFFF;
		text-decoration:underline;		
	}
		
	.ForEmail:visited
	{
		font-family: arial;
		font-size: 12px;
		font-weight: bolder;
		color: #FFFFFF;
		text-decoration:none;		
	}	
	
	.small-bottom
	{
		font-weight: bolder;
		font-size: 10px;
		color: #FFFFFF;
		font-family: arial;
		text-align: center;
	}
	
	.HeaderCell
	{
		border: black 1px solid; 
		color: black;
		background-color:#800000;
		color: #FFFFFF;
		font-size: 12px;
		font-family: arial;
	}
				
	.AlertTitles
	{
		font-weight: bolder;
		font-size: 12px;
		color: red;
		font-family: arial;
		text-align:center;
	}	
	
	
	.ForLabels
	{
		font-weight: bolder;
		font-size: 12px;
		color: #000000;
		font-family: arial;
		text-align:right;
	}

	.ForLabelsLeftAlign
	{
		font-weight: bolder;
		font-size: 12px;
		color: #000000;
		font-family: arial;
		text-align:left;
	}

	.ForLabelsCenterAlign
	{
		font-weight: bolder;
		font-size: 12px;
		color: #000000;
		font-family: arial;
		text-align:center;
	}

	.ForLabelsNoAlign
	{
		font-weight: bolder;
		font-size: 12px;
		color: #000000;
		font-family: arial;
	}
	
	.ForRegularText
	{
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		font-family: arial;
	}

	
	.ForRegularTextRight
	{
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		font-family: arial;
		text-align:right;
	}

    .TableFrame
    {
        background-color:#F5F5F5;
		border: gray 1px solid; 
    }

	.TableData
	{
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		font-family: arial;
	}
	
	.TableDataNew
	{
		font-weight: bolder;
		font-size: 12px;
		color: #008000;
		font-family: arial;
	}


	a 
	{
		FONT-WEIGHT: bolder;
		font-family: arial;
		font-size: 12px;
		color: #003399;
		text-decoration: none;
	}
	
	a:hover
	{
		FONT-WEIGHT: bolder;
		font-family: arial;
		font-size: 12px;
		color: #003399;
		text-decoration: underline;
	}
	
	.TabOptionSelected
	{
	    font-weight: bolder;
		border-top: black 1px solid; 
		border-left: black 1px solid; 
		border-right: black 1px solid; 
		color: black;
		background-color:#FFFFFF;
		font-size: 14px;
	}	

	.TabOptionSelected:hover
	{
	    font-weight: bolder;
		border-top: black 1px solid; 
		border-left: black 1px solid; 
		border-right: black 1px solid; 
		color: black;
		background-color:#FFFFFF;
		font-size: 14px;
    	text-decoration: none;
	}
	
	.TabOptionNotSelected
	{
	    font-weight: normal;
		border-top: black 1px solid; 
		border-bottom: black 1px solid; 
		border-left: black 1px solid; 
		border-right: black 1px solid; 
		color: black;
		background-color:#FFFFE0;
		font-size: 14px;
    	text-decoration: none;
	}	

	.TabOptionNotSelected:hover
	{
	    font-weight: normal;
		border-top: black 1px solid; 
		border-bottom: black 1px solid; 
		border-left: black 1px solid; 
		border-right: black 1px solid; 
		color: gray;
		background-color:#FFFFE0;
		font-size: 14px;
    	text-decoration: none;
	}	
		
    .GroupingText
	{
	    font-weight: bolder;
		color: #0000FF;
		font-size: 14px;
    	text-decoration: none;
    	font-family:Arial;
	}	

    .AlertMessage
    {
		FONT-WEIGHT: bolder;
		FONT-SIZE: 11px;
		COLOR: red;
		FONT-FAMILY: arial;
    }