 /*-- HAIDA DESIGNS WEB SITE 
 STEPHANY PRYCE - WEB PROGRAMMER
 JANUARY 2004 --*/
 
/*-- PARAGRAPH INDENT --*/
p.copy
	{
	text-indent: 25%; 
}

/*-- BLUE --*/
.blue
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #003366;
	font-weight:normal;
	background-color: none;
}
/*-- BLACK --*/
.black
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	background-color: none;
}

/*-- BLACK SMALL --*/
.blacksml
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #333333;
	background-color: none;
}

/*-- BLUE SMALL --*/
.bluesml
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #5c6c98;
	background-color: none;
}

/*-- RED --*/
.red
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #a32d20;
	background-color: none;
}

/*-- YELLOW --*/
.yellow
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #ffcc66;
	background-color: none;
}
		
/*-- WHITE --*/
.white
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #ffffff;
	background-color: none;
}
	
/*-- HORIZONTAL LINE - GRAY --*/ 
 .grayhr 
	 { color: #adabab; }


/*-- BLUE --*/
a:link
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #5c6c98;
	background-color: none;
	text-decoration: underline;}

/*-- RED --*/
a:active
	{ font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #a32d20;
	background-color: none;
	text-decoration: underline; }
	
/*-- BLUE --*/
a:visited
	{ font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #5c6c98;
	background-color: none;
	text-decoration: underline; }
	
/*-- RED --*/
a:hover
	{ font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #a32d20;  
	background-color: none;
	text-decoration: underline; }
      
/*-- BACKGROUND IMAGE --*/  
.dottedbg
    { background-image: url(../images/dot_td_bckg.gif);
      background-repeat: repeat; } 
	  
/*-- BACKGROUND IMAGE --*/  
.background
    { background-image: url(../images/cover_bg.gif);
      background-repeat: repeat; }  







