/* ------------------------------------------- body */

body 
{  
margin: 0em;
text-align: center;
color: #444444;
background-color:#;
}

body,
td
{
font-size:x-small; /* win ie5.x */
fo\nt-size:x-small; /* win ie6.x,mac ie5.x */
line-height: 1.4em;
}

html>body,
html>body td
{ /* gecko and macie  */
font-size:small;
font-family:sans-serif;
line-height: 1.4em;
}

em{
font-style:normal;
}




/* ------------------------------------------- header */

h1 
{
color:#ffffff;
font-size: 14px;
text-align: left;
padding-left: 20px;
margin:0;
}

h2 
{
font-size: 13px;
padding-top: 30px;
color:#A7CC25;
}


		

img
{
border: 0;
}

p
{
margin:0;
line-height: 1.5em;  
}

	
/* ------------------------------------------- link */
a:link 
{
text-decoration : none;
background: transparent;
color: #009200;
}

a:visited
{
text-decoration : none;
background: transparent;
color: #009200;
}

a:hover
{
text-decoration : underline;
background: transparent;
color: #009200;
}

