@CHARSET "UTF-8";
html {
        margin: 0px;
        padding: 0px;        
}
body {
				font-family: Tahoma, sans-serif; 
				font-size: 12px; 
				background: #dad7d6;
        margin: 0px;
        padding: 0px;
				
}

div#container {
        width: 950px;
        margin: 0 auto;
        position: relative;
}

div#top_menu{
				height: 20px;
				background-image: url('images/loyaut_01.jpg');     
				background-repeat: repeat-x; background-position: bottom;
				color: #ffffff;
								
}
div#top_logo{
				height: 226px;
				background-image: url('images/loyaut_02.jpg');     
				background-repeat: repeat-x; background-position: bottom;

}
div#bottom_menu{
				height: 30px;
				background: #000000;
				
				
}
div#text{
				height: 400px;
				background-image: url('images/loyaut_04.jpg');     
				background-repeat: repeat-y; background-position: bottom;


}
div#down{
				height: 30px;
				background: #000000;
				text-align: center;
				color: #ffffff;
				padding-top: 15px;
}


h1 {
				font-size: 18px;
				font-weight: bold; 

}

h2 {
				font-size: 12px;
				color: #d90000;
				font-weight: bold; 

}

a,        a:visited  {
				color: #000000; 
				text-decoration: none;
}
a:hover {
				color: #0000ff; 
				text-decoration: underline;
}


a.menu,        a.menu:visited  {
				font-size: 11px; 
				color: #ffffff; 
				text-decoration: none;
}
a.menu:hover {
				font-size: 11px; 
				color: #eaea00; 
				text-decoration: underline;
}



.tab {
				cursor: pointer;
				float: left;
				clear: none;
				width: 125px;
				height: 30px;
				color: White;
				line-height: 30px;
				font-weight: bold; 
				text-align: center;
				margin: 0px 5px;
				background-image: url(images/tab.gif);
			}
			
.hover, .active {
				background-image: url(images/tab_hover.gif);
				color: #000000;
			}
			
.tabsContentOuter {
				width: 900px;
				height: 340px;
				padding-left: 30px;
				
			}
#tabsContent {
				padding: 2px 4px;
								
			}

input { 
				font-size:12px;
				background-color:#ffffff;
				border:1px solid Black;
				width:300px; 
				margin: 2px
}
select, option { 
				font-size:12px;
				background-color:#ffffff;
				border:1px solid Black;
				width:300px; 
				margin: 2px
}

img{
				border:6px double #545565;

}
img.preload{
				border: none;
				margin: 100px 450px;
				

}
#grid {
				width: 460px;
				margin-left: 20px;
			}
#grid thead td {
				cursor: pointer;
				color: White;
				font-weight: bold;
				font-weight: bold; 
				padding: 2px;
				border: 1px solid #8F9D11;
				background-color: #000000;
			}
			
			#grid tbody td {
				cursor: pointer;
				padding: 2px;
				border: 1px solid #ffffff;
			}
			
			#grid tbody .select {
				background-color: #ffff80;
			}
#news_more {
			font-size:11px;
			color:#400080;

}
