/*  This is the new and improved style sheet, 1/12/2005 */
/*  It is based on "fixed font sizes" rather than relative sizes */
/*  This requires more modification if sizes are to be changed, but */
/*  allows classes to be nested without compounding effects  */

/* ".name" is used to establish classes, preferred over IDs */
/* "#name" is used to establish IDs.  There should only be one */
/* reference to an ID on a page, but there may be many */
/* references to a class on a page */

.Main {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
	text-align: justify;
	/*border-style:solid; */
	/*border-color:black; */
	/*border-width: 1px;  */
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: blue;
	text-align: center;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: blue;
}
a:link{
	color:blue;
}
a:visited{
	color:blue;
}
.InheritTheFont {
	font: inherit;
}
.Fill {
	text-align: justify;
}
.StandardFill {
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.MainHeader {
	font-size: 20pt;
	text-align: center;
	color: blue;
	font-style: bold;
}
.TableBorders{
	border-style:solid;
	border-width:1px;
	border-color: black;
	font:inherit;
	font-size: inherit;
}
.TableNoBorders{
	border-style:none;
	border-width:0px;
	font:inherit;
	font-size: inherit;
}
.LinkStyle {
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	color: blue;
	border-style: solid;
	border-width:1px;
	border-color: black;
}
.LinkList {
	font-size: 10pt;
	text-align: left;
	color: black;
}
.CalendarStyle {
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	margin-right: 10px;
	color: blue;
}
.CalendarList {
	font-size: 10pt;
	text-align: right;
	color: black;
}
.TimeStamp {
	font-size: 12pt;
	text-align: right;
	color: black;
	font-style: italic;
}
.TextHeader {
	font-size: 14pt;
	text-align: left;
	color: blue;
	font-style: bold;
}
.BeforeStyle {
	font-size: 12pt;
	font-style: italic;
}
.Before3 {
	font-size: 12pt;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	border-style: solid;
	border-width: 1px;
}
.BeforeIndent {
	margin-left: 30px;
}
.MyBasic {
	font-size: 10pt;
	text-align: left;
}
.LastUpdated {
	font-size: 9pt;
	font-weight: normal;
	color: black;
	text-align: center;
}
.LeftAllign {
	text-align: left;
	float: left;
}
.RightAllign {
	text-align: right;
	float: right;
}
.CenterAllign {
	text-align: center;
}
