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