/* Welcome to ChinatownArtsSpace style sheet! */

/* basic elements */

body 
{
	background-image: url("images/bg_grid.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

body, tr, td,th, p, div,li, ul
{
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color:#333333;
	line-height:1.5;
}

a:link {color: #E61D2E; text-decoration:underline;}
a:visited {color: #E61D2E; text-decoration:underline;}
a:active {color: #E61D2E; text-decoration:underline ;}
a:hover {color: #E61D2E; text-decoration:underline ;}

h1
{
font-size: 25px;
font-weight:bold;
}

.submenutitle
{
	color: #E61D2E;
	
}

.title
{
	color: #E61D2E;
	font-size: 24px;
	font-weight: bold;
	line-height:1.0; 
}

.maintext
{
font-size: 13px;
}

.desctext
{
font-size: 11px;
}

#menuclicked
{
	color: #E61D2E;
}

.caption {
	font-size: 10px;
	font-style: italic;
}


a:link {color: #E61D2E; text-decoration:underline;}
a:visited {color: #000000; text-decoration:underline;}
a:active {color: #E61D2E; text-decoration:underline ;}
a:hover {color: #E61D2E; text-decoration:underline ;}