/*
 *******************************************************************************
 * TEXT
 *******************************************************************************
 */

body, p, li, span, td
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #3366ff;
}

sup
{
    font-size: 9px;
    font-weight: normal;
    margin-top: 2px;
    vertical-align: super;
}

h1, h2, h3, h4, th
{
	font-family: Arial Narrow, Helvetica Condensed, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
	color: #3366ff;
}


h1, h2, h3
{
    margin-top: 12px;
    margin-bottom: 8px;
}

p, ul, ol
{
    margin-top: 8px;
    margin-bottom: 8px;
}

h1
{
    font-size: 21px;
    margin-top: 0px;
}

h2
{
	font-size: 17px;
}

h3
{
	font-size: 15px;
}

p, span
{
	font-size: 13px;
}

p.copyright
{
	font-size: 10px;
	margin: 0px;
	color: #3366ff;
}

li, td
{
	font-size: 13px;
}

th
{
	font-size: 15px;
    margin: 0px;
}

a
{
	color: #3366ff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}




a:link, a:active, a:visited
{
color: #3300ff; 
text-decoration: underline
}

a:hover 
{
color: #3366ff; 
text-decoration: none
}

body 
{
background-image: URL(images/bg.gif);
background-repeat: repeat-x
}
  
