BODY,  {
	background-color : #FFFFFF;
	margin : 0px;
}

BODY, TD, DIV {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	color : #4B4B4B;
}

BLOCKQUOTE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : bold;
	color : #4B4B4B;
}

A:HOVER {
	color : #330099;
	text-decoration : none;
}

A {
	color : #ffcc00;
	text-decoration : none;
}

H1 {
	font-size : 23px;
	font-weight : normal;
}

H2 {
	font-size : 19px;
	font-weight : normal;
}

H3 {
	font-size : 15px;
}

OL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #006699;
}

/* ArtistGallery text */
.ag {
	font-weight : bold;
}

/* next two for the sneak-a-peak at docs/interfaces */
.caution {
	color : #FF0000;
}

.info {
	color : #0000CD;
}


.border {
	border : 1px solid #000000;
}

P.content {
	margin-left : 30px;
}


/* used for the breadcrumb links and breadcrumb title */
.breadtitle {
	font-weight : bold;
}

.breadcrumb {
	font-weight : normal;
}

A.breadcrumb:LINK {
	color : #797ABB; 
/*	font-weight : bold;*/
}

A.breadcrumb:VISITED {
	color : #797ABB;
/*	font-weight : bold;*/
	text-decoration : none;
}

A.breadcrumb:HOVER {
	color : #FFFFFF;
	text-decoration : none;
	background-color : #9999CC;
}

A.breadcrumb:ACTIVE {
	color : #808080;
}