@charset "utf-8";
/* CSS Document */


/*--------For Top Navbar with the background image called as icon-----------*/
td#TopNav a:link {color: black;
				text-decoration: none
				}
td#TopNav a:visited {color: black;
					text-decoration: none
					}
td#TopNav a:hover {color: black;
					text-decoration: underline;
					
					}
td#TopNav a:active {color: black;
					text-decoration: none
					}
					
td#TopNav {
			font-family: arial;
			font-size: 11px;
			padding-top:12;
			background-image:url(images/Top-Icon.gif);
			background-attachment:fixed;
			background-repeat:no-repeat;
			background-position:top;
			background-position:center;
			
			}
/*----For Top Nav ABove---*/



/*--------For FOOTER without icon: code similar to TopNav only icon code chnaged-----------*/
td#fooTxt a:link {color: #4e4e4e;
				text-decoration: none;
				}
td#fooTxt a:visited {color: #4e4e4e;
					text-decoration: none;
					}
td#fooTxt a:hover {color:  #4e4e4e;
					text-decoration: underline;
					
					}
td#fooTxt a:active {color:  #4e4e4e;
					text-decoration: none;
					}
					
td#fooTxt {
			font-family: arial;
			font-size: 11px;
			padding-top:12;
						
			}
			
/*----For FOOTER---*/




/*--------Created for the side panel Links without the test decoration-----------*/
td#Sidenav a:link {color: black;
				text-decoration: none
				}
td#Sidenav a:visited {color: black;
					text-decoration: none
					}
td#Sidenav a:hover {color: black;
					text-decoration: none;
					
					}
td#Sidenav a:active {color: black;
					text-decoration: none
					}
					
td#Sidenav {
			font-family: arial;
			font-size: 11px;
			height:16px;
			padding-left:10px;
			}
/*----For Side Nav Without test decoration---*/






/*For body text with line height of 20pt*/
.bodyText{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
	margin-top:0px;
	line-height:14pt;
	font-size:11px;
	text-align:justify;
}

.bodyTextwidoutlnht{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
	margin-top:0px;
	line-height:notmal;
	font-size:11px;
	text-align:justify;
}




/*For body text with line height of 20pt*/

.Red12{
		font-family:Arial, Helvetica, sans-serif;
		color:#b80d00;
		font-size:13px;
}

.blue11{
		font-family:Arial, Helvetica, sans-serif;
		color:#0066b3;
		font-size:11px;
}


.blacknormal11{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		line-height:normal;
}

.blacknormal11widpad{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		line-height:normal;
		padding-left:8px;
		padding-right:8px;
}


.blacknormal12{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		line-height:normal;
}




.dblDotDiv{
	background-image:url(images/doubledotDiv.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:10px;
	

}



.bodyheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#004c86;
	font-variant:small-caps;
	font-weight:bold;
	padding-left:10px;
	height:20px;
	
	
	background-image:url(images/blue-bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	
	background-color:#ebf3f9;
}


.greenheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#91b826;
	font-weight:bold;
}


.blackSubHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}


.bluetitle{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#00598d;
		font-weight:bold;
		height:10px;

}



.footerbgrepeat{
		background-image:url(images/footerRep.gif);
		background-repeat:repeat-x;
		height:64px;
}
/* For Table Css*/
.headrep{
	background-image:url(images/table-header-Rep.gif);
	background-repeat:repeat-x;


}

.singleDotrep{
	background-image:url(images/SingleDotRep.gif);
	background-repeat:repeat-x;
}


/* For Table Css*/


.redLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#960000;
	text-decoration:underline;
	
}


.BlackLink{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		
		text-decoration:none;
	}

.blueLink{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#0066CC;
		text-decoration:none;
	}
	
.blue11Link{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#006699;
		font-weight:bold;
		text-decoration:none;
		}
