/******* Global ***********/
body{
    font-size: 0.75em; /* 12px default */
    font-family: Arial, sans-serif;
    height: 100%;
    color: #333;
}

ol{
    margin: 10px 5px 10px 20px;
}

p{
    padding: 5px 0;
}

/***** Headings *****/
h1{
    padding: 0 0 10px 0;
    letter-spacing: 0.1px;
    font: 1.8em Georgia,"Times New Roman",serif;
    color: #CB5418;
}

h2{
    padding: 5px 0;
    color: #b9501b;
    font: 1.6em Georgia,"Times New Roman",serif;
}

h3 {
    margin: 7px 0 5px;
    color: #9e4a20;
    font: 1.3em Georgia,"Times New Roman",serif;
}

h4{
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    color: #603d2b;
    font: 1.1em Arial, sans-serif;
}

/***** Common Formatting *****/
small {
    font-size:0.85em;
}

strong{  
    font-weight: bold;
    color: #378186;
}

em{ 
    font-style: italic;
    color: #0053A0
    }

sup {
    position:relative;
    bottom:0.3em;
    vertical-align:baseline;
    font-size: 0.75em;
}

sub {
    position:relative;
    bottom:-0.2em;
    vertical-align:baseline;
}

acronym, abbr {
    cursor:help;
    letter-spacing:1px;
    border-bottom:1px dashed;
}


/***** Links *****/
a{}

/***** Forms *****/
form {
    margin:0;
    padding:0;
    display:inline;
}
  
textarea {
    width:100%;
    line-height:1.25;
}
label {
    cursor:pointer;
}
 
/***** Wrapper *****/

#wrap {
    width:960px;
    margin:0 auto;
}
 /***** Global Classes *****/
 .clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.wrap          { width:960px;margin:0 auto; }

.img-left      { float:left;margin:4px 15px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.nomargin     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.td-center{
    text-align: center;
    vertical-align: middle;
}

.message{
    margin: 5px 0;
    text-indent: 20px;
    line-height: 1.3em;
    overflow:hidden;
}


/*------ TRANSPARENT ------------------*/
.transparent{
	filter:alpha(opacity=50); /* IE, all IE*/
	-moz-opacity:0.5; /* old gecko */
	-khtml-opacity: 0.5; /* old safari */
	opacity: 0.5; /* all normal browsers */
}


/*------ FIXED ------------------*/

/* remove trembling
body {
    background: url('/n.gif') no-repeat;
    background-attachment: fixed;
}
*/

.fixed{
	position:fixed;
	_position:absolute;
	top:0;
	_top: expression(document.getElementsByTagName("body")[0].scrollTop + "px");
	/* _top: expression(eval(document.body.scrollTop) + "px"); */
	/* _top: expression(parseInt(document.body.scrollTop, 10) + "px"); */
}


.btn-img{
    background: none;
    border: none;
    font-size: 1.1em;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-align: left;
}

.btn-img img{
    vertical-align: bottom;
}

.btn-img span{
    border-bottom: 1px dashed #555;
}