/*
Orange:			EE872A
Green:			009933
Lightgreen:		e5eecc
Blue:			40B3DF
DarkGreyBg:		555555
LightGreyBg:	F6F4F0
GreyBorder:		D4D4D4
Pink:			#FFF4FF

*/

html{overflow-y:scroll;}

body
{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
color: #006B24;
background-color:#FFF4FF;
margin:20px;
}

p
{
color: #006B24;
line-height:100%;
text-indent:0px
text-align:left;
white-space:wrap;
}

h1 
{
font-size:300%;
font-weight:normal;
letter-spacing:2px;
margin-top:0px;
margin-bottom:0px
line-height:25%;
word-spacing:30px;
}

h2 
{
font-size:180%;
margin-top:0px;
line-height:25%;
margin-bottom:0px;
font-weight:normal;
text-align:right;
}

h3 {font-size:120%;font-weight:normal}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

img
{
float:left;
width:auto;
height:auto;
margin:5px;
border:0;
border-style:solid;
border-width:3px;
border-color:black;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}

iframe 	{margin:0px;}
div 	{width:100%;}
img		{border:0;}

.text_line
{
clear:both;
margin-bottom:2px;
}

img:hover
{
border-style:solid;
border-width:0px;
border-color:black;
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


a.menu:link {color:#FFF4FF;text-decoration:none;}
a.menu:visited {color:#FFF4FF;text-decoration:none;}
a:menu:hover {color:#EE872A;background:#66ff66;text-decoration:none;}


table
{
width:100%;
border: 2px solid green;
text-align:center;
}
td
{
border: 1px solid #006B24;
background-color:#006B24;
color:#FFF4FF;
}
</style>