body 
{
	background-color:#C6C3C6;
}
table
{
	border-spacing: 0;
	border-collapse: collapse;
}
td
{
	padding: 0;
}


.outlined,
.picturebox,
.loginbox
{
	padding: 0;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}



font.subtitle
{
	font-size: 10pt;
	color:Red;
	font-family:Arial Black;
	/*font-weight:bold;*/
}

.picturebox
{
	background-color: #0000FF;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
}

.loginbox
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
}

.redbar
{
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}


.link,
.link a:link,
.link a:visited,
.link a:active
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

.link a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}


.bodytext
{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}


.locationtable
{
	border: 2pt solid #000000;
	background-color: #FFFFFF;	
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
}

.locationtable tr
{
	height: 20px;
}

.locationtable th
{
	font-size: 10pt;
	align: center;
	background-color: #FFFF00;
	border-bottom: 2pt solid #000000;
}

.locationtable td
{
	font-family: Arial;
	font-size: 8pt;
	border: 1pt solid #000000;
	align: left;
}

tr.locationoddrow
{
	background-color: #FFFFFF;
}

tr.locationevenrow
{
	background-color: #9CCFFF
}

.locationtable a:link,
.locationtable a:visited,
.locationtable a:active
{
	text-decoration: none;
	color: #0000FF;
}

.locationtable a:hover
{
	text-decoration: underline;
	color: #FF0000;
}


.contacttable
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.contacttable tr
{
	height: 40px;
}

.contacttable td
{
	border-bottom: 1pt solid #000000;
	text-align: bottom;
}