.Content {
	font-family: Tahoma;
	font-size: 10pt;
	color: #555555;
	text-decoration: none;
}
.TitleNonBold {
	font-family: Tahoma;
	font-size: 10pt;
	//color: #DB560E;
	color: #0000C4;
	text-decoration: none;
}
.Title {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	//color: #DB560E;
	color: #0000C4;
	text-decoration: none;
}
.TitleLink {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	//color: #DB560E;
	color: #0000C4;
	text-decoration: underline;

}
.Link {
	font-family: Tahoma;
	font-size: 10pt;
	color: #4168A0;
	text-decoration: underline;
}
.LinkPlain {
	font-family: Tahoma;
	font-size: 10pt;
	color: #4168A0;
	text-decoration: none;
}
.LinkPlainBold {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #4168A0;
	text-decoration: none;
}
.Separator1 {
	margin:10px;
	width:90%;
	background-image:url('../graphics/separator1.jpg');
	background-repeat:repeat-x;
}
.Separator2 {
	margin:10px;
	width:90%;
	background-image:url('../graphics/separator2.jpg');
	background-repeat:repeat-x;
}
