/*********************************************************************************
* handles the font type (family), sizes, line-height, alignment and any other 
* properties relating to fonts, with the exception of color.
*********************************************************************************/

body
{
	font-family: arial, helvetica, sans-serif;
}

#pageWrapper
{
	font-size: 80%;
}

#footer
{
	text-align: center;
	font-size: 11px;
}

#header
{
	font-size: 11px;
	font-weight: bold;
}

#title, .title
{
	font-size: 10px;
}

#rightColumn .vnav ul li a
{
	font-size: 11px;
}

#items
{
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

.names
{
	font-size: 12px;
	font-style: italic;	
}

#names1, #names2, #names3, #names4, #names5
{
	font-size: 12px;
	font-style: italic;	
	font-weight: bold;
}

#download
{
	font-size: 12px;
	font-style: italic;	
	font-weight: bold;
	text-align: left;
}

#toc
{
	font-size: 9px;
	text-align: right;
}

#next
{
	font-size: 10px;
	text-align: center;
}


#navBar
{
	font-size: 10px;
}

#text
{
	font-size: 12px;
}

#text1
{
	font-weight: bold;
}

#text2
{
	font-weight: normal;
	text-align:justify;
}

.vnav #submenu a
{
	font-size: 9px;
}

.vnav ul
{
	font-size: 10px;
}

.vnav ul a
{
	font-size: 11px;
}

h1
{
	font-size: 210%;
}

h2
{
	font-size: 180%;
}

h3
{
	font-size: 140%;
}

h4
{
	font-size: 126%;
}

h5
{
	font-size: 110%;
}

h6
{
	font-size: 100%;
}

.code{
	font-family:monospace;
	font-size:1em;
}

address{
	font-style:normal;
}

dt{
    font-weight:bold;
}