﻿
	a:link { text-decoration: none; font-weight: bold; color: #0000FF; }
	a:visited { text-decoration: none; font-weight: bold; color: #0000FF; }
	a:hover { text-decoration: none; font-weight: bold; }
	a:active { text-decoration: none; font-weight: bold; }
	a:focus { text-decoration: none; font-weight: bold; } 

.Background {
	background-color: silver;
	font-family: Arial;
	font-size: small;
	text-align: justify;
}
.BackgroundBlue {
	background-color: #161572;
	font-family: Arial;
	font-size: small;
}
.TableGrid {
	font-size: small;
	font-weight: bold;
	border: thin #161572 solid;
}
.TableGrid td {
	border-bottom: thin #161572 solid;
	border-top: thin #161572 solid;
	border-left: thin #161572 solid;
	border-right: thin #161572 solid;
}
.NonTableGrid {
	font-size: small;
	font-weight: bold;
	border: thin silver solid;
}
.NonTableGrid td {
	border-bottom: thin silver solid;
	border-top: thin silver solid;
	border-left: thin silver solid;
	border-right: thin silver solid;
}
.CellOne {
	color: white;
	background-color: #161572;
	font-size: small;
	font-weight: bold;
	padding-left: 5px;
}
.CellTwo {
	border-bottom: 2px solid #161572;
}
.PicBorderWhite {
	border: thin white solid;
}
.PicBorderBlack {
	border: thin black solid;
}

.PicBorderSolid180 {
	border: thin black solid;
	width: 180px;
}
.PicBorderSolid250 {
	border: thin black solid;
	width: 250px;
}
.PicBorderSolid400 {
	border: thin black solid;
	width: 400px;
}
.XSmall {
	font-size: x-small;
}
.XSmallBold {
	font-size: small;
	font-weight: bold;
}
.Small {
	font-size: small;
}
.SmallBold {
	font-size: small;
	font-weight: bold;
}
.SmallJustify {
	font-size: small;
	text-align: justify;
}
.Medium {
	font-size: medium;
}
.MediumBold {
	font-size: medium;
	font-weight: bold;
}
.MediumBoldJustify {
	font-size: medium;
	font-weight: bold;
	text-align: justify;
}
.Large {
	font-size: large;
}
.LargeBold {
	font-size: large; 
	font-weight: bold;
}
