/* Default CSS Stylesheet for a new Web Application project */

BODY
{ SCROLLBAR-FACE-COLOR: white; 
	FONT-SIZE: 10pt; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ff7f00; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #ff7f00; 
	SCROLLBAR-TRACK-COLOR: #ff7f00; 
	FONT-FAMILY: Arial; 
	SCROLLBAR-DARKSHADOW-COLOR: black 
}

TABLE
{
	font-size: 10pt;
	font-family: Arial;
}

.mainmnu
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a.mainmnu:hover
{
	color: #ff9900;
	text-decoration: underline;
}
.link
{
	font-size: 12pt;
	color: #ff8300;
	font-family: Impact;
	text-decoration: none;
}
a.link:hover
{
	color: #000000;
	text-decoration: underline;
}
.email
{
	color: #3300cc;
	text-decoration: none;
}
a.email:hover
{
	color: #ff8300;
	text-decoration: underline;
}
UL, LI
{
	list-style: circle url(Graphics/Icons/org_triangle_bullet.gif) outside;
}