h1 {
	Font-Family: Times New Roman;
	display: block;
	border-bottom: 1px solid Red;
	text-align: center;
	text-transform: uppercase;
	color: #DC143C;
	font-size: 24pt;
}

h2 {
	Font-Family: Times New Roman;
	font-size: 18pt;
}

h3 {
	Font-Family: Times New Roman;
	font-size: 14pt;
}

h4 {
	Font-Family: Times New Roman;
	font-size: 12pt;
}

h5 {
	Font-Family: Times New Roman;
	font-size: 10pt;
}

h6 {
	Font-Family: Times New Roman;
	font-size: 8pt;
}

sub{
	border-bottom: 1px solid Blue;
	text-align: left;
	display: block;
	color: Gray;
	font-size: x-small;
}

sup {
	font-size: smaller;
	display : block;	
}


i {
	Font-Family: Times New Roman;
	Font-size: 11pt;
}

A.menu{
	color: #0080FF;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
a.menu:hover {
	background-color: Yellow;
}

a:link {
	color: #6495ED;
}

a:active {
	color: Fuchsia;
}

a:hover {
	color: RED;
}

a:visited {

}

a {
	color : #0080FF;
	Text-decoration: none;
}

p {
	Text-align: justify;
	text-indent : 22px;
}

p:first-letter {
	color: Red;
	font-weight: bold;
}

pre {
	Font-Family: MS Sans Serif;
	Text-indent: 22;
}

ul {
	Margin-top: 0;
	Margin-bottom: 0;
	LIST-STYLE-TYPE: DISC;
	color: Red;
}

li {
	Font-Family: MS Sans Serif;
	Font-size: 10pt;
}

table {
	Font-Family: MS Sans Serif;
	Font-size: x-small;
}

caption {
	font-size: 16pt;
	color: Maroon;
	font-family: "Times New Roman", Times, serif;
	text-transform : uppercase;
}

TH {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #0080FF;
}

td {
	Text-align: left;
	MARGIN:6;
	VERTICAL-ALIGN:"TOP";
}

BODY {
	Font-Family: MS Sans Serif;
	Font-size: x-small;
	SCROLLBAR-FACE-COLOR: #AAAAAA;
	SCROLLBAR-HIGHLIGHT-COLOR: WHITE;
	SCROLLBAR-SHADOW-COLOR: BLACK;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #DDDDDD;
	COLOR: Black;
}

span.whitecolored {
	color: WHITE;
}

span.blackcolored {
	color : Black;
}

span.blackcoloredu {
	border-bottom : 1px solid Red;
	color : Black;
}

span.graycolored {
   color: #555555;
}

span.redcolored {
   color: RED;
}

span.greencolored {
   color: #00AA00 
}

span.bluecolored {
   color: #0080FF 
}

span.bluecoloredu {
   border-bottom : 1px solid Red;
   color: #0080FF 
}

span.yellowcolored {
color: #cccc00 
}

select {
	BackGround-color: #FFFFCC;
	width : auto;
}

div {
	background: White;
	font-size: x-small;
}
