/* CSS Document */
body
{
font-family: Verdana;
font-size: 10pt;
color: black;
}

table
{
font-size: 10pt;
}
li {
	margin-bottom: 5px;
}


.copyright
{
font-size: 8pt;
}

.comments 
{
font-size: 8pt;
color: #666666;
}

.footerlinks { color: #F4992F; }

a:link    { text-decoration: underline; color: #F4992F; }
a:active  {text-decoration: underline; color: #000066;} 
a:visited { text-decoration: underline; color: #F4992F; }
a:hover   { text-decoration: underline; color: #000066; }

.bluetxt2 a:link    { text-decoration: underline; color: #000066; }
.bluetxt2 a:active  {text-decoration: underline; color: #F4992F;} 
.bluetxt2 a:visited { text-decoration: underline; color: #000066; }
.bluetxt2 a:hover   { text-decoration: underline; color: #F4992F; }



.box
{
background-image: url(../images/boxbg.gif); 
background-position: bottom;
background-repeat: repeat-x; 
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

.completebox
{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 9pt;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.innerbox
{
	margin: 8px;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 8.5pt;
	background-color: #FFFFFF;
}
.new-table td {
	vertical-align: top;
	padding-bottom: 25px;
	font-size: 11px;
	color: #666666;
}


.boxtitle {
background-color: #666699;
padding: 4px;
color: #000066;
font-weight: bold;
margin-bottom: 0px;
}

.borders
{
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

.nomarginbottom
{
margin-bottom: 0px;
}

.nomargintop
{
margin-top: 0px;
}

.contentarea
{
margin: 10px;
}

h1, h2, h3, h4, h5 { color: #000066; }
h1 { font-size: 12pt; height: 25px; text-indent: 0px; background-image: url(../images/yellowbg.gif); background-repeat: no-repeat; background-position: bottom left; }
h2 { font-size: 11pt; height: 20px; text-indent: 0px; background-image: url(../images/dottedbg.gif); background-repeat: no-repeat; background-position: bottom left; }
h3 { font-size: 10pt; background-image: url(../images/dottedbg.gif); background-repeat: no-repeat; background-position: bottom left; }
h4 {
	font-size: 9pt;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
h5 { font-size: 8pt; }

.start {
margin-top: 0px;
}

.end {
margin-bottom: 0px;
}

ul.smartbook {
	list-style-type:none;
	line-height: 1.3em;
	margin-left: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul.smartbook li {
	padding-left:27px;
	background-position:0px 3px;
	background-color: transparent;
	background-image: url(../images/iconbook.gif);
	background-repeat: no-repeat;
	margin-bottom: 14px;

}

ul.formatted, ol.formatted {
padding: 0px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 20px;
}

/** text */
.orangetxt {
color: #F4992F;
}

.bluetxt {
color: #000066;
}
.bluetxt2 {
	color: #000066;
}


.graytxt {
color: #6D6D6D;
}

.redtxt {
color: #990000;
}



/** TABLE DETAILS */
table.details {
font-size: 8pt;
}

table.details th {
color: #6D6D6D;
}

table.details td.selected {
background-color: #EFEFEF;
color: #6D6D6D;
}

table.details tr {
background-image: url(../images/dothorizontal.gif);
background-repeat: repeat-x;
background-position: bottom;
}

table.details tr.plain {
background-image: none;
}

table.details td {
}

table.details tr.header {
background-color: #EFEFEF;
background-image: url(../images/dothorizontal.gif);
background-repeat: repeat-x;
background-position: bottom;
}

table.details tr.footer {
background-image: none;
}


/** TABLE MINI DETAILS */
table.minidetails {
font-size: 7pt;
}

table.minidetails tr.header {
background-image: none;
}

table.minidetails th {
color: #6D6D6D;
}

table.minidetails tr {
background-image: url(../images/dothorizontal.gif);
background-repeat: repeat-x;
background-position: top;
}

table.minidetails tr.plain {
background-image: none;
}


table.minidetails td {
}


/** TABLE FORM */
table.tableform {
margin-left: 20px;
font-size: 8.5pt;
color: #666666;
}

table.tableform th {
text-align: left;
font-weight: bold;
color: white;
height: 22px;
background-color: #CCCCCC;
}

table.tableform td.title {
font-weight: bold;
}

table.tableform input {
font-size: 9pt;
color: #666666;
border: 1px solid #CCCCCC;
height: 22px;
}

table.tableform select, textarea {
font-size: 9pt;
color: #666666;
border: 1px solid #CCCCCC;
}

