/* 

  Global Defaults 
  ---------------
  
  Default settings for standard CSS layout.
  
  Only modify this file to add a base element style or to edit a global 
  (site-wide) element.
  
  For isolated tweaks and special instances modify the custom.css file.

*/

body {
  font-size: 77%;
  background-color: #FFFFFF;
  height: 100%;
  text-align: left;
}

body, div, td {
  font-family: "Arial", "Times New Roman", "Georgia";
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 15px 0px 15px 0px;
}

h1 {
  font-size: 197%;
}

h2 {
  font-size: 167%;
}

h3 {
  font-size: 149%;
}

h4 {
  font-size: 132%;
}

h5 {
  font-size: 116%;
}

h6 {
  font-size: 100%;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

p {
  margin: 15px 0px 15px 0px;
}

blockquote {
  padding: 12px 40px;
}

strong {
  font-weight: bold;
}

ul {
  list-style-type: disc;
  list-style-position: inside; 
}

ul, ol {
  margin: 15px 0px 15px 0px;
}

a image
{
	border: 0px;
}