

body 
{
	text-align:center; 
	margin:0px; 
	background-color:#b4e3f7; 
	background-image:url(back.jpg); 
	background-repeat:repeat-x;
	font-family:Arial, sans-serif; 
}





div#container
{
	width:810px; 
	display:block; 
	margin:auto; 
	background-image:url(gradient.gif); 
	background-repeat:repeat-y; 
}


div#content 
{
	width:800px; 
	display:block; 
	margin:auto; 
	background-color:#FFF; 
	padding:0px; 
/*	border-right:1px solid #80C31C; */
/*	border-left:1px solid #80C31C; */
}

table#links 
{
	text-align:center; 
	border-top:2px solid #f49247; 
	border-bottom:2px solid #f49247; 
	background-image:url(button.jpg); 
	background-repeat:repeat-x; 
}

td.pages 
{
	border-right:1px solid #f49247; 
	border-left:1px solid #f49247;
}

h1 
{
	font:normal bold 16px Georgia,serif; 
	color:#3bb1ec;
}

h2 
{
	font:normal bold 14px Arial,serif; 
	color:#d95e00;
}

h3 
{
	font:normal normal normal 12px Arial,sans-serif; 
	color:#49668e;
}

h5 
{
	font:normal bold normal 14px Arial,sans-serif; 
	color:#9db426;
}

p 
{
	font:normal normal normal 14px Arial,sans-serif; 
	color:#49668e;
}


a:link 	
{
	color: #FF7800; 
	font-size: 12px;
	text-decoration:none; 
	padding:5px;
	font-weight:normal; 
}	/* unvisited link */
			
a:visited
{
	color: #FF7800; 
	font-size: 12px;
	text-decoration:none; 
	padding:5px;
	font-weight:normal; 
} 	/* visited link */

a:hover 	
{
	color: #2493cb;
	font-size: 12px; 
	text-decoration:none; 
	padding:5px;
	font-weight:normal; 
} 	/* mouse over link */


a.pagelink:link 	
{
	color: #2493cb; 
	font-size: 12px;
	text-decoration:none; 
	padding:5px;
	font-weight:bold; 
}	/* unvisited link */
			
a.pagelink:visited
{
	color: #2493cb; 
	font-size: 12px;
	text-decoration:none; 
	padding:5px;
	font-weight:bold; 
} 	/* visited link */

a.pagelink:hover 	
{
	color: #FF7800;
	font-size: 12px; 
	text-decoration:none; 
	padding:5px;
	font-weight:bold; 
} 	/* mouse over link */

td#footer 
{
	background-color:#d95e00; 
	color:#FFF; 
	font-family:Tahoma, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	text-align:center;
}


a.dilli:link 	
{
	color: #ffffff; 
	font-size: 12px;
	text-decoration:none; 
	padding:5px;
	font-weight:bold; 
}	

a.dilli:hover 	
{
	color: #ffffff; 
	font-size: 12px;
	text-decoration:none; 
	padding:5px;
	font-weight:bold; 
}

a.dilli:visited 	
{
	color: #ffffff; 
	font-size: 12px;
	text-decoration:none; 
	padding:5px;
	font-weight:bold; 
}

span#footertext 
{
	margin-right:10px;
}


