
td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height : 1.4em;
    color : #333333;
}

li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #3C5FB2
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #3C5FB2
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt
}

.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #3C5FB2
}

TD.documentDescription {
    font-size : 0.7em;
    line-height : 1.2em;
}


/* HR */
hr {
    color: #CED3DD;
    height: 1px;
}


/* Forms */
input, select, textarea {
    border: 1px solid #959FB6;
    font-family: verdana, arial, sans-serif;
    font-size: 0.9em;
    background-color: #EDEBFD;
    color:#333399;
    padding: 2px;
}

submit {
    margin-top: 30px;
    margin-left: 20px;
    width: 75px;
    display: inline;
    border: 1px solid #959FB6;
}


.note {
    color:#cc0000;
}

.formatNote {
    font-size : 0.8em;
}


TD#copyright {
    padding : 0 4px 0 4px;
    font-size : 0.6em;
    color : #666666;
    text-align : right;
    border-top : 1px dotted #dddddd;
}

TD.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #3C5FB2
}


/* Section Styles */

DIV.sectionName {
    background-color : #dddddd;
    border : 1px solid #aaaaaa;
    padding : 2px;
    text-align : center;
}

DIV.sectionStatus {
    margin : 4px 0 0 0;
    border : 1px solid #dddddd;
    padding : 4px;
    text-align : center;
}

DIV.congratulations {
    padding : 20px 10px 0 10px;
    font-size : 1.5em;
    line-height : 1.5em;
}


/* Nav Table Styles */

TABLE.navTable {
    margin : 4px 0 0 36px;
}


/* Form Table Styles */

TABLE.formTable {
    margin : 0px 0 0 36px;
}

TABLE.formTable TD {
    padding : 2px;
    vertical-align : top;
}


/* Link Styles */

a:link, a:visited
{
    color : #3C5FB2;
}

a:hover, a:active
{
	color : #0000ff;
}

a.boldLink:link, a.boldLink:visited
{
    font-weight : bold;
    color : #3C5FB2;
}

a.boldLink:hover, a.boldLink:active
{
	font-weight : bold;
	color : #0000ff;
}


