/* TYPOGRAPHY *****************************************************/
body {

font-family: verdana,tahoma,arial,trebuchet,"sans serif"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: rgb(0, 0, 0); 
/*font: normal 11px verdana, tahoma, arial, trebuchet, "sans serif";*/
/*  line-height: 1.6; /* Unitless for proper inheritance */
}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 

   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.

   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */

body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

/* HEADINGS *******************************************************/
iframe{padding:5px;}
h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, Helvetica, Verdana, "Lucida Grande", Georgia, sans-serif;
  clear: both;
	margin: 0;
	padding: 0;
}

h1 { font-size: 1.35em; }
h2 { font-size: 1.55em; margin-bottom: 5px; }
h3 { font-size: 1.55em; }
h4 { font-size: 1.25em; line-height: 1.25; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: none; }

/* TEXT ELEMENTS **************************************************/

p           	{ margin: 0 0 1.4em 0; color: #525555; }
p.right			{ text-align: right; }
p.last      	{ margin-bottom:0; }
p a				{ border-bottom: 1px dotted #b9b9b9; }
p a:hover		{ border-bottom: none; }
/*ul, ol      	{ margin: 0; list-style-type: none; color: #606060; }*/
ul.list     	{ margin: 0; list-style-type: disc; }
/*ol          	{ list-style-type: decimal; }*/
dl          	{ margin: 1.5em 0; }
dl dt       	{ font-weight: bold; }
a           	{ color: #101010; text-decoration: none; outline: none; font-weight: bold; }
a:hover     	{ color: #151515; background: #eff6f6; }
a.arrow			{ padding: 0 12px 0 0; background: url(../../images/icon_arrow.gif) no-repeat right center; }
a.arrow:hover 	{ padding: 0 12px 0 0; background: url(../../images/icon_arrowhover.gif) no-repeat right center; }
/*div#content a	{ border-bottom: 1px dotted #d0d0d0;}*/
a.blue			{ color: #0096bd; }
img				{ margin: 0; padding: 0; border: none;}
img.right		{ margin: 5px 5px 15px 15px !important; }
blockquote  	{ margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      	{ font-weight: bold; }
em          	{ font-style: italic; }
pre         	{ margin-bottom: 15px; background: #f9f9d4; padding: 0 10px; overflow: auto; }
code        	{ font: 11px Monaco, monospace; margin: 0; padding: 1px 3px; background: #ffffe1; }
abbr			{ border-bottom: 1px dotted #999; cursor: help;}
/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */

/* TABLES *********************************************************/
/*table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }*/

/* FORMS **********************************************************/
label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; font-family: Arial, sans-serif; font-size: 13px; }