/*css rounded corner boxes*/

body {font-family:'Arial', 'sans serif';}

a {color:#d90;}

img {border:0px;padding:5px}

p {color:#fff; font-size: 12px;}

h1 {color: #d90;font-size: 20px;}

h2 {color: #333;font-size: 16px;}

.greenbox { 
  background: #4a0;
  margin:4px;
}
.greenboxtop { 
  background: url(../images/4a0-corner_tr.gif) no-repeat top right; 
}
.greenboxtop div { 
  font-size: 0;
  height: 8px; 
  background: url(../images/4a0-corner_tl.gif) no-repeat top left; 
}
.greenboxbottom { 
  background: url(../images/4a0-corner_br.gif) no-repeat bottom right; 
}
.greenboxbottom div { 
  font-size: 0;
  height: 8px; 
  background: url(../images/4a0-corner_bl.gif) no-repeat bottom left; 
}

.lightbox { 
  background: #fafafa;
  margin:4px;
}
.lightboxtop { 
  background: url(../images/fafafa-corner_tr.gif) no-repeat top right; 
}
.lightboxtop div { 
  font-size: 0;
  height: 8px; 
  background: url(../images/fafafa-corner_tl.gif) no-repeat top left; 
}
.lightboxbottom { 
  background: url(../images/fafafa-corner_br.gif) no-repeat bottom right; 
}
.lightboxbottom div { 
  font-size: 0;
  height: 8px; 
  background: url(../images/fafafa-corner_bl.gif) no-repeat bottom left; 
}

.greybox { 
  background: #666;
  margin:4px; 
}
.greyboxtop { 
  background: url(../images/666-corner_tr.gif) no-repeat top right; 
}
.greyboxtop div { 
  font-size: 0;
  height: 8px; 
  background: url(../images/666-corner_tl.gif) no-repeat top left; 
}
.greyboxbottom { 
  background: url(../images/666-corner_br.gif) no-repeat bottom right; 
}
.greyboxbottom div { 
  font-size: 0;
  height: 8px; 
  background: url(../images/666-corner_bl.gif) no-repeat bottom left; 
}

.boxcontent {
  padding: 0px 8px 0px 8px;
}

.bodytext{
color:000;
}

.maillink
{
color:#fc0;
text-decoration:none;
font-weight:bold;
text-decoration:none;
}


.menu p {
font-size: 14px;
}

.menu a {
font-size: 14px;
color: #000;
}

.popup
{
   position:absolute; left:105px; top:-300px;;
   z-index:2;
   visibility:hidden;
}

