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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{  
margin:0; 
padding:0; 
} 

table
{ 
border-collapse:collapse; 
border-spacing:0; 
} 

fieldset,img
{  
border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var
{ 
font-style:normal; 
font-weight:normal; 
} 

ol,ul
{ 
list-style:none; 
} 

caption,th
{ 
text-align:left; 
} 

h1,h2,h3,h4,h5,h6
{ 
font-size:100%; 
font-weight:normal; 
} 

q:before,q:after
{ 
content:''; 
} 

abbr,acronym
{
border:0; 
}

a
{
outline:none;
color:#0000FF;
}

strong
{
font-weight:bold;
}

body
{
background-color:#ffffff;
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}

#wrapper
{
width:770px;
margin:0 auto;
text-align:left;
}

h1
{
font-size:2.4em;
padding-bottom:25px;
}

h2
{
font-size:2em;
padding-bottom:15px;
}

p
{
font-size:1.3em;
line-height:1.4em;
padding-bottom:15px;
}

ul,ol
{
margin-left:30px;
margin-bottom:15px;
}

li
{
font-size:1.3em;
list-style-type:disc;
margin-bottom:5px;
}

ol li
{
list-style-type:decimal;
}


