body,p,td,td.p{
	color : #CCCCCC;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 13px;
}

body{
	background-attachment: scroll;
}

.t0, .t1, .t2, .t3, .t4 {
	color : #CCCCCC;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 13px;
	font-style : normal;
}

.t0{
	/* this style is used for the page title graphic and/or text */
	/* it is not offered as a selection within the editing interface */
	font-size : 17px;
	font-weight : bold;
	color: #CCCCCC;
}

.t1{
	font-size : 15px;
	font-weight : bold;
	color: #CCCCCC;
}

.t2{
	font-size : 15px;
	color: #CCCCCC;
}

.t3{
	font-size : 13px;
	color: #CCCCCC;
}

.t4{
	font-size : 9px;
	color: #CCCCCC;
}

.caption {
	font-size : 9px;
	color: #CCCCCC;
}

a, a:visited {
	/* default link style */
	color : #999999;
	font-weight : bold;
	text-decoration : underline;
}

a:active {
	/* link style when activated/selected */
	color : #999999;
	font-weight : bold;
	text-decoration : underline;
}

a:hover, a.t1:hover, a.t2:hover, a.t3:hover, a.t4:hover {
	color : #999999;
	font-weight : bold;
	text-decoration : underline;
}


.r1 {
	background-color: #59483B;
}

/* ------ custom  background styles -------*/

.artists {
	background: url(../graphics/apt2002/backgrounds/artists.jpg);
	background-repeat: no-repeat;
	background-color: #242424;
}

.education {
	background: url(../graphics/apt2002/backgrounds/education.jpg);
	background-repeat: no-repeat;
	background-color: #010E1F;
}

.events {
	background: url(../graphics/apt2002/backgrounds/events.jpg);
	background-repeat: no-repeat;
	background-color: #665345;
}

.feedback {
	background: url(../graphics/apt2002/backgrounds/feedback.jpg);
	background-repeat: no-repeat;
	background-color: #514E49;
}

.home {
	background: url(../graphics/apt2002/backgrounds/home.jpg);
	background-repeat: no-repeat;
	background-color: #5C0248;
}

.intro {
	background: url(../graphics/apt2002/backgrounds/intro.jpg);
	background-repeat: no-repeat;
	background-color: #004952;
}

.kids {
	background: url(../graphics/apt2002/backgrounds/kids.jpg);
	background-repeat: no-repeat;
	background-color: #EA3F8F;
}

.sponsors {
	background: url(../graphics/apt2002/backgrounds/sponsors.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

textarea.t0, textarea.t1, textarea.t2, textarea.t3, textarea.t4, input.caption {
	color: #000000;
	background-color: #FFFFFF;
}

