﻿/*-----------
-- General --
-----------*/
body, td, th, h1, h2, h3,h4, li, ul, a { 	
	font-family: Arial, Helvetica, sans-serif; 
}

body, html {
	margin:0px;
	padding:0px;
	
	background-color:#ffffff;
	background-image: url(images/backgroundGradient.gif);
	background-position:top;
	background-repeat:repeat-x;	
	color:#000000;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

/*----------
-- Tables --
----------*/

table{
	border-collapse:collapse;
	margin-left:1px;	
}

.tableStyle th, .tableHeader th{
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color:#ffffff; 
	background-color:#699064;
	font-size:small;
	font-weight:bold;
	border-bottom:solid 1px black;
	border-right:solid 1px black; 
}

.tableStyle th a, .tableHeader th a{
	text-decoration:none;
	color:#4e754b;
}

.tableHeader{
	text-align:center;
	font-size:small;
}

.tableStyle{
	border: solid 1px #000000;
	text-align:center;
	font-size:small;
}

.tableStyle td, .tableHeader td{
	padding: 3px 10px 8px 10px;
	vertical-align:top;	
	border-right:solid 1px black; 
}
.tableStyle ul{
	text-align:left;	
}


/*---------
-- Clear --
---------*/

.clear{
	clear:both;
	height: 1px;
	overflow: hidden;
}

.clearLeft {
	clear:left;
	display:block;
	height:0px;
	visibility: hidden;
}

* html .clearLeft { /*IE hack to display 0 height differently */
	clear:left;
	display:block;
	font-size:0px;
	visibility:hidden;
}

.clearRight {
	clear:right;
	display:block;
	height:0px;
	visibility: hidden;
}

* html .clearRight { /*IE hack to display 0 height differently */
	clear:right;
	display:block;
	font-size:0px;
	visibility:hidden;
}

/*------------
-- Lists --
------------*/

ul {
	margin-top:0px;
}

ul li { 
    /*list-style-image: url(/usa/images/bullet.gif);*/
    padding:2px 0px 2px 0px;
}

ul.pdf li {
	list-style-image: url(/images/icons/pdf.gif);
	padding:2px 0px 2px 0px;
}

li.pdf {
	list-style-image: url(/images/icons/pdf.gif);
	padding:2px 0px 2px 0px;
}

/*-----------
-- Anchors --
-----------*/

a{
	color: #4e754b;
}

a:hover{
	text-decoration:none;	
}

a:visited{
	color:#4e754b;
}

/*---------
-- Other --
---------*/

code{
	font-size:x-small;
	font-family: Courier New;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

form {
	margin:0px;
	padding:0px;
}

/*------------
-- Headings --
------------*/
h1{
	color: #4e754b;
	font-weight: bold;
	font-size: x-large;
	font-style:italic;
	margin: 0px;
	padding: 5px 0px 5px 0px;	
}

h2{
	color: #4e754b;
	font-weight:bold;
	font-size:large;
	margin:0px;
	padding: 5px 0px 5px 0px;	
}

h3{
	color: #4e754b;
	font-weight:bold;
	font-size:medium;
	margin:0px;
	padding: 5px 0px 5px 0px;	
}

h4{
	color: #4e754b;
	font-weight:bold;
	font-size:medium;
	margin:0px;
	padding: 5px 0px 5px 0px;	
}

h5{
	color:#000000;
	font-weight:bold;
	font-size:small;
	margin:0px;
	padding: 5px 0px 5px 0px;
}


.highlighter{

	color: #4e754b;
	font-weight:bold;
	font-size:medium;
	margin:0px;
	padding: 5px 0px 5px 0px;	
	
	
	}