.date { font-size: 80%; font-style: italic}
.leftside {
	background-color: #DDEEFF;
	text-align: center;
	vertical-align: top;
	font-size: 80%;
	font-weight: normal;
}
.header {
	background-color: #000099;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.main {
	background-color: #FFFFEE;
}
h3 {
	font-size: 115%;
}
body {
	font-family: "Arial"; }
	a:link { color: #0000ee }
	a:visited { color: #0000ee }
	a:active { color: #00aa00 }
	a:hover { color: #aa0000 }

h2 {
	font-size: 130%;
}
.redtext {
	color: #FF0000;
	background-color: #FFDDDD;
}
.yellback {
    background-color: #FFFF22;
}
h4 {
	font-size: 100%;
}
.Yellow_box {
	color: #AA0000;
	background-color: #FFFF00;
	border: 1px solid #FF0000;
	padding: 0px;
	font-family: "Script MT Bold";
	/* font-style: italic;*/
	margin: 0px;
}
.halfline {
    line-height: 6px;
}
.thirdline {
    line-height: 3px;
}