*
{
	margin:					0px;
	padding:				0px;
}


html,
body
{
	width:					100%;
	height:					100%;
}


body,
a,
input
{
	font-family:			Verdana;
	font-size:				11px;
	line-height:			1.6em;
	color:					#666666;
}


a
{
	text-decoration:		none;
}


a:focus
{
	outline:				none;
}


p
{
	margin-bottom:			20px;
}


h1
{
	margin-bottom:			23px;
}


h2
{
	font-size:				11px;
	color:					black;
}


h1 span,
h2 span,
h3 span
{
	display:				none;
}


img
{
	border:					none;
}


fieldset
{
	border:					none;
}


label
{
	color: #333333;
}


input.text,
textarea,
select
{
	height: 14px;
	font-size: 11px;
	border: 1px solid #d7dbde;
}


a.bullet_left
{
	display: block;
	padding-left: 16px;
	color: #0299ce;
	background: white left 4px url(../images/bullet_blue.gif) no-repeat;
}

a.bullet_right
{
	display: block;
	padding-right: 16px;
	text-align: right;
	color: #0299ce;
	background: white right 4px url(../images/bullet_blue.gif) no-repeat;
}

br.clear
{
	clear:					both;
}


/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
