/* CSS code for DayDream Hideaway */
/* global stuff */
body { color: #000000;
background-color: #ffffff;
font-family: Arial, sans-serif;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px; }

h1 { font-family: Arial, sans-serif;
font-size: 10pt;
text-align: left;
font-weight: bold; }

p { font-family: Arial, sans-serif;
font-size: 10pt;
text-align: left;

padding-top: 0px; 
padding-bottom: 0px; 
padding-left: 15px; 
padding-right: 15px; }

/* link settings */
a:link { color: #660033;
background-color: transparent;
text-decoration: none; }

a:visited { color: #660099;
background-color: transparent;
text-decoration: none; }

a:hover { color: #3333cc;
background-color: #ccccff;
text-decoration: none; }

a:active { color: #3333cc;
background-color: #ccccff;
text-decoration: none; }

/* general classes */
.menu { font-family: sans-serif;
font-size: 10pt;
color: #ffffff;
padding-top: 5px;
padding-bottom: 15px;
padding-left: 0px;
padding-right: 0px;
background-image: url("menu_bar.gif");
background-repeat: no-repeat;
text-align: center; }

.tablePosition { width: 640px;
margin-left: auto;
margin-right: auto;

border-style: solid;
border-color: #000000;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px; }

.centered { text-align: center; }

.underlined { text-decoration: underline; }

.smallText { font-size: 8pt; }

.copyrightText { font-size: 8pt;
text-align: right; }

.mediaTitle { font-style: italic;
text-decoration: underline; }