﻿body 
{
    font-family:Arial;
    font-size:12px;
	margin:0;
	background-image:url(../images/body_bg.gif)
}
td
{
    
    font-family:Arial;
    font-size:12px;
}
.selNode
{
     background:url() left no-repeat,
     url() right no-repeat,
     url() center repeat;
}
.redText
{
	color: #BE0002; 
	font-weight: bold;
}
.whiteText
{
	color: #FFFFFF;
	font-weight: bold;
}
.dateText
{
	font-size:10px;
	color:#999;
}
.bottomDot
{
	border-bottom:1px dotted #ccc
}
input,textarea,button
{
    font-size:12px;
}
.regSideBar
{
    padding-top:20px;
    font-size:12px;
    line-height:25px;
}
A {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR:#CC3300; TEXT-DECORATION: none
}