/* zekos.css */

/* GENERIC */

body
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				12px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
			    background-color: 	#585858;
			    text-align:					center;
	}

H1
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				26px;
			    font-weight:    		bold;
			    font-style:					italic;
			    color: 							black;
	}

H2
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				24px;
			    font-weight:    		bold;
			    font-style:					italic;
			    color: 							black;
	}

H3
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				16px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
	}

H4
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				14px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
	}

H5, DT
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				12px;
			    font-weight:    		bold;
			    font-style:					normal;
			    color: 							black;
	}

H6
	{
			    font-family:				Arial, sans-serif;
			    font-size:					10px;
			    font-weight:				bold;
			    font-style:					normal;
			    color:							black;
	}

small
	{
			    font-family:				Arial, sans-serif;
			    font-size:					10px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black;
	}

ul
	{
			    margin-left:				15px;
	}

table
	{
					border-collapse: 		collapse;
			    border-Style:				none;
			    border-width:				0px;	
			    font-family:				Arial, sans-serif;
			    font-size:					12px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black;
			    border-spacing:			0px;			    
	}

td
	{
					padding:						0px;			
	}

.MainTable
	{
					border-collapse: collapse;
			    border-Style:				solid;
			    border-width:				0px;	
			    width:							750px;
			    background-color:		black;
	}

.HeaderTable
	{
					border-collapse: collapse;
			    border-Style:				none;
			    border-width:				0px;
			    width:							750px;
			    font-family:				Arial,sans-serif;
			    font-size:					14px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black;				    	
	}

.LogoCell
	{
			    width:							250px;
			    height:							89px;
			    border-top:					1px solid black;
			    border-left:				1px solid black;
			    border-bottom:			1px solid black;
			    border-color:				black;
			    background-color:		#333366;
			    text-align:					left;
			    vertical-align:			top;
	}
	
.BannerCell
	{
			    width:							500px;
			    height:							89px;
			    border-top:					1px solid black;
			    border-right:	 			1px solid black;
			    border-bottom:			1px solid black;
			    border-color:				black;
			    background-color:		#333366;
			    text-align:					right;
			    vertical-align:			top;
			    padding:						1px;
	}	
	

.MainMenuLinkCell
	{
					background:					url('images/TopMenuBackground_small.jpg');
			    width:							auto;
			    height:							20px;
			    border-top:					1px solid black;
			    border-left:	 			1px solid black;
			    border-right:	 			1px solid black;
			    border-bottom:			1px solid black;
			    border-color:				black;
			    background-color:		#B8B8B8;
			    text-align:					left;
			    vertical-align:			middle;
	}



.MainMenuLink
	{
			    font-family:				Arial,sans-serif;
			    font-size:					12px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black;
			    text-align:					left;
	}
	
	
			A.MainMenuLink:link 
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							black;
					}
			
			A.MainMenuLink:visited  
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							black;
					}
			
			A.MainMenuLink:active   
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							black;
					}
			
			A.MainMenuLink:hover    
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							black;
			    background-color:		white;
					}
					
.SubTable
	{
					border-left:				1px solid black;
					border-right:				1px solid black;
					border-bottom:			1px solid black;
			    width:							118px;
					vertical-align:			top;
			    background-color:		#9696B1;	
					margin-top:					0px;
	}
	
.LeftMenuTable
	{
					border-collapse: collapse;
			    border-Style:				none;
			    border-width:				0px;
			    width:							118px;
					vertical-align:			top;
			    background-color:		#9696B1;
			    margin-left:				0px;	
	}
					
.LeftLinkCell
	{
					border-top: 				1px solid black;
					border-bottom: 			1px solid black;
					border-color:				black;
				  height:							35px;
				  text-align:					center;
				  vertical-align:			middle;
  }


.RightMenuTable
	{
					border-collapse: collapse;
			    border-Style:				none;
			    border-width:				0px;
			    width:							118px;
					vertical-align:			top;
			    background-color:		#9696B1;
			    margin-left:				0px;	
	}

.SideMenuLink
	{
			    font-family:				Arial,sans-serif;
			    font-size:					12px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black;
			    text-align:					left;
	}
	
	
			A.SideMenuLink:link 
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							black;
					}
			
			A.SideMenuLink:visited  
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							black;
					}
			
			A.SideMenuLink:active   
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							black;
					}
			
			A.SideMenuLink:hover    
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							black;
			    background-color:		white;
					}
					
					
					
					
.ContentCell
	{
			    width:							510px;
			    height:							470px;
			    border-left:				1px solid black;
			    border-right:				1px solid black;
			    padding-top:				20px;
			    padding-left:				5px;
			    padding-right:			5px;
			    padding-bottom:			20px;
			    background-color:		#E0E0E0;
			    text-align:					center;
			    vertical-align:			top;
			    font-family:				Arial,sans-serif;
			    font-size:					12px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black; 
	}


div.ContentText
	{
					text-align:					justify;
			    padding-top:				10px;
			    padding-left:				20px;
			    padding-right:			20px;
			    padding-bottom:			10px;					
	}
	
.ContentLink
	{
			    font-family:				Arial,sans-serif;
			    font-size:					12px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							blue;
			    text-align:					left;
	}
	
	
			A.ContentLink:link 
					{
					font-weight:				normal;
			    text-decoration:    underline;
			    color:							blue;
					}
			
			A.ContentLink:visited  
					{
					font-weight:				normal;
			    text-decoration:    underline;
			    color:							blue;
					}
			
			A.ContentLink:active   
					{
					font-weight:				normal;
			    text-decoration:    underline;
			    color:							blue;
					}
			
			A.ContentLink:hover    
					{
					font-weight:				normal;
			    text-decoration:    underline;
			    color:							#980000;
					}