
----------------------------------------------------*/
basic styles
----------------------------------------------------*/

body

{       font-family: verdana;
        font-size: 11;
        color: #CCCCCC;
        text-align: left;
        background-repeat: repeat-x;

}

p
{       font-family: verdana;
        font-size: 11;
        color: #333366;
        padding-right: 10px;
		padding-left: 0px;
        line-height: 140%;
        letter-spacing: 1px;}

ul
{       font-family: verdana;
        font-size: 11;
        color: #333366;
        text-align: justify;
        padding-right: 10px;
        padding-left: 5px;
        line-height: 120%;
        letter-spacing: 1px;}

h1
{       font-family: verdana;
        font-size: 13;
		color: #333366;
        font-weight: bold;
        padding-right: 10px;
		padding-left: 0px;
        line-height: 120%;
        letter-spacing: 1px;}

h2
{
        font-family: verdana;
        font-size: 11;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 2px;
        padding-left: 0px;
        line-height: 120%;
        color: #006699;
        letter-spacing: 2px;
}

h3
{
        font-family: verdana;
        font-size: 9;
        font-weight: none;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 0px;
        line-height: 120%;
        color: #006699;
        letter-spacing: 2px;
}

----------------------------------------------------*/
links
----------------------------------------------------*/

a
{	font-family: verdana;
	font-size: 11;
	font-weight: none;
	color: #006699;
	text-decoration: underline;
	line-height: 170%;
	letter-spacing: 2px;}
	
a:link
{	font-family: verdana;
	font-size: 11;
	font-weight: none;
	color: #006699;
	text-decoration: underline;
	line-height: 170%;
	letter-spacing: 2px;}

a:visited
{	font-family: verdana;
	font-size: 11;
	font-weight: none;
	color: #006699;
	text-decoration: underline;
	line-height: 170%;
	letter-spacing: 2px;}

a:hover 
{	font-family: verdana;
	font-size: 11;
	font-weight: none;
	color: #666699;
	text-decoration: underline;
	line-height: 170%;
	letter-spacing: 2px;}

a:active
{	font-family: verdana;
	font-size: 11;
	font-weight: none;
	color: #3333ff;
	text-decoration: underline;
	line-height: 170%;
	letter-spacing: 2px;}

