/* CSS Document */

/* Reset styles */
html, body, div, span, applet, object, iframe,
p, blockquote, pre, li,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, theabbr, acron{ 
border: 0; 
background-image: transparent; 
font-weight: inherit; 
font-style: inherit; 
font-family: inherit;
margin: 0; 
outline: 0; 
padding: 0; 
vertical-align: baseline; 
} 
/* Reset styles */
address,cite,code,dfn,em,strong,var { 
border: 0; 
background-image: transparent;  
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit;
margin: 0; 
outline: 0; 
padding: 0; 
vertical-align: baseline; 
} 
body { 
background: white; 
color: #333333;
line-height: 1em; 
font-size: 75%;
font-family: Arial, Helvetica, sans-serif; 
} 
  
html>body { 
font-size: 12px; 
} 

p { 
line-height: 1.3em; 
margin-top: 1.5em; 
margin-bottom: 1.5em; 
} 

h1, h2, h3, h4, h5, h6 { 
background-image: transparent;  
font-weight: bold; 
font-style: inherit; 
line-height: 1.286em; 
margin-top: 1.286em; 
margin-bottom: 0.443em; 
vertical-align: baseline; 

} 

h1 {font-size:2em;}
h2 {font-size:1.75em;}
h3 {font-size:1.58em;}
h4 {font-size:1.24em;}
h5 {font-size:1.17em;}
h6 {font-size:1em;}

img { 
background-image: transparent; 
border: 0; 
font-size: 100%; 
margin: 0; 
padding: 0; 
outline: 0; 
vertical-align: baseline; 
} 

ol, ul { 
border: 0; 
background-image: transparent; 
line-height: 1.35em;
margin-left: 25px;
padding: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit;
vertical-align: baseline; 
} 

ul {

list-style-type:square;

}
caption { 
background-image: transparent; 
font-size: 100%; 
font-family: inherit;
text-align: left; 
vertical-align: baseline; 
} 

blockquote { 
border: 0; 
background-image: transparent; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit;
margin: 0; 
outline: 0; 
padding: 0; 
vertical-align: baseline; 
quotes: "" ""; 
} 

fieldset { 
background-image: transparent; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit;
vertical-align: baseline; 
} 

hr {
border: none; 
border-top: 1px solid #989797;
height: 1px;
}

q:before, q:after { 
content: ""; 
content: ''; 
} 
div,dl,dt,dd,li,pre,form, p { 
background-image: transparent; 
border: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit;
margin: 0; 
padding: 0; 
outline: 0; 
vertical-align: baseline; 
} 

input,textarea {  
margin:0; 
padding:0 
} 
/* remember to define focus styles! */ 
:focus { 
outline: 0; 
} 

blockquote:before, blockquote:after { 
content: ""; 
} 

button {cursor: auto;}
sub, sup {font-size: 1em;}

/* Link Styles */
a {cursor: auto}

a:link, a:visited  {
text-decoration: none;
color: #918F90;
}

a:hover, a:active {
text-decoration: none;
color: #FFA616;
}

/* Default Table Styles */
/* alert: tables still need 'cellspacing="0"' in the markup! */ 
table { 
background-image: transparent; 
border: 0; 
border-collapse: collapse; 
border-spacing: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit;
margin: 0; 
outline: 0; 
padding: 0; 
vertical-align: baseline; 
} 
td { 
background-image: transparent; 
border: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit;
margin: 0; 
padding: 0; 
outline: 0; 
text-align: left; 
vertical-align: baseline; 
} 
th { 
border: 0; 
background-image: transparent; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit;
margin: 0; 
padding: 0; 
outline: 0; 
text-align: left; 
vertical-align: baseline; 
} 