/* CSS Document */
body
{
	margin:0 auto;
	font-family:Arial;
	font-size: 11px;
	color:#555;
	background-color:#EFF6FD;
}

a
{
	text-decoration:none;
	color:#555;
}

.menu_font
{
color:#555;
font-size:11px;
font-weight:bold;
}	

.menu_font a
{
text-decoration:none;
}

.hor_menu_bar
{
	border:solid 1px #486B93;
	padding:2px;
	background-color:#DBE9F7; 
	border-bottom:0px;
	border-right:0px;
}

.body_table
{
	border-top:solid 1px #86A2C2;
	border-bottom:solid 1px #86A2C2;
}

.left_menu_bar
{
	border-right:solid 1px #486B93;
}

.left_menu_head
{
	border:solid 1px #486B93;
	padding:2px;
	background-color:#CDE1F5; 
	border-bottom:0px;
	border-right:0px;
}

.center_focus_bar
{
	border:solid 1px #486B93;
	padding:2px;
	background-color:#A5CAED; 
	border-top:0px;
	border-right:0px;
	border-left:0px;
}

.border_right
{
border-right:solid 1px #86A2C2;
}

.border_left
{
border-left:solid 1px #86A2C2;
}

.border_top
{
border-top:solid 1px #86A2C2;
}

.border_bottom
{
border-bottom:solid 1px #86A2C2;
}

.menu_item
{
	padding:2px;
	border-bottom:1px dashed #00ff00;
}

.menu_item_purple
{
 padding:2px;
 border-bottom:dashed 1px #F0B4FF;
}

.menu_item_green
{
 padding:2px;
 border-bottom:dashed 1px #8DD397;
}


.initials
{
	BORDER:#aaa 1px solid; 
	FLOAT:left;  
	WIDTH:25px;
	HEIGHT:25px;
	margin:2px;
	color:#ccc;
}
.cfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.menu_item_red {

	padding:2px;
	border-bottom:1px dashed #FF0000;
}
.menu_item_blue {


	padding:2px;
	border-bottom:1px dashed #86A2C2;
}
