*            
{ 
	font-size: 100%;	
}
body
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff; 
	font-size: 75%;
	color: #666;
	font-family: Calibri, 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	border-top: 5px solid #151518;
}
a
{
	text-decoration: none;
	color: #151518;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span
{
	margin: 0;
	padding: 0;	
	/*font-size-adjust: 0.52;
	*font-size-adjust: 0.48;*/
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}
fieldset
{
	border: none;
}
ul
{
	list-style: none;
}
.clear, .clear10, .clear6, .clear15, .clear8, .clear20, .clear4, .clear25
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear6
{
	height: 6px;
}
.clear4
{
	height: 4px;
}
.clear8
{
	height: 8px;
}
.clear10
{
	height: 10px;
}
.clear15
{
	height: 15px;
}
.clear20
{
	height: 20px;
}
.clear25
{
	height: 25px;
}
.hdn
{
	display: none;
}
.input_submit
{
	border: none;
	cursor: pointer;
}
.input_text
{
	border: none; 
	padding: 5px;
	height: 15px; 
	_height: 25px; 
	font-family: Calibri, 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
}
textarea
{
	border: none; 
	padding: 5px;
	font-family: Calibri, 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
}
#content 
{
	width: 990px;
	margin: 0 auto;
	text-align: left;
	padding-top: 15px;
}

.error
{
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
