body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	/*	background: black;*/
	background: #e5e5e5;
	background-image: url(images/bgimg_gizgray.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#shell
{
	width: 50%;
	margin: 10% auto;
	padding: 2% 5%;
	background: #fff;
	border: 3px outset #ddd;
}

h1
{
	font-size: 13px;
	color: #1e5bae;
	border-top: 2px dotted #1e5bae;
	padding-top: 10px;
}

h2
{
font-size: 12px;
color: #333;
margin-top: 25px;
}

 a:link
{
	text-decoration: none;
	color: #1e5bae;
}

 a:visited
{
	text-decoration: none;
	color: #1e5bae;
}

 a:hover
{
	color: #113361;
	background: #E6EDF6;
}

 a:active
{
	text-decoration: none;
	color: #18d;
	background: #add272;
}


p.foot {
clear: both;
border-top: 1px solid #999;
margin-top: 30px;
padding-top: 15px;
font-size: 9px;
line-height: 11px;
color: #999;
}
