	.text
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 13px;
	color : #000000;
	line-height : 16px;
	}

	.texthome
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 13px;
	color : #666600;
	line-height : 19px;
	}

	.loginheader
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 13px;
 	font-weight : bold;
	color : #CC6600;
	line-height : 16px;
	}

	.login
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #CC6600;
	line-height : 16px;
	}

	.userprofilename
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
 	font-weight : bold;
	color : #663300;
	line-height : 16px;
	}

	.userprofile
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #996600;
	line-height : 16px;
	}

	.pulloutheader
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 13px;
 	font-weight : bold;
	color : #CC6000;
	line-height : 16px;
	}

	.pullouttext
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #2B291C;
	line-height : 16px;
	}

	.sampleclipheader
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
 	font-weight : bold;
	color : #CC6000;
	line-height : 16px;
	}

	.samplecliptext
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #2B291C;
	line-height : 16px;
	}

	.sampleclipbackground
	{
	background-image: url(images/home_strip_background2.jpg);
	/* Note: Make URL Absolute for Navigator 4 compatibility*/
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}

	.header
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 19px;
	color : #CC6600;
	line-height : 16px;
	}
	
	.header2
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 14px;
 	font-weight : bold;
	color : #ff9900;
	line-height : 100%;
	}


/* LINKS CUSTOM */

	.login A
	{
 	color : #CC6000;
	text-decoration : underline;
	}
	
	.login A:hover
	{
 	color : #CC6000;
	text-decoration : underline;
	}

	.userprofile A
	{
 	color : #996600;
	text-decoration : underline;
	}
	
	.userprofile A:hover
	{
 	color : #333333;
	text-decoration : underline;
	}

	.pullouttext A
	{
 	color : #CC6000;
	text-decoration : underline;
	}
	
	.pullouttext A:hover
	{
 	color : #333333;
	text-decoration : underline;
	}

	.samplecliptext A
	{
 	color : #CC6000;
	text-decoration : underline;
	}
	
	.samplecliptext A:hover
	{
 	color : #333333;
	text-decoration : underline;
	}



/* LINKS DEFAULT */
	
	A
	{
 	font-weight : none;
 	color : #3300cc;
	}
	
	A:hover
	{
 	color : #000066;
	text-decoration : underline;
	}
	
