/* ines.css */

/* GENERIC */

body
	{
			    font-family:				Times New Roman,serif;
			    font-size:  				12px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
			    background-color: 	white;
			    text-align:					center;
			    horizontal-align:		center;
			    margin-top:					10px;
			    line-height:				15px;
			    text-align: 				justify;
	}

H1
	{
			    font-family:				Verdana, sans-serif;
			    font-size:  				26px;
			    font-weight:    		bold;
			    font-style:					italic;
			    color: 							black;
	}

H2
	{
			    font-family:				Verdana, sans-serif;
			    font-size:  				24px;
			    font-weight:    		bold;
			    font-style:					italic;
			    color: 							white;
	}

H3
	{
			    font-family:				Verdana, sans-serif;
			    font-size:  				16px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
	}

H4
	{
			    font-family:				Verdana, sans-serif;
			    font-size:  				14px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
	}

H5, DT
	{
			    font-family:				Verdana, sans-serif;
			    font-size:  				12px;
			    font-weight:    		bold;
			    font-style:					normal;
			    color: 							black;
	}

H6
	{
			    font-family:				Verdana, sans-serif;
			    font-size:					10px;
			    font-weight:				bold;
			    font-style:					normal;
			    color:							black;
	}

small
	{
			    font-family:				Verdana, sans-serif;
			    font-size:					10px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black;
	}

ul
	{
			    margin-left:				15px;
			    font-size:  				12px;
			    font-weight:    		normal;
			    font-style:					normal;	
			    line-height:				20px;	
			    text-align: 				justify;				    
	}


ol
	{
			    font-family:				Verdana, sans-serif;
			    font-size:  				12px;
			    font-weight:    		normal;
			    font-style:					normal;	
			    line-height:				20px;	
			    text-align: 				justify;	
	}

table
	{
					border-collapse: 		collapse;
			    border-Style:				none;
			    border-width:				0px;	
			    border-spacing:			0px;
			    font-size:  				12px;
			    line-height:				20px;
	}
	
tr
	{
					text-align:					left;
					vertical-align:			top;			
	}	
	

td
	{
					padding:						0px;			
	}
		
	
.BannerTable
	{
					border-collapse: 		collapse;
			    border-Style:				none;
			    border-width:				0px;	
			    border-spacing:			0px;
			    font-size:  				12px;
			    line-height:				20px;
	}
	
.BannerTr
	{
					text-align:					left;
					vertical-align:			top;			
	}	
	

.BannerTd
	{
					padding:						0px;
					spacing: 						0PX;
	}


.div
	{
			    font-family:				Verdana, sans-serif;
			    font-size:  				12px;
			    font-weight:    		normal;
			    font-style:					normal;	
			    line-height:				20px;	
			    text-align: 				justify;		
	}




.mainmenucell
	{
					width: 							750px;
					height:							20px;					
					border: 						none;
					background-color:		black;
					vertical-align:			middle;
	}

.MainMenuLink
	{
			    font-family:				Verdana ,sans-serif;
			    font-size:					12px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							white;
			    text-align:					center;
	}
	
	
			A.MainMenuLink:link 
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.MainMenuLink:visited  
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.MainMenuLink:active   
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.MainMenuLink:hover    
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							#DC0000;
			    background-color:		white;
					}


.ContentHeader
	{
					font-weight:				bold;
					font-size:					14px;
					color:							#DC0000;
					text-align:					left;
	}


.ContentLink
	{
			    font-family:				Times New Roman, serif;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black;
			    text-align:					center;
	}
	
	
			A.ContentLink:link 
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							red;
					}
			
			A.ContentLink:visited  
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							red;
					}
			
			A.ContentLink:active   
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							red;
					}
			
			A.ContentLink:hover    
					{
					font-weight:				normal;
			    text-decoration:    underline;
			    color:							red;
					}






















.maintable
	{
					width:							750px;
					border: 						solid 1px #204800;
	}

.bannercell
	{
					border: 						solid 1px #204800;
	}


	
	


