.Blue {
	color: #0077C0;
}
.Indent {
	padding-left: 20px;
}
.Green {
	color: #009E4D;
}
.Red {
	color: #ED171F;
}
A {
	background-color : transparent;
	color : #0077C0;
}
A:Hover {
	background-color : transparent;
	color: #308010;
}
A.White {
	background-color : transparent;
	color : #ffffff;
}
A.White:Hover {
	background-color : transparent;
	color: #ffd800;
}
A.Button {
	background-color : #2060A0;
	border-bottom-color: #004080;
	border-left-color: #4080C0;
	border-right-color: #004080;
	border-style : solid;
	border-top-color: #4080C0;
	border-width: 3px;
	color: #ffffff;
	font-family : Tahoma, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align : left;
	text-decoration: none;
}
A.Button:Hover {
	background-color : #80c040;
	border-bottom-color: #60A020;
	border-left-color: #A0E060;
	border-right-color: #60A020;
	border-top-color: #A0E060;
	color: #ffffff;	
}

INPUT.Buy {
	background-color : #2060A0;
	border-bottom-color: #004080;
	border-left-color: #4080C0;
	border-right-color: #004080;
	color: #ffffff;
}

A.SidebarL1 {
	background-color : #0077c0;
	color: #ffffff;
	display: block;
	font-family : Tahoma, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 2px;
	text-align : left;
	text-decoration: none;
	width: 140px;
}
A.SidebarL1:Hover {
	background-color : #0077c0;
	color: #FFD520;
}
A.SidebarL1Active {
	background-color : #009E4D;
	color: #ffffff;
	display: block;
	font-family : Tahoma, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 2px;
	text-align : left;
	text-decoration: none;
	width: 140px;
}
A.SidebarL1Active:Hover {
	background-color : #009E4D;
	color: #FFD520;
}

A.SidebarL2 {
	background-color : #0077c0;
	color: #ffffff;
	display: block;
	font-family : Tahoma, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 2px;
	text-align : left;
	text-decoration: none;
	width: 120px;
}
A.SidebarL2:Hover {
	background-color : #0077c0;
	color: #FFD520;
}
A.SidebarL2Active {
	background-color :  #009E4D;
	color: #ffffff;
	display: block;
	font-family : Tahoma, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 2px;
	text-align : left;
	text-decoration: none;
	width: 120px;
}
A.SidebarL2Active:Hover {
	background-color : #009E4D;
	color: #FFD520;
}

A.SidebarL2 {
	background-color : #0077c0;
	color: #ffffff;
	display: block;
	font-family : Tahoma, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 2px;
	text-align : left;
	text-decoration: none;
	width: 100px;
}
A.SidebarL2:Hover {
	background-color : #0077c0;
	color: #FFD520;
}
A.SidebarL2Active {
	background-color :  #009E4D;
	color: #ffffff;
	display: block;
	font-family : Tahoma, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 2px;
	text-align : left;
	text-decoration: none;
	width: 100px;
}
A.SidebarL2Active:Hover {
	background-color : #009E4D;
	color: #FFD520;
}

A.TopBar {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.TopBar:Hover {
	color: #ffffff;
	text-decoration: underline;
}

BODY {	
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}
H1 {
	color: #0077CC;
	font-size: 130%;
}
H2	{
	color: #009E4D;
	font-size: 115%;
}
H3 {
	font-weight: bold;
	font-size: 100%;
}
HR.Story {
	margin-top: 15px;
	margin-bottom: 0px;
}
P.Footer {
	font-size:75%;
	text-align : center;
}
TABLE.Indent {
	margin-left: 20px;
	margin-bottom:20px;
}
TD {
	font-size: 90%;
}
TD.Header {
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
	vertical-align : top;
	width: 150px;
}
TD.Date {
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	vertical-align : top;
	width: 75px;
}