@charset "utf-8";

/* Text formatting excluding color */

/******************************
Common
******************************/

BODY
{
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:75%;
}

BODY, TD
{
	line-height:1.4em;
}

H2,H3,H4
{
	margin-bottom:0.5em;
}

UL
{
	list-style-position: outside;
	list-style-type: square;
	padding-left:20px;
	zoom:1; /* IE double padding bug fix */
}

LI
{
	margin-bottom:0.5em;
}

.more-space
{
	margin-bottom:1.5em;
}

H2{	font-size:1.3em;line-height:1.5em;}
H3{	font-size:1.2em;line-height:1.4em;}
H4{	font-size:1.1em;line-height:1.3em;}

p{	margin-bottom:1em;}

A
{
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}

.smaller
{
	font-size:0.9em;
}

.larger
{
	font-size:1.15em;
	line-height:1.5em;
}

/******************************
Header
******************************/

#header H1 A
{
	text-indent:9999999px;
}

#header .description TD
{
	font-size:1.3em;
	line-height:1.5em;
}

/******************************
Main menu
******************************/
#menu LI,
#menu LI A
{
	white-space:no-wrap;
}

#menu LI A:hover
{
	text-decoration:none;
}

/******************************
Link lists
******************************/

UL.link-list
{
	padding:0;
	list-style:none;
}

UL.link-list LI
{
	padding-left:20px;
}

/******************************
Quick links
******************************/
.quick-links H3
{
	font-weight:normal;
}

.quick-links UL
{
	padding:0;
	list-style:none;
}

.quick-links LI
{
	font-size:0.9em;
}

/******************************
Footer
******************************/

#footer H4
{
	text-indent:9999999px;
}

