/* 

  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.

*/

* {
	margin: 0;
	padding: 0;
}

html, body {
  height: 100%;
}

body {
	background-color: #FFFFFF;
	font-size: 77%;
  	text-align: left;
	
	/* Opera 9.5 Fix */
	position: absolute;
	width: 100%;
}

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: 5px 0px 5px 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 img {border: 0px;}
