﻿BODY {
	MARGIN: 0px 5px 0px 0px;
	COLOR: darkslategray;
	FONT-FAMILY: Times New Roman;
	BACKGROUND-COLOR: white;
	TEXT-DECORATION: none;
}
BODY A:link {
	COLOR: royalblue;
	FONT-FAMILY: 'Times New Roman';
	TEXT-DECORATION: none;
}
BODY A:active {
	COLOR: royalblue;
	FONT-FAMILY: 'Times New Roman';
	TEXT-DECORATION: none;
}
BODY A:visited {
	COLOR: royalblue;
	FONT-FAMILY: 'Times New Roman';
	TEXT-DECORATION: none;
}
BODY A:hover {
	FONT-WEIGHT: bolder;
	COLOR: red;
	FONT-FAMILY: Times New Roman;
	TEXT-DECORATION: underline;
}
.Table {
	border: 1px outset #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 95%;

}

.TableNoBorder {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 95%;

}
.TableSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 40%;

}


.HeaderCell {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3333FF;
	text-align: center;
	border-left-style: none;
	border-right: .75pt solid gray;
	border-top-style: none;
	border-bottom: .75pt solid gray;

}

.Cell {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: darkslategray;
	background-color: white;
	border-left-style: none;
	border-right: .75pt solid gray;
	border-top-style: none;
	border-bottom: .75pt solid gray;
	text-align:left;
	

}

.CellTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: red;
	background-color: white;
	border-left-style: none;
	border-right: .75pt solid gray;
	border-top-style: none;
	border-bottom: .75pt solid gray;
	text-align:center;
	

}

.CellR {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: darkslategray;
	background-color: white;
	border-left-style: none;
	border-top-style: none;
	border-bottom: .75pt solid gray;
	text-align:left;

}

.CellNoBorder {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: darkslategray;
	background-color: white;
	text-align: left;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}

.CellFlag {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: darkslategray;
	background-color: white;
	text-align: right;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
