

a:link {
color: #2075A8
} 
a:visited {
color: #50A5D8
} 
a:hover {
color: #DD7700
}

p, dl, dd {
font-size: small;
font-weight: normal;
}
li {
font-size: small;
font-weight: normal;
margin-bottom: 0.5em;
line-height: normal;
}
p.footer {margin:0;
font-size: x-small;
font-weight: normal; 
}
	
span.symbol {
    font-style:italic;
    color:#4455AA;
	margin:0 0.2em 0 0.1em;
    }
    
.section {
    font-size:12pt;
    font-weight:bold;
    font-style:italic;
    }
    
table {
    margin:0;
    margin-left:auto;
    margin-right:auto;
    }
    
table.input {
	margin-left:0;
    border-width:1em;
    border-style:solid;
    border-color:#eeeeee;
    border-collapse:collapse;
    background-color:#eeeeee;
    }

table.main {
	width: 100%;
	border: 1px;
	margin:0;
    padding:0;
    text-align:justify;
    margin-left: 0;

}

a {
    text-decoration:none;
}

div.relative {
  position: relative;
  left: 2px;
  border: 3px solid #73AD21;
}

div.container {
  margin: 0;
  padding: 0.5em;
  margin-left: auto;
  margin-right: auto;
 }
 div.content {
  margin:0;
  padding:0;
  position: relative;
  left: 2px;
 }
/*
.container {
	width: 850px;
	background: #FFF;
	margin: 0 auto; 
}
*/

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. 
This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be 
added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div 
and place a second div within it with no width and the padding necessary for your design.


.content {

	padding: 10px 0;
}
.orange {
	color: #F90;
}
*/