/* CSS Document */
body {

font-family:georgia, Helvetica, sans-serif ;/* base font is defined in the page */
font-size: 11px;
margin-top: 2%;
margin-left:2%;
line-height:12px;
color:#000000;
background-color:#FFFFFF;/* size font is defined in the page */
}

#container{
position:relative;
width:729px;
height:auto;

}

#Header {
height:108px;
width:729px;
}
#nav {
width:729px;
height:26px;
}
#contents {
width:729px;
height:auto;
margin-top:10px;
}

.bigtext{
font-size:16px;
font-weight:bold;
color:#666666;
font-family:Helvetica, sans-serif ;
}

a{
font:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
color:#666666;
}

a:hover{
font:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
color:#666666;
}
.title{
font:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
color:#666666;
}

.title2{
font:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#666666;

}

#hr {
border-bottom-style:dotted;
border-bottom-width:1px;
border-bottom-color:#666666;
width:729px;
padding-bottom:10px;
padding-top:15px;
	
}	