BODY {
	scrollbar-face-color :Gray;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
	scrollbar-dark-shadow-color : white;
	scrollbar-arrow-color : white;
	scrollbar-base-color : white;
	scrollbar-3d-light-color : white;
	background-color : Gray;
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
	height : 100%;
	background-image : none;
}
TABLE {
	font-size : 14px;
}

HR {
	color : Black;
	height : 1px;
}
br {
	text-indent : 15pt;
}


.frame {
	width : 730px;
	height : 100%;
}

.content {
	background-color : Silver;
	font-family : "Courier New", Courier, monospace;
	font-size : 16px;
	text-align : left;
	border-top-width : 1px;
	border-top-style : double;
	border-color : White;
	border-bottom-style : double;
	border-bottom-width : 1px;
}
.main {
	font-size : 14px;
	text-align : justify;
	font-weight : normal;
	color : Gray;
	background-color : White;
	width : 570px;
	font-family : "Courier New", Courier, monospace;
}
.logo {
	background-color : White;
	width : 700;
}

.content A:link {
	COLOR: White;
	TEXT-DECORATION: none
}
.content A:active {
	COLOR: White;
	TEXT-DECORATION: none
}
.content A:visited {
	COLOR: Gray;
	TEXT-DECORATION: none
}
.content A:HOVER{
	text-decoration : none;
	color : White;
	font-weight : normal;
}
.copyright {
	FONT-SIZE: 11px;
	COLOR: Gray;
	FONT-FAMILY: "Courier New", Courier, monospace;
	TEXT-DECORATION: none;
	width : 730px;
	text-align : right;
}

.string {
	color: Gray;
	background-color : Silver;
	font-size : small;
	font-family : "Courier New", Courier, monospace;
	border : 1 solid gray;
	font : 14px;
	width : 800;
}

P {
	text-indent : 15pt;
}

.line {
	text-decoration : underline;
}
H1{
	font-size : 26px;
}
H2{
	font-size : 22px;
}
H3{
	font-size : 18px;
}
H4{
	font-size : 14px;
}
H5{
	font-size : 10px;
}
H6{
	font-size : 8px;
}

A:VISITED {
	color : Silver;
}
A:LINK {
	color : Blue;
}
A:ACTIVE {
	color : Silver;
}
A:HOVER {
	font-weight : bold;
}
