/* Main Style Sheet for Teachers Pet 2005  */

/* Begin Body Type */

body	{	
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		10pt;
		font-weight:	normal;
		color:			black;
		}
table	{
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		10pt;
		font-weight:	normal;
		color:			black;
		}

/* End Body Type */

/* Begin List Type */


ol li		
		{ 
		list-style-type:	decimal;
		}
ol ol li
		{ 
		list-style-type:	lower-alpha;
		}
ol ol ol li
		{ 
		list-style-type:	lower-roman;
		}

ul li
		{
		list-style-image:	url(images/FishBullet.gif);
		}

ul ul li
		{
		list-style-image:  	url(images/dot_bullet.gif); 
		}

ul ul ul li
		{
		list-style-type:	none;
		list-style-image:  	none;
		}


/* End List Type */

/* Begin Header Type */


h1		{
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		12pt;
		font-weight:	700;
		color:			blue;
		}


/* End Header Type */

/* Begin Link Type */

a:link
		{	
		text-decoration: 	underline;
		font-weight:		normal;
		color:				#CC9900;
		background:			none;
		}	
			
		
a:active
		{
		text-decoration:  	underline;
		font-weight:		normal;
		color:				gray;
		background:			none;
		}	
		
a:hover
		{	
		text-decoration:  	underline;
		font-weight:		normal;
		color:				#FFFF99;
		background:			none;
		}

a:visited
		{	
		text-decoration: 	underline;
		font-weight:		normal;
		color:				#CC9900;
		background:			none;
		}	
	


/* End Link Type */



	

