/* bosy Styles */
body {
	background-color: #203E62;
	font-family: Verdana; 
	font-size: 11px;
}


/* Link Styles */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.red:link {
	color: #C60000;
	text-decoration: none;
}
a.red:visited {
	color: #C60000;
	text-decoration: none;
}
a.red:hover {
	color: #C60000;
	text-decoration: underline;
}
a.red:active {
	color: #C60000;
	text-decoration: none;
}
a.blue:link {
	color: #203E62;
	text-decoration: none;
}
a.blue:visited {
	color: #203E62;
	text-decoration: none;
}
a.blue:hover {
	color: #203E62;
	text-decoration: underline;
}
a.blue:active {
	color: #203E62;
	text-decoration: none;
}
/* Text Styles */
.blue_t {
	color: #203E62;
	font-weight: bold;
}
.red_t {
	color: #C60000;
	font-weight: bold;
}
.white_t_small {
	color: #FFFFFF;
	font-size: 9px; 
}

/* Table Styles */
td.date {
	background-image: url(images/layout/heder_right.gif);
	font-size: 9px; 
	color: #FFFFFF; 
}
td.menu {
	background-image: url(images/layout/header_right2.gif);
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold;
}
td.blue {
	font-size: 10px; 
	font-weight: bold;
	height: 20px;
	background-color: #203E62;
}
td.red {
	font-size: 10px; 
	font-weight: bold;
	height: 20px;
	background-color: #C60000;
}
td.line {
	background-image: url(images/layout/line.gif);
	height: 5px;
}