/*----------------------------------------------------------------
POPUPS STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/

*{
margin:0;
padding:0;
border:0;
}

body{
text-align:left;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
}

body.directions {
width:650px;
margin:0 auto;
}

p {
line-height:18px;
margin:16px 0px;
padding:0px 12px;
}

img {
border:none;
}

img.inset {
text-align:center;
border:2px solid #A4B78A;
}

ol, ul {
font-size:90%;
margin-left:40px;
}

ol li,
ul li {
line-height:18px;
margin-bottom:12px;
}

.floated_lists li {
width:200px;
float:left;
margin-right: 18px;
}

a:link,
a:visited {
color:#C1253D;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

p.note {
font-size:10px;
font-style:italic;
}




