/* ------------------------------------------------------------------------------- */
/*                                       reset                                     */
/* ------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------- end: reset -------------------------------- */




/* ------------------------------------------------------------------------------- */
/*                                       default                                   */
/* ------------------------------------------------------------------------------- */

body
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 160%;
	color: #3B3B3B;
	background-color: white;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

h1
{
	font-size: 1.6em;
	line-height: 122%;
}

h2
{
	font-size: 1.4em;
	line-height: 122%;
}

h3
{
	font-size: 1.2em;
	line-height: 129%;
}

h4
{
	font-size: 1em;
}

h5
{
	font-size: .9em;
}

h6
{
	font-size: .8em;
}


p
{
	margin: 0 0 1em 0;
}

hr
{
	height: 0;
	border: 0;
	border-bottom: 1px solid #9A9A9A;
}

pre, code, kbd, samp, tt
{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

a:link, a:visited
{
	color: #025AFD;
}

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

blockquote
{
	padding-left: 3em;
}

abbr
{
	border-bottom: 1px dotted #303030;
}

big
{
	font-size: 1.1em;
}

ins
{
	text-decoration: underline;
}

q
{
	quotes: '"' '"';
}

small
{
	font-size: .85em;
}

sup, sub
{
    vertical-align: middle;
    position: relative;
    font-size: 75%;
}

sup
{
	bottom: 0.5em;
}

sub
{
	top: 0.5em;
}

ul, ol
{
	padding-left: 3em;
}

ul li
{
	list-style-type: disc;
	list-style-position: outside;
}

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
}

dl
{
	margin: 1em 0 1em 0;
}

dl dd
{
	padding-left: 2em;
}

table
{
	/*border-collapse: separate;
	border-spacing: 2px;*/
}

table thead tr td,
table thead tr th
{
	background: #EFECDE;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: .85em;
	padding: .2em .5em;
}

table tr td,
table tr th
{
	padding: .2em .3em;
	vertical-align: middle;
}

table tr.alt td
{
	background: #F4F4F4;
}

fieldset
{
	border: 1px solid #CECECE;
	padding: 1em;
}

fieldset legend
{
	padding: 0 .4em;
	font-weight: bold;
	color: #9a9a9a;
	text-align: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ form */

input, select, option, textarea
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
}

input[type="text"],
input[type="file"],
input[type="password"],
textarea
{
	/*border: 1px solid #A8A8A8;*/
	/*padding: .26em .26em;*/
	padding-left: .2em;
	padding-right: .2em;
	color: #303030;
	width: 13em;
}

select
{
	color: #303030;
	/*border: 1px solid #A8A8A8;*/
	/*margin-bottom: 1px;*/
}

textarea
{
	padding-right: 0;
	width: 400px;
	height: 120px;
	margin: .2em 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"]
{
	/*padding-bottom: .19em;*/ /* Firefox */
	/*height: 2em;*/
}

input[type="file"]
{
	width: 13.8em;
}

html:first-child input[type="file"] /* Opera 9.2- */
{
    width: 13.6em;
}

/* ------------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------------- */
/*                                   reductions                                    */
/* ------------------------------------------------------------------------------- */

.clear
{
	clear: both;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.borderRed
{
	border: 1px solid red;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.floatNone
{
	float: none;
}

.colorRed
{
	color: red;
}

.blockCenter
{
	margin: 0 auto !important;
}

table.alignRightFirstTd tr td:first-child
{
	text-align: right;
}

.alignCenter
{
	text-align: center;
}

.alignLeft
{
	text-align: left;
}

.alignRight
{
	text-align: right;
}

.valignMiddle
{
	vertical-align: middle;
}

.fontSize07em
{
	font-size: .7em;
	line-height: 1.7em;
}

.fontSize08em
{
	font-size: .8em;
	line-height: 1.57em;
}

.fontSize085em
{
	font-size: .85em;
	line-height: 1.6em;
}

.fontSize09em
{
	font-size: .9em;
}

.width100, .widthAll
{
	width: 100%;
}

.width90
{
	width: 90%;
}

.width80
{
	width: 80%;
}

.nobr
{
	white-space: nowrap;
}

.fontNormal
{
	font-weight: normal;
}

.fontBold
{
	font-weight: bold;
}

.marginAuto
{
	margin: 0 auto;
}

.padding0
{
	padding: 0;
}

.displayNone
{
	display: none;
}

.smallfont
{
	font-size: 10px;
}

.visibleHidden, .hidden
{
	visibility: hidden;
}

/* ------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------- */
/*                                     tricks                                      */
/* ------------------------------------------------------------------------------- */

div.centered1
{
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

div.centered1 div.centered2
{
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

div.centered1 div.centered2 div.centered3
{
	position: relative;
	left: -50%;
	float: left;
}


.imgReplace
{
    display: block;
    margin: 0; 
    padding: 0;
    position: relative;
    overflow: hidden;
}

.imgReplace span
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: 0 0;
	background-repeat: no-repeat;
}

.imgReplace2
{
	display: block;
  	text-indent: -9000px;
  	overflow: hidden;
  	background-position: 0 0;
  	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------------- */

