/*
<WebFramework>
	<FilePath>/Modules/Andon/CSS/AndonWeb.css</FilePath>
	<Description>This module shows an image center screen specified by the FileName variable. 
		The value of FileName is intended to be path to the image generated by the I/Gear Andon Datalink.</Description>
	<Version Major="5.1" Minor="0" Revision="0" Date="8/10/2005">
		<Revision Date="4/26/2005" Name="Sean Pardue" Major="5.0" Minor="0" Revision="0">Creation</Revision>
		<Revision Date="8/10/2005" Major="5.1" Minor="0" Revision="0" Name="Version Utility">Major and Minor revisions automatically set by utility.</Revision>
	</Version>
</WebFramework>
*/
BODY
{    
    FONT-SIZE: xx-small;    
    FONT-FAMILY: Verdana;
}

TD
{
	FONT-SIZE: xx-small;    
    FONT-FAMILY: Verdana;
}

TH
{
	FONT-SIZE: x-small;    
    FONT-FAMILY: Verdana;
}

#tblImg
{
	display: block;
}

TD.ProfileNumber
{
	font-size:xx-large;
	font-family:Verdana;
	font-weight:bold;
	width:38%;
	text-align:center;
}

TD.ProfileName
{
	font-size:medium;
	font-family:Verdana;
	font-weight:bold;
	width:62%;
}

TD.ProfileOther
{
	font-size:x-small;
	font-family:Verdana;
}

DIV.Headline
{
	font-size:small;
	font-family:Verdana;
	font-weight:bold;
	color:#0A3502;
	text-decoration:none;
}

a.Link
{
	font-size:xx-small;
	font-family:Verdana;
	font-weight:bold;
	color:#0A3502;
	text-decoration:none;
}