body {
        margin: 0;
        padding: 0;
}

.body_blue {
        background-image: url('/images/bg.gif');
	background-repeat: repeat-y;
	background-color: #396e8f;
}

.body_gray {
        background-image: url('/images/bg2.gif');
	background-repeat: repeat-y;
        background-color: #e2e0e1;
}

.rightrail table {
	align: right;
	text-align: right;
}

.head {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #395e81;
        font-size: 18px;
}

.text {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
        color: #000;
        font-size: 11px;
        line-height: 15px;
}

.news td {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
        color: #000;
        font-size: 11px;
	padding: 5px 3px 5px 3px;
	border-bottom: 1px solid #000;
}

.news a {
	color: #000;
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}


.profile td {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
        color: #000;
        font-size: 11px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #000;
}

.profile b {
	font-weight: bold;
	color: #395e81;
}

.profile a {
	color: #000;
	text-decoration: none;
}

.profile a:hover {
	text-decoration: underline;
}

.footer {
	height: 100%;
	text-align: right;
	vertical-align: bottom;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #999;
}

.footer a {
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff;
}
