a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000
}

a:hover 
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Purple
}	

.Arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

 #box {
                background: #A4A4C6 url(/images/box_bg.jpg) no-repeat bottom;
                width: 439px;
                margin: 0 0 30px 0;
                padding: 0;
        }

        .box_top {
                background: url(/images/top_off.jpg) no-repeat;
                width: 439px;
                padding: 0px 0 0 0;
        }

        .box_top:hover {
                background: url(/images/top_on.jpg) no-repeat;
        }

        .box_top h2 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
                font-weight: bold;
                color: #DEDEEF;
                padding: 12px 0 12px 51px;
        }

        #content {
                padding: 0 10px 10px 0;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13px;
                color: #333;
                line-height: 1.5em;
        }

        .box_top a {
                color: #DEDEEF;
        }

        .box_top a:hover {
                text-decoration: none;
        }
