@charset "UTF-8";
/* CSS Document */

body {
background-color: #FFFFFF;
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: left;
color: #bfbfbf;
}

h1 {
display: none;
}

h2 {
color: #5086B6;
font-size: 14pt;
padding: 0;
margin: 0;
text-align: left;
}

img {
border: none;
}

a:link, a:visited, a:active {
font-weight: bold;
text-decoration: none;
color: #5086B6;
}

a:hover {
text-decoration: underline;
color: #5086B6;
font-weight: bold;
}

#wrapper {
width: 800px;
margin: 0 auto;
}

#column_container {
width: 475px;
height: 120px;
margin: 0 auto;
}

#column_one {
float: left;
width: 225px;
height: 120px;
}

#column_two {
float: left;
width: 225px;
height: 120px;
margin-left: 25px;
}

#text_links {
text-align:center;
margin-top: 25px;
margin-bottom: 25px;
}