A:link	{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#C00909
		}

A:visited{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#C00909
		}

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;
			}

.cpagetitle
	{
		font-family	: 	Verdana;
		font-size	: 	12pt;
		font-weight	:	bold;
		color		:	#C00909
	}

.cpagetitlesmall
	{
		font-family	: 	Verdana;
		font-size	: 	9pt;
		font-weight	:	bold;
		color		:	#C00909
	}

.cpagebar
	{
		background-color	:	#EEEEEE;
		color				:	#000000;
		border				: 	1px solid black;
	}
		
.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;
	}
	
/* footer link colors */
A.cfooter:link
		{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#FFFFFF
		}

A.cfooter:visited
		{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#FFFFFF
		}

A.cfooter:hover
		{
			text-decoration	:	underline;
			font-weight		:	bold;
			font-family		:	Verdana;
			color			:	#000000
		}