@charset "iso-8859-1";
/* CSS Document */
h1 {
	font-family: Verdana;
	font-size: 18px;
	color: Black;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	font-family: Verdana;
	font-size: 16px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	color: Black;
	margin-bottom: 10px;
	margin-top: 15px;
	letter-spacing: 1px;
}

h3 {
	font-family: Verdana;
	font-size: 14px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	color: Black;
	margin-bottom: 10px;
	margin-top: 15px;
	letter-spacing: 1px;
}

p
{
	font-family: Verdana;
	font-size: 13px;
	color: Black;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}

td
{
	font-family: Verdana;
	font-size: 13px;
	color: Black;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

th
{
	font-family: Verdana;
	font-size: 13px;
	color: Black;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.TableTitle
{
	font-family: Verdana;
	font-size: 14px;
	color: White;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
}

.Anchor
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: White;
}

.ABC
{
	font-family: Verdana;
	font-size: 14px;
	color: White;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1px;
}

.ABC:hover
{
	font-weight: bold;
	text-decoration: none;
}

a
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

iframe
{	
	border: none;
}

/*
td img 
{
	display: block;
}*/

.Big
{
	font-size: 30px;
}

.StatusMsg {
	font-family: Verdana;
	font-size: 13px;
	font-style: italic;
	color: Black;
}

.ErrorMsg {
	font-family: Verdana;
	font-size: 13px;
	font-style: italic;
	color: #FF3300;
}

.Saying
{
	font-style: italic;
	text-align: center;
}

.White
{
	color: White;
}

ul
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.Confirmation
{
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}