@charset "UTF-8";
/* CSS Document */

body /* Internet Explorer alignment */ { 
background-color:#F0F4F7;
text-align: center; 
} 

body /* Mozilla Firefox alignment */ { 
background-color:#F0F4F7;
text-align: -moz-center; 
} 

h1, h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#527D8D;
}

h1 {
font-size:12pt;
}

h2 {
font-size:10pt;
}

p, td, th, li, a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
line-height:200%;
}

a {
color:#527D8D;
text-decoration:underline;
}

a:hover {
color:#000000;
text-decoration:none;
}

strong {
font-weight:normal;
font-variant:small-caps;
color:#527D8D;
}

p.citation {
background-color:transparent;
margin-left:60px;
padding:10px;
font-size:11pt;
border-style:dotted;
border:#DAE4E9 dotted 1px;
color:#527D8D;
}

p.print {
display:none;
}

#menu {
background-color:#DAE4E9;
height:100px;
margin:10px;
padding:10px 20px 10px 20px;
width:600px;
text-align:right;
}

.menuLink a {
background-color:#F0F4F7;
color:#527D8D;
text-decoration:none;
font-size: 12pt;
padding:10px;
margin-left:20px;
}

.menuLink a:hover {
background-color:#FFFFFF;
color:#000000;
text-decoration:none;
font-size: 12pt;
padding:10px;
margin-left:20px;
}

#content {
background-color:#FFFFFF;
padding:20px;
text-align:left;
width:600px;
margin:10px;
}

#footer {
background-color:transparent;
padding:20px;
text-align:center;
width:600px;
margin:10px;
}