/* CSS Document */
*{ font-size:12px;}
body{
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	background:#ffffff;
}
a{
text-decoration:none;
font-size:12px;
color:#48647A;
}
a:hover{
text-decoration:underline;
font-size:12px;
}
.white{
	font-size:12px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}
body img{
border:0px;
}
#status{
background:#F3F3F3;
font-size:12px;
height:24px;
vertical-align:middle;
}
#status .redbold{
color:#ff0571;
font-weight:bolder;
}
#menu_other {
line-height:25px;
}
#menu_other a{
color:gray;
font-size:12px;
text-decoration:none;
}
#menu_other a:hover{
color:#CCCCCC;
text-decoration:underline;
}
.redthin{
color:#ff0571;
}



