/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
}
td
{
	font-family: Tahoma;
	font-size: 12px;
}
p
{
	font-family: Tahoma;
	font-weight: normal;
	margin-top: .8em;
	font-size: 12px;
	margin-bottom: .8em;
}
textarea
{
	font-family: Tahoma;
	border-color: #cccccc;
}

A:link
{
	font-family: Tahoma;
	text-decoration: none;
	color: #3333cc;
	font-size: 13px;
}

A:visited
{
	font-family: Tahoma;
	text-decoration: none;
	color: #333399;
	font-size: 13px;
}

a:hover
{
	text-decoration: Underline;
}
a
{
	font-family: Tahoma;
	font-size: 13px;
}


SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

Div
{
	font-family: Tahoma;
	font-size: 0.9em;
}
.pitems
{
	padding-left: 7px;
	padding-right: 7px;
}
input
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
}
select 
{
	font-family: Tahoma;
	font-size: 12px;	
}

