/* BODY AND DIV POSITIONING */

   BODY
	{
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

   #main
	{
	padding:30 30 20 30;
	}

   #copyright
	{
	padding:0 30 30 30;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#333333;
	border-style:solid;
	border-width:1 0 0 0;
	border-color:#000000;
	}


   A:hover
	{
	color:#666666;
	}

   A:link
	{
	color:#000088;
	}

   A:visited
	{
	color:#000088;
	}

   A:active
	{
	color:#AA0000;
	}





/* TEXT STYLES */

    H1
	{
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#000000;
	}


    H2
	{
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:16px;
        color:#333333;
	}


    H3
	{
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:14px;
        color:#003366;
	}


    UL
	{
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	list-style-type: square;
	line-height:140%;
	}

    OL
	{
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:140%;
	}

    .text
	{
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:140%;
        }


    .small
	{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	}









