@charset "utf-8";
/* CSS Document */

body {
	font-size: 0.8em;
	color:#000000;
}

h1 {
font-size: large;
color: #00385E;
}

h2 {
font-size: large;
color: #000;
}


h3 {
font-size: medium;
color: #00385E;
}

h4 {
font-size: medium;
color: #000;
}

h5 {
font-size: medium;
color: #00385E;
text-decoration:underline;
}

h6 {
font-size: medium;
color: #000;
text-decoration: underline;
}

.red-text {
color:#600
}

.red-bold {
color:#600;
font-weight:bold
}

