/* Data Entry Forms */
body.entryForm
{
	background-color: #d5e3ff;
	/*background-image: url(dilbert2003073163221.gif);*/
	background-position: 0,0;
	background-repeat:no-repeat;
	font-family: verdana;
	
}

.entryForm A
{
	font-family: verdana;
	font-size: 8pt;
	color:Blue;
	text-decoration:none;	
}
.entryForm A:hover
{
	font-family: verdana;
	font-size: 8pt;
	color:red;
	text-decoration:none;	
}
.entryForm A:link
{
	font-family: verdana;
	font-size: 8pt;
	color:blue;
	text-decoration:none;	
}
.entryForm A:visited
{
	font-family: verdana;
	font-size: 8pt;
	color:blue;
	text-decoration:none;	
}
.entryForm A:active
{
	font-family: verdana;
	font-size: 8pt;
	color:blue;
	text-decoration:none;	
}

.entryForm td
{
	font-family: verdana;
	font-size: 8pt;
	color:Blue;	
}

.entryForm h1
{
	font-family: verdana;
	font-size: 14pt;
	color: blue;
}

.entryForm h2
{
	font-family: verdana;
	font-size: 12pt;
	color: blue;
}

.entryForm h3
{
	font-family: verdana;
	font-size: 10pt;
	color: blue;
}
.entryForm p
{
	font-family: verdana;
	font-size: 8pt;
	color: blue;
}

td.entryFormDetail
{
	font-family: verdana;
	font-size: 8pt;
	color:Black;	
}

/* Fancy Text Boxes */
.NumericText
{	FONT-SIZE: 8pt;
	COLOR: black; 
	FONT-FAMILY:verdana;
	TEXT-ALIGN: right;
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid; 
	BORDER-LEFT: gray 1px solid; 
	BORDER-BOTTOM: gray 1px solid;
}
.LeftText
{	FONT-SIZE: 8pt;
	COLOR: black; 
	FONT-FAMILY: verdana; 
	TEXT-ALIGN: left;
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid; 
	BORDER-LEFT: gray 1px solid; 
	BORDER-BOTTOM: gray 1px solid;
}
.CenterText
{	FONT-SIZE: 8pt;
	COLOR: black; 
	FONT-FAMILY: verdana;
	TEXT-ALIGN:center;
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid; 
	BORDER-LEFT: gray 1px solid; 
	BORDER-BOTTOM: gray 1px solid;
}

/* Ads */

.AdHeader
{
	TEXT-ALIGN: center; FONT-SIZE: 14pt; color:blue; FONT-FAMILY: 'Comic Sans MS'; font-weight:bold;
}
.AdTitle
{
	TEXT-ALIGN: center; FONT-SIZE: 12pt; color:blue; FONT-FAMILY: 'Comic Sans MS'; font-weight:bold;
}

.AdDescription
{
	FONT-SIZE: 10pt;
	COLOR: blue; 
	FONT-FAMILY: verdana;
	TEXT-ALIGN:center;
	
}

.AdContact
{
	FONT-SIZE: 10pt;
	COLOR: blue; 
	FONT-FAMILY: verdana;
	TEXT-ALIGN:center;
	font-weight:bold;
}

.AdUpdated
{
	FONT-SIZE: 8pt;
	COLOR: black; 
	FONT-FAMILY: verdana;
	TEXT-ALIGN:center;
	font-style:italic;
}