@charset "UTF-8";
/* CSS Document */


/* BODY TEXT */
p.main, td.main, .main {
font: regular;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 1.5em;
color: #ccc;
margin: 10px 27px 10px 27px;
text-align: left;
}

p.mainheader, td.mainheader, .mainheader {
font: bold;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #ccc;
margin: 27px;
text-align: left;
}

ul, li{
font: regular;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 1.6em;
color: #ccc; 
margin: 0px;
}

a.main {
font: regular;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 1.6em;
margin: 0;
color: #999966;
}

a:hover.main {
color: #ccc;}

/* NAV */

p.nav, td.nav {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #fff;
text-align: right;
margin: 0px 25px 0px 0px;
}

a.nav {
color: #fff;
border-bottom: none;
text-decoration: none;
text-align: right;
}

a:hover.nav {
color: #333;
}

/* IMAGES */

img.big {
margin: 25px 25px 0px 0px;
text-align: right;
align: right;
}

.small {
margin: 10px 10px 0px 0px;
}


/* COPYRIGHT */
.copyright {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px;
color: #663300;
margin-top: 8px;
margin-bottom: 8px;
text-align: center;
}