@CHARSET "UTF-8";

body
{
	font: 11px arial,tahoma,verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:active, a:hover 
{
	background: transparent;
	text-decoration: none;
	cursor: pointer;
}

a:link
{
	color: #C00;
}

a:visited
{
	color: #C00;
}

a:hover, a:active
{
	color: #333;
}

form
{
	margin: 0 0 1.5em;
}

input, select, textarea, button
{
	font: 11px arial,tahoma,verdana,sans-serif; 
	margin: 2px 0;
}

fieldset
{
	border: none;
}

label
{
	display: block;
	padding: 5px 0;
}

p
{
	margin: 0 0 1.5em 0;
}

h1, h2, h3, h4, h5, h6 
{
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color: #000;
}

h1 
{
	font-size: 196%;
	margin-top:.6em;
}

h2 
{
	font-size: 136%;
}

h3 
{
	font-size: 126%;
}

h4 
{
	font-size: 116%;
}

h5 
{
	font-size: 106%;
}

h6 
{
	font-size: 96%;
}

img
{
	border: none;
}

hr
{
	margin: 1em 0;
	background: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both;
}

small
{
	font-size: 10px;
}

sup
{
	outline: 0;
	font-size: 9px;
	vertical-align: top;
}

sub
{
	outline: 0;
	font-size: 9px;
	vertical-align: bottom;
}

dl 
{
	margin: 0 0 1em 0;
}

dt
{
	font-weight: bold; 
	margin-top: 1.3em;
}

dl
{
	margin: 0 0 1.5em 30px;
}

big
{
	font-weight: bold;
	font-size: 14px;	
}

.display_none
{
	display: none !important;
}

.visibility_hidden
{
	visibility: hidden;
}

.margin_fr
{
	margin: 0 0 10px 10px;
}

.margin_fl
{
	margin: 0 10px 10px 0;
}

.margin_zero
{
	margin: 0;
}

.block
{
	display: block;
	overflow: hidden;
}

.float_left
{ 
	float: left !important;
}

.float_right
{
	float: right !important;
}

.text_center
{
	text-align: center;
}

.text_left
{
	text-align: left;
}

.text_right
{
	text-align: right;
}

.text_justifyt
{
	text-align: justify;
}

.no_border
{
	border: none;
}

.no_padding
{
	padding: 0 !important;
}

.no_margin
{
	margin: 0 !important;
}

.no_bold
{
	font-weight: 500 !important;
}

.bold
{
	font-weight: 900 !important; 
}

.top
{
	margin-top: 0; 
	padding-top: 0;
}

.bottom 
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.strike
{
	text-decoration: line-through !important;
}

.error
{
	color: #CC0000;
}

.info
{
	color: #3A5796;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] FROM Blueprint CSS Framework */
.clear
{ 
	display: inline-block;
}   

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

* html .clear 
{
	height: 1%;
}

.clear
{
	display: block;
}

