/*
Should contain all Default Styles that are used in the HTML Editor in Agility
This Sytle Sheet should be uploaded to Agility and used as the Editor Style when completed.
*/
*
{
    margin: 0px;
    padding: 0px;
}

ul, ol
{
    margin-left: 0px;
    padding-left: 40px;
    #margin-left: 30px;
    #padding-left: 0px;
    padding-bottom: 10px;
}

li
{
    padding-bottom: 5px;
}

body 
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
}

p
{
    padding-bottom: 15px;
}

h1
{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
}

h3
{
    font-size: 13px;
}

h4
{
    font-size: 13px;
}

.Clear
{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

table.report_card_tbl th {
	background: #f18234;
	color: #FFF;
	font: bold 14px arial;
	border-bottom: 2px #fff solid;
}
	
table.report_card_tbl {
	background: #f8c099;
	width: 98%;
}
table.report_card_tbl td {
	padding: 4px;
	border: #fff solid;
	vertical-align:top;
	border-width: 2px 2px 2px 2px;
}