@charset "UTF-8";
/* CSS Document */

		
.header_img{
		display:block;
		margin:0 auto;
		text-align:center;}

.logo_center{
		background:url('../img/logoNav.png') no-repeat 0 50%;
		height:40px;
		width:160px;
		margin:0 auto;
		display:block;}
		
#navbar{
		background:#F60;
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F60),color-stop(100%,#FFA900));
		background:-webkit-linear-gradient(top,#F60%,#FFA900 100%);
		background:linear-gradient(top,#F60 0%,#FFA900 100%);
		height:40px;
		background:url('../img/navBg.png') center;
		white-space:nowrap;}	

p 		{border: none;
		text-decoration: none;
		text-indent: 6pt;
		line-height:150%;
		color: #444;
		font-weight: normal;
 		font-family: Georgia, Serif;
 		font-size: 12px;
		margin: 0px;
		padding: 0px 28px 0px 12px; 
		text-shadow: none;
		}
		
.tittab	{font-weight: normal;
 		font-family: Georgia, Serif;
 		font-size: 13px;
		background-color:rgba(255,153,0,0.4);
		border-radius: 16px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		}
		
.linn	{margin: 10px 0 0 0;
		font-weight: normal;
 		font-family: Georgia, Serif;
 		font-size: 13px;
		text-align:center;
		background-color:rgba(255,153,0,0.4);
		border-radius: 16px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		}		

table 	{
		width:100%;
		padding: 0px 12px 0px 12px; 
		}
		
td 		{	color: #444;
		font-weight: normal;
 		font-family: Georgia, Serif;
 		font-size: 12px;
		text-shadow: none;
		}
.right	{text-align:right;}		
		
.center {color: #333;
		font-size:21px;
		text-align:left;
		padding: 4px 0px 10px 18px;		
		}
		
#box		{
		margin: 0px 0 15px 0;
		background:#FFF7E7;
		border:2px solid #444;
		}
		
#box img	{float:left;
			margin: 0 14px 0 0;
			}		
		
p a:link, p a:visited		{
			color:#FF0000;
			outline: none;
			text-decoration: none;
			font-weight: normal;
		}
		
p a:hover		{
			outline: none;
			text-decoration: underline;
			color:#F60;
			font-weight: bold;
		}
		
li .ui-btn-active		{
		background:#666;
		color: #FFF;
		}