/* ------ Bodystyles ------ */

body
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
COLOR: #ffffff;
font-size: 11px;
font-family: Verdana,Arial,Helvetica;
}




/* ------ Linkstyles ------ */

a
{
font-size: 11px;
color: #0079EE;
text-decoration: NONE
font-family: Verdana,Arial,Helvetica;
}

a:visited
{
font-size: 11px;
color: #0079EE;
}

A:active    
{
font-size: 11px;
color: #0079EE; 
text-decoration: NONE
} 

A:hover     
{ 
font-size: 11px;
color: #cccccc; 
text-decoration: NONE
}


/* ------ Headingstyles ------ */

.h1
{
font-weight:BOLD;
font-size: 12px;
color: #48535E;
font-family: Verdana,Arial,Helvetica
}

h2
{
font-weight:BOLD;
font-size: 11px;
color: #cccccc;
font-family: Verdana,Arial,Helvetica
}

h3
{
font-weight:BOLD;
font-size: 12px;
color: #CC0033;
font-family: Verdana,Arial,Helvetica
}



/* ------ Tablestyles ------ */

table
{

font-size: 11px;
color: #ffffff;
font-family: Verdana,Arial,Helvetica;
}

td
{

font-size: 11px;
color: #666666;
font-family: Verdana,Arial,Helvetica
}

tr
{

color: #ffffff;
font-family: Verdana,Arial,Helvetica
}


/* ------ Liststyles ------ */

ol {
 list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}

/* ------ Script Test ------ */



/* ------ End ------ */