/* CSS Document */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+	File		: font_small.css
+	Author		: Frismedia
+	Date		: 23-03-2005
+	 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*>>>>>>>>>>>FONT TAGS<<<<<<<<<<<<<<*/

body
{
	font:0.7em/1.2em verdana, helvetica, sans-serif;
}

* html input, select, option, textarea
{
	font-size:1em;
}

h1, h2, h3, h4, h5, h6
{
	line-height:1.6em;
}

h1	{font-size:1.3em;}
h2	{font-size:1.2em;}
h3	{font-size:1.1em;}
h4	{font-size:1.0em;}
h5	{font-size:0.9em;}
h6	{font-size:0.8em;}

div#top .externalLink
{
	top: 35px;
	right:2px;
	position: absolute;
}

div.contentHeader
{
	font-size:1.3em;
	line-height:1.3em;
}

/*>>>>>>>>>>>END<<<<<<<<<<<<<<*/