A:link	{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#567E9E
		}

A:visited{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#567E9E
		}

A:hover	{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#000000
		}
		
BODY{
			background-color:	white;
	 }

.cpageheader	{
					font-size	:	18px;
					font-weight	:	normal;
					color		:	#567E9E;
				}
.cboldtext	{
				font-weight	:	bold;
			}
			
.cpagetext
	{
		font-family: Verdana;
		font-size: 11px;
		line-height: 14px;
		padding-bottom: 8px;
	}
	
.ctext
	{
		font-family: Verdana;
		font-size: 11px;
		line-height: 14px;
		padding-bottom: 4px;
	}
