@charset "UTF-8";
/** 

 */


/** 
 * Reset CSS
 */
  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, 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-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
  :focus 														{outline: 0;}
  body 															{line-height:1; color:black; background:white;}
  ol, ul 														{list-style:none;}
  table 														{border-collapse:separate; border-spacing:0;} /* tables still need 'cellspacing="0"' in the markup */
  caption, th, td 												{text-align:left; font-weight:normal;}
  blockquote:before, blockquote:after, q:before, q:after 		{content: "";}
  blockquote, q 												{quotes: "" "";}


/** 
 * General
 */
  html															{min-height: 100%; margin-bottom: 1px;}
  body 															{font-family:Georgia, "Hiragino Mincho Pro", serif; color:#000; font-variant:normal; line-height:1.4em; font-size:11px;}
  ul,li 														{list-style-type: none;}
  em															{font-style:italic}
  a 															{outline: none; text-decoration: none;}
  a:hover 														{text-decoration: none; cursor: pointer;}
  a span, button span, ul#navigation span, h2 span, h3 span 	{display: none;}
  div.clear 													{font-size:1px; line-height:1px; height:1px; position:relative; clear:both;}
  p 															{font-size:medium; line-height:1.5em; color:#000000; margin:1.5em 0 1.8em 0; font-family:Georgia, "Hiragino Mincho Pro", serif;}
  .maincopy 													{width:520px; margin:28px 0 0 0; padding:0 0 0 19px; float:left; display:inline;}
  h2															{font-size:24px; margin:0em 0 0.5em;}
  

/** 
 * Form
 */
 .formheading 													{font-family:Georgia, "Hiragino Mincho Pro", serif; color:#000; font-size:18px; line-height:2.1em;}
 .formtext 														{font-size:medium; line-height:1.5em; color:#000000; margin:1.5em 0 1.8em 0; font-family:Georgia, "Hiragino Mincho Pro", serif;}
 .req															{font-weight: bold; color:#F00; vertical-align:top;}
 .pleasenote													{font-weight: bold; color:#F00; font-size:small; vertical-align:top;}


/** 
 * Links
 */
  a, 
  a:link 														{color:#1E80C1; text-decoration:underline;}
  a:visited 													{color:#666666; text-decoration:underline;}
  a:hover,
  a:active														{color:#000000; text-decoration:underline;}

