/* General */

body {
margin : 0px;
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #000000;
}

p, td, li, div {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #000000;
}

a:link {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #333366;
text-decoration : underline;
}
a:active {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #333366;
text-decoration : underline;
}
a:visited {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #333366;
text-decoration : underline;
}
a:hover {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #333366;
text-decoration : none;
}

a.more:link {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #333366;
text-decoration : none;
font-weight : bold;
font-style : none;
}
a.more:active {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #333366;
text-decoration : none;
font-weight : bold;
font-style : none;
}
a.more:visited {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #333366;
text-decoration : none;
font-weight : bold;
font-style : none;
}
a.more:hover {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #333366;
text-decoration : none;
font-weight : bold;
font-style : italic;
}

a.footer:link {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-decoration : underline;
font-weight : bold;
}
a.footer:active {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-decoration : underline;
font-weight : bold;
}
a.footer:visited {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-decoration : underline;
font-weight : bold;
}
a.footer:hover {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-decoration : none;
}

a.header:link {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-decoration : underline;
}
a.header:active {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-decoration : underline;
}
a.header:visited {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-decoration : underline;
}
a.header:hover {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-decoration : none;
}

ul { 
margin : 2px; 
padding : 2px; 
list-style : decimal inside; 
text-align : left;
}
li { 
margin-left : 2px; 
list-style : square inside;
}

h1  {
font-family : arial, helvetica, sans-serif;
font-size : 14px;
color : #000000;
font-weight : bold;
}

pre {
font-size : 12px;
color : #000000;
}
