body
{	margin:0;
	padding:0;
	font: 11px Tahoma;
	color: #000;
	background:#fff;	
}
table
{
	margin:0;
	padding:0;
	font: 11px Tahoma;
	color: #000;
}
a 
{
	color:#284d7a;
	font-weight:900;
	text-decoration:none;
}
a:hover {text-decoration:none;}
#menu a
{
	padding:3px 12px;
	color:#284d7a;
	font-weight:900;
}
#menu a:hover
{
	color:#aaaaaa;
}
h1
{
	margin:0;padding:0;
	color:#aaaaaa;
	font-size:14px;
	font-weight:900;
}
input
{
	width:230px;
	height:25px;
	border:1px solid #000;	
}
textarea
{
	width:300px;
	height:125px;
	border:1px solid #000;	
}
#submit
{
	width:87px;
	height:29px;
	background:url('../images/submit.jpg') no-repeat;
	border:none;	
}
#reset
{
	width:87px;
	height:29px;
	background:url('../images/reset.jpg') no-repeat;
	border:none;	
}
#title
{
	width:100%;
	background:#284c7e;
	color:fff;
	font-size:14px;
	padding:2px 0;
	line-height:14px;
}
#gallery a
{
	font-weight:900;
	color: #284c7e;
	text-decoration:none;
}
#gallery a:hover
{
	text-decoration:underline;
	
}