html {
	/* Setting margins here only works well with IE */
	}
	
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	background-color:#FFFFFF;
	}

table {
	width: 100%;
	}

table.content {
	background-color:#FFFFFF;
	}

table.sectionBorder {
    background-color: rgb(81,138,225);
	}

table.top{
	height: 50px;
	}


table.body1 {
	margin: 10px;
	background-color:#CCCCCC;
	border: 3px;
	width: 100%;
	}

table.info {
	background-color:#FFFFFF;
	}

table.infoBorder {
	width: 50%;
	background-color:#999999;
	}

tr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
    
tr.body1 {
	padding-left: 15px;
	height: 60px;
	border: 1px;
	width: 100%;
	}

tr.infoRowHeader {
	background-color:#999999;
	}

tr.sectionRowHeader {
	background-color: rgb(81,138,225); 
	}

tr.sectionRow1 {
	background-color: #E6E6F5;
	}

tr.sectionRow2 {
	background-color: #F2F2F8;
	}

tr.sectionRowOver { 
	background-color: #FFFFFF;
	}

th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    }

td.navTitle{
    font-size: 11px;
	font-weight:bold;
    text-align:left;
    font-family: Arial, sans-serif;
	}

td.leftNav {
	background-color: rgb(81,138,225); 
	}

td.formLabel {
	background-color: #E9E9E9; 
    text-align:left;
    text-indent:5pt;
    }

td.indent10 {
    text-align:left;
    text-indent:10pt;
    }

td.navSection {
	/* No properties at this time */
	}

td.narrow {
	width: 25px; 
	vertical-align: middle;
	}

td.contentIcon {
	text-align: center;
	width:15%;
	}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #254367;
    text-decoration: underline;
}

a.sectionRowHeader {
    color: #000000;
}


a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: underline;
}

a:unknown {
    color: #000000;
    text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

.nounderline:hover {
    color: #000000;
	text-decoration: none;
}

.nounderline:active {
    color: #000000;
    text-decoration: underline;
}

.nounderline:unknown {
    color: #000000;
    text-decoration: underline;
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.error {
    color: #FF0000;
    }

.contentTitle {
	font-size:14px;
	font-weight:bold;
	color:rgb(81,138,225);
	font-family:  Arial, sans-serif;
    text-transform: uppercase;
	}

.headerTitle {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    line-height: 10pt;
    font-variant: normal;
}
