/* CSS Document */

body{
margin:0px;
background:#FFFF99;
}
body,tr,td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;
color:#80003D;
font-weight:bold;
}
p{
margin: 7px 25px;
line-height:1.4;
}
#content{
width:300px;
vertical-align:middle;
background:#FFF;
text-align:center;
}
#gradleft{
background: url(../detect_images/left_grad.gif) repeat-y right;
}
#gradright{
background: url(../detect_images/right_grad.gif) repeat-y left;
}
a:link, a:active, a:visited{
text-decoration:none;
color:#FF49AE;
font-weight:bold;
}
a:hover{
text-decoration:underline;
color:#FF49AE;
}