/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/                     *
*   Copyright (c) MIP Design, 2008.                       *
*                                                     *
*****************************************************
Base
------------------------------------------------------*/
*
{
	margin: 0px;
	padding: 0px;
}
BODY
{
	background: #FFFFFF url(../images/bg.jpg) no-repeat fixed 100% 0%;
	font: normal 0.75em/145% Arial;
	color: #006699;
	text-align: center;
	padding-bottom: 20px;
}
P
{
	margin: 0px 0px 10px;
	line-height: 140%;
	color: #333333;
}
A
{
	outline: none;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
}
.hide
{
	display: none;
}
IMG
{
	border: 0px;
}
/*Clearing method
------------------------------------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
HTML[xmlns] .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
