<style type="text/css">
/* ******************************************** 
 imstyle.css                                  
                                              
 this file is the main style sheet for the    
 intramodal.com site.                         
                                              
 rev. of intramodal site
 - Becky Smith - 2/18/2006            
 rev 2 - corrected some mistakes in order of link styles
         BS Nov 2006
 ******************************************** */

/* LINKS      */
/* ---------- */

/* Public document menu items */
a.tiny:link {color: #9999ff; font-family:Verdana; font-size: 10px; text-decoration:underline;}
a.tiny:visited {color: #9999ff; font-family:Verdana; font-size: 10px;}
a.tiny:hover {color: "darkblue"; font-family:Verdana; font-size: 10px;}
a.tiny:active {color: #9999ff; font-family:Verdana; font-size: 10px;}


a.miscl:link {color: #336600; font-family:Verdana; font-size: 14px; 
		border: solid; border-width: thin;
                border-color: black; paddng: 0.2em 0.3em; text-align: center;
		background-color: palegreen; text-decoration: none;
                font-weight: bold;}
a.miscl:visited {color: #336600; font-family:Verdana; font-size: 12px;
                width: 8em; border: solid; border-width: thin; 
                border-color: black; paddng: 0.2em 0.3em; text-align: center;
                background-color: palegreen; text-decoration: none; 
                font-weight: bold; }
a.miscl:hover {color: #336600; font-family:Verdana; font-size: 14px;
                width: 8em; border: solid; border-width: thin;
                border-color: black; paddng: 0.2em 0.3em; text-align: center;
                background-color: palegreen; text-decoration: none;
                font-weight: bold; }
a.miscl:active {color: #336600; font-family:Verdana; font-size: 14px;
                width: 8em; border: solid; border-width: thin;
                border-color: black; paddng: 0.2em 0.3em; text-align: center;
                background-color: palegreen; text-decoration: none;
                font-weight: bold; }


/* Main Menu Items */
a.leftmenu:link {color: blue;  font-family: Verdana; 
                 font-size: 10px; width: 8em; font-weight: 700; 
                 border: solid; border-width: thin; border-color: #339900;
                 padding:0.2em 0.6em;  text-decoration: none;
                 background-color: palegreen; }
a.leftmenu:visited { color: black;  font-family: Verdana;
                 font-size: 10px; width: 8em; font-weight: 700;
                 border: solid; border-width: thin; border-color: #339900;
                 padding:0.2em 0.6em; text-decoration: none;
                 background-color: palegreen; }
a.leftmenu:hover { color: green; font-family: Verdana;
                 font-size: 10px; width: 8em; font-weight: 700;
                 border: solid; border-width: thin; border-color: #339900;
                 padding:0.2em 0.6em; text-decoration: none;
                 background-color: palegreen; }
a.leftmenu:active { color: black; font-family: Verdana;
                 font-size: 10px; width: 8em; font-weight: 700;
                 border: solid; border-width: thin; border-color: #339900;
                 padding:0.2em 0.6em; text-decoration: none;
                 background-color: palegreen; }

a.Pkgname:link {color: black; font-family:Orlando; font-size: 130%;}
a.Pkgname:visited {color: black; font-family:Orlando; font-size: 130%;}
a.Pkgname:hover {color:green; font-family:Orlando; font-size: 130%;}
a.Pkgname:active {color: black; font-family:Orlando; font-size: 130%;}


/* BODY STYLES */
/* ----------- */

/* body for the Main Banner frame ONLY */
body.banner
{   background-color: black; 
/*    background-image: url('./image/ONrampBannerPiece.jpg');  
    background-repeat: repeat; */
    margin-top:"0px"; 
}

/* body for the homepage ONLY */
body.homepage
{   background-image: url('./image/handwithcom.png');
    background-repeat: repeat;
}

/* body for white background */
body.white
{  background-image: url('./image/whiteweavebkgnd.jpg');
   background-repeat: repeat; 
   margin-top: "0em";
}

/* body for white background with very little margins */
body.whitefull
{  background-image: url('./image/whiteweavebkgnd.jpg');
   background-repeat: repeat;
   margin-left: "4px"; margin-top: "2px"; margin-right: "2px";
}

/* body for public documents */
body.docs
{  background-color: "PaleGreen"; tab-interval: ".5in"; }

/* body for dark green background */
body.green
{  background-color: "DarkGreen"; }

/* TEXT STYLES */
/* ----------- */

p { font-size: 100%; }

/* text styles for dark green backgrounds */
h1.headline {font-size: "200%";  color: "khaki"; }
h2.headline {font-size: "150%"; color: "khaki" ; }
h3.headline {font-size: "120%"; color: "khaki"; }
p.accent { font-family: "Papyrus"; color="white"; font-size: "150%"; }
p.papyrus { font-family: "Papyrus"; color="white"; font-size: "100%"; }

/* text styles for white backgrounds */
.accentblack { font-family: "Papyrus"; color:"black"; font-size: "130%"; }
.smallprint { font-size: "75%"; font-style: "italic"; }
h1 {font-size: "200%"; color: "green"; }
h2 {font-size: 150%; color: "green"; }
h3 {font-size: 120%; color: "green"; }

.red { font-size: "100%"; color: "red"; }

table.pkgfeatures {font-family:"Verdana"; font-size:"70%";}



