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

body{
background:#aaaaaa url('images/bodybg_fade.jpg') top left repeat-x;
background-attachment: fixed;
font-family:Arial, sans-serif;
font-size:12px;
color:#666666;
}

.body a{
text-decoration:none;
}

.pageContainer{
width:890px;
margin:auto;
}

h1{
font-size:14px;
color:#0099ff;
line-height:14px;
}

h2{
font-size:12px;
color:#0099ff;
line-height:12px;
}

.header a:link, .header a:visited, .header a:active{
font-size:14px;
color:#0099ff;
text-decoration:none;
}
.header a:hover{
font-size:14px;
text-decoration:underline;
}

.blueLink{
font-size:12px;
color:#0099ff;
}

.blueLink a:link, .blueLink a:visited, .blueLink a:active, .blueLink a:hover{
font-size:12px;
color:#0099ff;
text-decoration:none;
}

.example{
line-height:18px;
font-size:11px;
}

.example a:link, .example a:visited, .example a:active{
font-size:14px;
color:#0099ff;
text-decoration:underline;
}
.example a:hover{
font-size:14px;
color:#0099ff;
text-decoration:none;
}

.footer{
font-family:arial;
font-size:10px;
color:#999999;
}

.footer a:link, a:visited, a:active{
font-size:10px;
color:#666666;
text-decoration:underline;
}
.footer a:hover{
font-size:10px;
color:#666666;
text-decoration:none;
}
