/* CSS Document */

	body{
		margin:0px;
		background-color:#6B8AA6;
		color:#FFFFFF;
		font-family:arial;
		font-size:12px;
	}
	
	a{
		/*color:#2F4457;*/
		color:#FFFFFF;
		text-decoration:none;
	}
	
	a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	td.leftColumn{
		background-image:url(/images/left_background.gif); background-repeat:repeat-y;
	}
	
	td.middleColumn{
		background-image:url(/images/center_background.gif); background-repeat:no-repeat; background-position:top; width:494px;
	}
	
	td.rightColumn{
		background-image:url(/images/right_middle.gif); background-repeat:repeat-y;
	}
	
	td.leftlink{
		background-image:url(/images/left_linksmiddle.gif);
		height:23px;
		padding-left:55px;
		font-weight:bold;
		font-size:12px;
		text-align:left;
	}

	td.leftnav{
		background-image:url(/images/left_middle.gif);
		padding-left:27px;
		font-weight:bold;
		font-size:12px;
		text-align:left;
	}

	td.rightnav{
		background-image:url(/images/menuwide_background.gif);
		background-repeat:repeat-y;
		/*padding-left:27px;*/
		text-align:center;
		font-weight:bold;
		font-size:12px;
	}
	
	td.leftlink a{
		color:#FFFFFF;
		text-decoration:none;
	}

	td.leftlink a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	img.navthumb{
		background-color:#2E4456;
		border:1px solid #FFFFFF;
	}

	img.thumb{
		background-color:#405566;
		border:1px solid #FFFFFF;
	}
	
	td.headercell{
		background-image:url(/images/table_header.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		height:35px;
		width:491px;
		color:#FFFF99;
		font-weight:bold;
		font-size:15px;
		padding-top:15px;
		padding-left:5px;
		text-align:left;
	}
	
	td.contentcell{
		background-image:url(/images/table_background.gif);
		background-repeat:repeat-y; padding:5px;
	}
	
	.input{
		background-color:#505050;
		border:1px solid #262626;
		color:#FFFFFF;
	}
	
	input.button{
		background-image:url(/images/btn_background.gif);
		width:64px;
		height:23px;
		padding:3px;
		font-weight:bold;
		color:#FFFFFF;
		text-align:center;
		border:none;
		background-color:#505050;
	}
	
	div.bubble{
		position:absolute;
		visibility:hidden;
		display:none;
		z-index:5;
		font-family:verdana;
		filter:alpha(opacity=90);
		-moz-opacity:.90;
		opacity:.90;

		border:1px solid #FFFFFF;
		margin:5px;
		padding:2px;
		background-color:#847764;
		font-weight:bold;
		color:#FFFFFF;
		font-size:11px;
	}

