body {
	text-align:center;
	margin:0 auto;
	padding:0;
	font:12px Verdana,Tahoma,Arial,sans-serif;
	background:#E1E1E1 url(images/back.gif) top center no-repeat;
	color:#565656;
}

a {
	text-decoration:none;
	color:#3F557C;
	font-size:12px;
}

a:hover{
	text-decoration:underline;
	color:#A2C3E9;
	font-size:12px;
}
.content {
	text-align:left;
	font-size:12px;
	line-height:17px;
	
}

.content a {
	text-decoration:none;
	color:#3F557C;
	font-size:12px;
	
}

.content b {
	text-decoration:none;
	color:#3F557C;
	font-size:14px;
}

.content a:hover{
	text-decoration:underline;
	color:#A2C3E9;
	font-size:12px;
}

.breadcrumb {
	text-decoration:none;
	color:#3F557C;
	font-size:16px;
}

.breadcrumb a{
	text-decoration:none;
	color:#3F557C;
	font-size:16px;
}

.breadcrumb a:hover{
	text-decoration:underline;
	color:#A2C3E9;
	font-size:16px;
}

.breadcrumb_selected {
	text-decoration:none;
	color:#3F557C;
	font-size:16px;
	font-weight:bold;
}

.breadcrumb_selected a{
	text-decoration:none;
	color:#3F557C;
	font-size:16px;
	font-weight:bold;
}

.breadcrumb_selected a:hover{
	text-decoration:underline;
	color:#A2C3E9;
	font-size:16px;
	font-weight:bold;
}


/* Tags that we want to apply the png fix to. */
img, td { 
	behavior: url(/iepngfix.htc); 
}
