body 
{
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}

h1
{
	font-size: medium;

}
a:link 
{
	text-decoration: none;
	color: #BA466B;
}

a:visited 
{
	text-decoration: none;
	color: #BA466B;
}

a:hover 
{
	text-decoration: underline;
	color: #BA466B;
}

a:active 
{
	text-decoration: none;
	color: #BA466B;
}

#main
{
	clear: both;
	height: auto;
	width: 800px;
	margin: auto;
	text-align:left;
}

#picblock
{
	height: 275px;

}
.bold
{
	font-weight: bold;
}

.small
{
	font-size: small;
}

.left
{
	text-align: left;
	background-position: left;
}
.floatleft
{
	float: left;	
}

.floatright
{
	float: right;	
}


.center
{
	text-align: center;
}

.purple
{
	color: #BA466B;	
}

.smaller
{
	font-size: smaller;
}

.white
{
	color: #FFFFFF;
}

.grey
{
	color: #999999;	
}

.darkgrey
{
	color: #80807e;	
}

.black
{
	color: #000000;
}

.justify
{
	text-align: justify;	
}

.bleuchine
{
	color: #1E4584;

}
.bodytext
{
	line-height: 120%;
	text-align: justify;
	background-position: left;
}
.rightbox
{
	clear: right;
	float: right;
}
.leftbox
{
	float: left;
	clear: left;
}

.clearright
{
	clear: right
}

.clearleft
{
	clear: left
}

.clearboth
{
	clear: both;
}

.fiveeighths
{
	width: 500px;
}

.inline
{
	display: inline;
}

.aligntextleft{
	text-align: left;
	display: inline;
}

.artist{
	text-align: justify;	
}

.bground_black{
	background-color: #000000;
}

.column
{
	width: 395px;
	color: #04558D;
}

#footer
{
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	width: 800px;
	margin: auto;
	text-align:left;
}
