/* Main Document CSS */
body {
background-color:#ffffff;
font-family:Trebuchet, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10pt;
margin:20px 0px 20px 0px;
}
a:link, a:visited, a:hover {
color:#444444;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
div.links a:hover {
text-decoration:none;
}
td.active:hover {
text-decoration:none;
border-bottom:1px solid #444444;
}

/* Divs & Structure */
div.background {
width:600px;
height:100%;
background-color:#DDDDDD;
z-index:2;
overflow:hidden;
}
div.container {
top:0px;
width:90%;
height:100%;
z-index:3;
}
div.pagetitle {
padding-top:10px;
text-align:center;
width:100%;
overflow:hidden;
font-size:20pt;
letter-spacing:10pt;
}
div.content {
overflow:hidden;
text-align:left;
}
div.links {
width:100%;
overflow:hidden;
font-size:11pt;
letter-spacing:3pt;
}
table.links  {
width:100%;
border:none;
}
table.links tr td {
text-align:center;
}

/* Fonts and Styles */
span.small {
font-size:8pt;
}
span.large {
font-size:14pt;
}
span.light {
color:#666666;
}
span.linkspacer {
font-size:3pt;
}
span.titlespacer {
font-size:3pt;
letter-spacing:3pt;
}