.box {
	font-family : arial;
	font-size : 12px;
	background-color: #FFFFFF;
	border: 1px #222299 solid;
}
.box:focus, .focus {
	font-family : arial;
	font-size : 12px;
	background-color: #f6f6f6;
	border: 1px #222277 solid;
}
label { 
	cursor: pointer;
} 
a  {
	font-family : arial,tahoma;
	color : #000066;
	font-size : 12px;
	text-decoration : underline;
}
a:visited  {
	font-family : arial,tahoma;
	color : #663366;
	font-size : 12px;
	text-decoration : underline;
}
a:hover  {
	font-family : arial,tahoma;
	color : #3333BB;
	font-size : 12px;
	text-decoration : underline;
}
a.small  {
	font-family : arial,tahoma;
	color : #000066;
	font-size : 10px;
	text-decoration : none;
}
a.small:visited  {
	font-family : arial,tahoma;
	color : #663366;
	font-size : 10px;
	text-decoration : none;
}
a.small:hover  {
	font-family : arial,tahoma;
	color : #3333BB;
	font-size : 10px;
	text-decoration : underline;
}
a.white, a.white:visited  {
	font-family : arial,tahoma;
	color : #ffffff;
	font-size : 12px;
	text-decoration : underline;
}
a.white:hover  {
	font-family : arial,tahoma;
	color : #e0e0e0;
	font-size : 12px;
	text-decoration : underline;
}
a.white_bold, a.white_bold:visited  {
	font-family : arial,tahoma;
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}
a.white_bold:hover  {
	font-family : arial,tahoma;
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
	text-decoration: underline;
}
img.imgbdr  {
	border : none;
}
A.imgbdr  {
	border : solid 1px #000066;
}
A.imgbdr:visited  {
	border : solid 1px #660000;
}
A.imgbdr:hover  {
	border : solid 1px #3333BB;
}
p, ul, ol  {
	font-family : arial,tahoma;
	font-size : 12px;
}
.bold  {
	font-family : arial,tahoma;
	font-weight : bold;
	font-size : 12px;
}
.white  {
	font-family : arial,tahoma;
	color : #ffffff;
	font-size : 12px;
}
.white_bold  {
	font-family : arial,tahoma;
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
}
.error 
{
	color: #990000;
}
.small  {
	font-family : arial,tahoma;
	font-size : 11px;
}
.small_white, a.small_white, a.small_white:visited  {
	font-family : arial,tahoma;
	color : #ffffff;
	font-size : 11px;
}
#footer {
	text-align:right;
	padding-right:6px
}
#footer a {
	font-size:10px
}
a.lnkReply {
    text-indent:-9999px;
    background-image: url('/gif_jpg/btn-reply.gif');
    background-repeat:no-repeat;
    display:block !important;
    width:53px;
    height:19px;
}