body
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	
	scrollbar-face-color:#ffffff;
	scrollbar-base-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#888888; 
	scrollbar-darkshadow-color:#888888;
	scrollbar-arrow-color:#888888;
}

.withPadding
{
	margin-left:8px;
	margin-right:8px;
}

.withDottedBorder { background: url(images/dot.gif); }

.withDottedLine { background: url(images/doth.gif); }

.withBorder
{
	border-style:solid;
	border-color:#595959;
	border-width:1px;
}

font { font-family:verdana; }

font.bigHeader
{
	font-size:12px; 
	font-weight:bold;
	color:#003366;
}

font.smallHeader
{ 
	font-size:11px; 
	font-weight:bold;
}

font.plain
{
	font-size:10px; 
	color:#555555; 
}

font.webdings
{
	font-family:webdings;
	font-size:10px;
}

font.whiteHeader
{
	font-size:12px; 
	font-weight:bold;
	color:#ffffff;
}

font.whitePlain
{
	font-size:10px; 
	color:#ffffff;
}

p
{
	line-height:130%;
	text-align:justify;
	font-family:verdana;
	font-size:10px; 
	width:100%;
	color:#555555; 
}

p.padded { width:80%; }

a
{
	font-family:verdana; 
	font-size:10px; 
	color:#000000;
}

a.white 
{ 
	font-size:8pt; 
	color:#ffffff; 
}

a.blue { color:#003366; }

a.smallHeader
{ 
	font-size:11px; 
	font-weight:bold;
}

a:active, a:visited, a:link { text-decoration:none; }

a:hover { color:#888888; }

select
{
	font-family:verdana;
	font-size:10px; 
	width:200px;
	height:18px;
}

input
{
	font-family:verdana;
	font-size:10px; 
	height:18px;
}

input.long { width:250px; }

input.semilong { width:150px; }

textarea
{
	line-height:150%;
	text-align:justify;
	font-family:tahoma;
	font-size:8pt; 
	width:100%;
	height:80;
}