
BODY {
	background-color : Blue;
	background : url(Graphics/bluebg.jpg);
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 4px;
	scrollbar-3dlight-color : Silver;
	scrollbar-arrow-color : Silver;
	scrollbar-base-color : Blue;
	scrollbar-darkshadow-color : Navy;
	scrollbar-face-color : Blue;
	scrollbar-highlight-color : Silver;
	scrollbar-shadow-color : #8A2BE2;
	scrollbar-track-color : #6495ED;
}
SMALL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : lighter;
	}
INPUT {
	border : thick outset #6495ED;
	font-family : "Arial";
	font-weight : normal;
	font-size : 10pt;
	background : white;
	color : black;
}
.START {
	font-family : "Arial";
	background : blue;
	font-weight : normal;
	font-size : 10pt;
	color : white;
}
A {
	font-family : "Arial";
	color : Black;
	font-weight : normal;
	font-size : 10pt;
}
A:LINK {
	font-family : "Arial";
	color : Black;
	font-weight : normal;
	font-size : 10pt;
}
A:VISITED {
	font-family : "Arial";
	color : #000000;
	font-weight : normal;
	font-size : 10pt;
}
A:HOVER {
	font-family : "Arial";
	font-weight : normal;
	font-size : 10pt;
	color : #0000ff;
}
TD {
	font-family : "Arial";
	font-weight : normal;
	font-size : 10pt;
	color : Black;
}
TH {
	font-family : "Arial";
	font-weight : bold;
	font-size : 10pt;
	color : Black;
	} 
STRONG {
	font-family : "Arial";
	font-weight : bold;
	font-size : 14pt;
	color : #000000;
}
.papertop {
	background-image: url(Graphics/paper_top.jpg);
	background-repeat: repeat-x;
	}
.paperbottom {
	background-image: url(Graphics/paper_bottom.jpg);
	background-repeat: repeat-x;
	}
.paperleft {
	background-image: url(Graphics/paper_left.jpg);
	background-repeat: repeat-y;
}
.paperright {
	background-image: url(Graphics/paper_right.jpg);
	background-repeat: repeat-y;
}
.paragraphtop {
	background-image: url(Graphics/paragraph_top.jpg);
	background-repeat: repeat-x;
}
.paragraphbottom {
	background-image: url(Graphics/paragraph_bottom.jpg);
	background-repeat: repeat-x;
}
.paragraphleft {
	background-image: url(Graphics/paragraph_left.jpg);
	background-repeat: repeat-y;
}
.paragraphright {
	background-image: url(Graphics/paragraph_right.jpg);
	background-repeat: repeat-y;
}
li {
	list-style-image : url(Graphics/dot.gif);
	
}
.strike {
text-decoration: line-through;
}

