@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Arial;
}

table
{
	border: 0;
}

img
{
    border: 0;
}

td 
{
	font-family: Arial;
	font-size: 80%;
}

h1 
{  	
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}

h2 
{  
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

h3 
{  
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

p
{
	font-family: Arial;
	font-size: 100%;
}

.level1
{
	color: #808080; 
	font-size: 120%;
	font-weight: bold;
}

.level1selected
{
	color: #000000; 
	font-size: 120%;
	font-weight: bold;
}

.level1div
{
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 0px
}

.level2
{
	color: #808080; 
	font-size: 90%;
}

.level2selected
{
	color: #000000; 
	font-size: 90%;
}

.level2div
{
	margin-left: 10px;
	margin-bottom: 10px;
}

a
{
    text-decoration: none;
}

a:hover
{
    color: #000000;
}

/***************** Latest News *************************/
.news_section {
         font-size: 13px;
         font-family: Arial, Helvetica, sans-serif;
         color: #808080;
         font-weight: bold;
         }

.news_headline {
         font-size: 11px;
         font-family: Arial, Helvetica, sans-serif;
         color: #808080;
         font-weight: bold;
         }

.news {
         font-size: 10px;
         font-family: Arial, Helvetica, sans-serif;
         color: #808080;
         }

.news_link {
         TEXT-DECORATION: underline;
         font-size: 10px;
         font-family: Arial, Helvetica, sans-serif;
         color: #808080;
         }
