BODY {
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right
}
.text {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; color: #000000; 
font-weight: normal; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: none
}
.smalltext {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; color: #666666; 
font-weight: normal; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: none
}
.italic {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; color: #000000; 
font-weight: normal; font-style: italic; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: none
}
.bold {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; color: #000000; 
font-weight: bold; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: none
}
.bigfancy {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
color: #6666CC;
font-style: italic;
font-weight: normal
}
.smallfancy {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #6666CC;
font-style: italic;
font-weight: normal
}
h1 {
font-family: "Times New Roman", Times, serif;
font-size: 36px;
text-indent: 12px;
color: #6666CC;
font-style: italic;
font-weight: normal
}
h2 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
color: #6666CC;
font-style: italic;
font-weight: normal
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
font-weight: bold
}
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #999999;
font-weight: normal
}
a, a:link, a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; color: #6666CC; 
font-weight: normal; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: underline
}
a:active, a:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; color: #999999;
font-weight: normal; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: underline
}
.smalllink, .smalllink:link, .smalllink:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; color: #666666; 
font-weight: normal; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: none
}
.smalllink:active, .smalllink:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; color: #333399;
font-weight: normal; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: underline
}
.menu, .menu:link, .menu:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; color: #999999; 
font-weight: bold; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: none
}
.menu:active, .menu:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; color: #6666CC;
font-weight: bold; font-style: normal; 
line-height: normal; font-variant: normal; 
text-transform: none; text-decoration: none
}
table.menuleft {
background: #999999;
width: 155px;
line-height: 30px
}
table.menuleft a, table.menuleft a:link, table.menuleft a:visited {
width: 155px;
display: block;
font-size: 18px;
text-indent: 15px;
text-decoration: none;
line-height: 30px;
border: 1px solid #999999;
color: #FFFFFF;
background: #999999
}
table.menuleft a:active, table.menuleft a:hover {
color: #000099;
background: #FFFFFF
}
table.spacer {
background: transparent;
width: 155px;
height: 7px
}
.button {
background-color: #FFFFFF;
border: none;
color: #6666CC;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
font-weight: bold;
height: 17px;
border-left: 1px solid #6666CC;
border-right: 1px solid #000000;
border-top: 1px solid #6666CC;
border-bottom: 1px solid #000000;
}
.form {
background-color: #FFFFFF;
border: none;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: normal;
height: 18px;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #333333;
}
.spirallist {
margin-left: 10px;
padding-left: 0;
list-style: none
}
.spirallist li {	
padding-left: 25px;
line-height: 20px;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: top left
}
html[xmlns] .spirallist {
    padding-left: 2em
    }

html[xmlns] .spirallist li {
    background: none;
    list-style-image: url(images/bullet.gif);
    padding: 0
    }
.checklist {
margin-left: 10px;
padding-left: 0;
list-style: none
}
	
.checklist li {	
padding-left: 25px;
line-height: 20px;
background-image: url(images/bullet_check.gif);
background-repeat: no-repeat;
background-position: top left
}
html[xmlns] .checklist {
    padding-left: 2em
    }

html[xmlns] .checklist li {
    background: none;
    list-style-image: url(images/bullet_check.gif);
    padding: 0
    }
.arrowlist {
margin-left: 10px;
padding-left: 0;
list-style: none
}
	
.arrowlist li {	
padding-left: 25px;
line-height: 20px;
background-image: url(images/bullet_arrow.gif);
background-repeat: no-repeat;
background-position: top left
}
html[xmlns] .arrowlist {
    padding-left: 2em
    }

html[xmlns] .arrowlist li {
    background: none;
    list-style-image: url(images/bullet_arrow.gif);
    padding: 0
    }
.blanklist {
margin-left: 0px;
padding-left: 0;
list-style: none
}
.blanklist li {	
padding-left: 0px;
line-height: 12px;
background-image: url(images/blank.gif);
background-repeat: no-repeat;
background-position: top left
}
html[xmlns] .blanklist {
    padding-left: 2em
    }

html[xmlns] .blanklist li {
    background: none;
    list-style-image: url(images/blank.gif);
    padding: 0
    }
.blanklistsub {
margin-left: 16px;
padding-left: 0;
list-style: none
}
.blanklistsub li {	
padding-left: 0px;
line-height: 12px;
background-image: url(images/blank.gif);
background-repeat: no-repeat;
background-position: top left
}
html[xmlns] .blanklistsub {
    padding-left: 2em
    }

html[xmlns] .blanklistsub li {
    background: none;
    list-style-image: url(images/blank.gif);
    padding: 0
    }
.blanklistsubsg {
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;
font-weight: bold;
margin-left: 0px;
color: #6666CC;
padding-left: 0;
list-style: none
}
.blanklistsubsg li {	
padding-left: 16px;
line-height: 14px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: top left
}
html[xmlns] .blanklistsubsg {
    padding-left: 2em
    }

html[xmlns] .blanklistsubsg li {
    background: none;
    list-style-image: url(images/arrow.gif);
    padding: 0
    }