/*
Title:      freindsofcsa.org master styles
Author:     Steve Shuman, sshuman@flourishagency.com
Modified:   Nick DiGiorgio, n_digiorgio@hotmail.com
Updated:    November, 27, 2006
*/

/*Common Elements */

body	{
	color: #666;
	background: #808080 url('http://www.clevelandschoolofthearts.org/images/bg2.gif') repeat-y 50% 0; 
	font-size: 9px;
	margin: 0; 
	padding: 0
	}
	
img {
	display: block;
	border: 1px none;
	}
	
a:link {
	text-decoration: underline;
	color: #000080;
	background: 
	}

a:visited {
	text-decoration : underline;
	color: #000080;
	background: ; 
	}

a:hover	{ 
	color: #FF9933;
	text-decoration: none
	}

a:active {
	text-decoration : none;
	color: #FFFF00;
	background: ;  
	}
	
p, td, li, ul, ol, h2, h3, h4, h5, h6	{
	font-family: frutiger, arial, verdana, helvetica, sans-serif;
	}
	
strong	{
	font-size: 10px;
	font-weight: bold;
	color: #333;
	}
	
h1	{
	font-family: frutiger, arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	color: #000080;
	font-weight: bold;
	margin: 14px 155px 0 14px;
	}
	
h2	{
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 14px 14px 0 14px;
	}	

h3	{
	font-weight: normal;
	font-size: 10px;
	color: #ccc;
	margin: 14px 0 14px 0;
	}
	
h4	{
	font-weight: bold;
	color: #666;
	margin: 14px 28px 0 14px;
	font-size: 12px;
	}
	
h4 a	{
	font-weight: bold;
	color: #000;
	margin: 14px 28px 0 14px;
	font-size: 12px;
	}
	
h5	{
	font-weight: normal;
	color: #666;
	margin: 14px 0 14px 0;
	font-size: 12px;
	}
	
#support img	{
	margin: 0px 22px 0px 0;
	}

div#legal h3	{
	color: #39c
	}
	
div#legal a:link	{
	color: #39c
	}
	
div#legal a:hover	{
	color: #000
	}