H1 {
	font-size : x-large;
	font-weight : 900;
	font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
	color : #A81818;
	margin-bottom : 0%;
	margin-top : 0%;
}

H2 {
	font : bold large Comic Sans MS, Arial, Helvetica, sans-serif;
	color : #A81818;
	margin-bottom : 0%;
}

H3 {
	font : bold medium Comic Sans MS, Arial, Helvetica, sans-serif;
	color : #A81818;
	margin-bottom : 0%;
}

H4 {
	font : bold small Comic Sans MS, Arial, Helvetica, sans-serif;
	color : #A81818;
	margin-bottom : 0%;
}
BODY {
	font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size : x-small;
	background-color : #EFEFEF;
	background-image : url(back.jpg);
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: #EFEFEF;
	scrollbar-face-color: #A81818;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
}

TABLE.toc{
	font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
	}
	
TD.toc {
	font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : x-small;
	background : #A81818;
	text-align : center;
	color : White;
	border-right: inset #4E0E0E;
	border-bottom : inset #4E0E0E;
	border-left : outset #E55353;
	border-top : outset #E55353;
	font-size : smaller;
	font-weight : bold;
	padding: 1px;
}

A:LINK.toc {
	color : White;
	text-decoration : none;
	}

A:VISITED.toc {
	color : #D9D9D9;
	text-decoration : none;
}

A:ACTIVE.toc {
	color : #FFFF00;
	text-decoration : underline;
}

A:HOVER.toc {
	color : #FFFF00;
	text-decoration : underline;
}

TABLE.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

TD {
	font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

}
BLOCKQUOTE {
	font-family : Times New Roman, serif;
	font-size : small;
}

.caption {
	font-family : Times New Roman, serif;
	font-size : x-small;
	font-style: italic;
}

.right {
	text-align: right;
}