
a { color: #994C9F; }
a:hover { color: #994C9F; }

h1 { color: #994C9F; }
h2 { color: #994C9F; }
h3 { color: #994C9F; }
h4 { color: #994C9F; }
h5 { color: #994C9F; }
h6 { color: #994C9F; }

.PageContainer { 
	border: 1px solid #994C9F; 
}

.NavigatorContainer { 
	background: #994C9F;
}
.PageHeader {
	background: white url('images/bg_top.gif') no-repeat 0 -27px;
}

.PageFooter {
	background: #fff url('images/bg_bottom.gif') no-repeat;
}
.PageFooterBottom {
	background: #994C9F url('images/bg_bottom.gif') no-repeat;
}

.MainPage .NewsContainer {
	border-left: 1px solid #994C9F;
}

.Diary .DiaryDateInput {
	color: #994C9F;
}

.DropMenu li {
	border-top-color: #994C9F;
}
.DropMenu li ul {
	border-color: #994C9F;
}
.DropMenu li a:hover, .DropMenu a.parent:hover {
	background-color: #994C9F;
}

.DropMenu li ul a {
	color: #994C9F
}
