@charset "ISO-8859-1";

a {
	color: #9966FF;
}
h1  {
	color: #6633cc;
}

h2 {
	color: #B8A6D0;
}
strong {
	color: #B8A6D0;
}
th {
	text-align: right;
}
td .alt1{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6600cc;
}
td .alt2{
	background-color: #6600CC;
	color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #9933FF;
}
#content {	
	background-image: url(bottom_motif.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav {	
	background: transparent url('logo.jpg') no-repeat scroll top left;
}
#boxed {
	background-color: #6600CC;
}
.borderleft  {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9900FF;
}
#boxed  a {
	color: #9999CC;
}
#boxed  a:hover, #boxed a:active {
	color: #ffffff;
}
.nav_header {
	background-image: url(nav_bullet.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #B8A6D0;
}
.nav_link a:hover, .nav_link a:active {
	color: #6633cc;
}
.bordered  {
	border-left: solid #6633cc 10px;
	border-right: solid #6633cc 10px;
}
.quote {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6600FF;
	border-left-color: #6600FF;
}