﻿/* Presentation Stylesheet */

html{
 font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana,Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
 font-size: 10pt;
 color: #333333;
 }

html  a {
 color: #56A;
 text-decoration: none;
 border-bottom: 1px dashed #def;
 }

 img {
 border: none;
 }

p {
 margin: 0;
 padding: 15px 15px 5px 15px;
 }

h3, h4 {
 margin: 0;
 padding: 15px 15px 5px 15px;
 color: #678;
 }
 
 h3 {
  font-size: 12pt;
 }
 
 h4 {
  font-size: 10pt;
 }

p:first-letter {
 font-size: 80%;
 font-weight: bold;
 color:blue;
 }

#l-col ul {
 padding-top: 0px;
 padding-left: 10px;
 list-style-type: none;
 }

 #l-col li {
 padding: 5px;
 }
 
#cont p {
 padding-left: 50px;
 padding-right: 50px;
 }

#cont ul {
 padding: 13px 13px 13px 63px;
 margin: 0;
 }
 
#cont img {
	padding: 10px 0px 10px 0px;
}

img.resizedHalf {
	width: 50%;
	height: 50%;
}

img.resizedThreeQuarter {
	width: 75%;
	height: 75%;
}