/* CSS Document */

#flametxt{
width:700px;
padding-bottom:10px;
margin-top:10px;
border-bottom:#333333 solid 1px;
}

#flameleft{
float:left;
width:100px;
font-size:small;
line-height:1.4;
border-bottom:#CCCCCC dotted 1px;
}

* html #flameleft{
font-size:x-small;
}

#flameright{
float:right;
width:690px;
font-weight:bold;
color:#FF0000;
font-size:small;
line-height:1.4;
border-bottom:#CCCCCC dotted 1px;
}

* html #flameright{
font-size:x-small;
}

#flamecom{
clear:both;
width:700px;
font-size:small;
line-height:1.4;
}

* html #flamecom{
font-size:x-small;
}

.txtred{
color:#FF0000;
}

a:link{color:#333333;}
a:visited{color:#333333;}
a:hover{color:#999999;}
a:active{color:#999999;}