	.smallfont { font-size:10px; }
	.mediumfont { font-size:13px; }
	.largefont { font-size:16px; }

	.filloption
	{
		cursor:pointer;
		text-decoration:underline;
	}

	.ecbblockquote 
	{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		border: red 0px dotted;
		text-align:left;
		padding:1px;
		width: 90%; 
	}
	.ecbblockquote:hover { background: white; }


	.columncontainer
	{
		margin: 0 auto;
		width: 60%;
		position:relative;
		text-align:center;
		float:middle;
		border-left:blue 1px dotted;
		border-right:blue 1px dotted;
	}

	.bbscontainer
	{
		margin: 0 auto;
		width: 60%;
		position:relative;
		text-align:left;
		float:middle;
		border-left:blue 1px dotted;
		border-right:blue 1px dotted;
	}

	.pagecontainer
	{
		margin: 0 auto;
		width: 100%;
		position:relative;
		text-align:center;
		float:left;
		border-bottom:blue 1px dotted;
		/* border:black 1px solid; */
	}

	.qblock
	{
		margin-top: 10px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		position:relative;
		text-align:left;
		float:left;
		border-bottom:blue 0px dotted;
		/* border:black 1px solid; */
	}

	.qlink
	{
		text-decoration: underline;
	}


	a:link {text-decoration: underline; color: #353F5B;}
	a:visited {text-decoration: underline; color: #353F5B;}
	a:hover, a:active { text-decoration: none; color: #353F5B; background:#ffffff; }


