

body
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-width: 0px;
margin-height: 0px;
margin-bottom: 0px;
background: #CCCCCC
COLOR: #000000;
font-size: 12px;
font-family: Georgia, Times New Roman, Times, serif;
}




/* ------ Linkstyles ------ */

a
{
font-size: 12px;
color: #333333;
font-family: Georgia, Times New Roman, Times, serif;
text-decoration: underline
}

a:visited
{
font-size: 12px;
color: #666666;
}

A:active    
{
font-size: 12px;
color: #999999	; 
text-decoration: NONE
} 

A:hover     
{ 
font-size: 12px;
color: #333333; 
text-decoration: NONE
}


/* ------ Headingstyles ------ */

h1
{
font-weight:BOLD;
font-size: 12px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif
}

h2
{
font-weight:BOLD;
font-size: 14px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif
}

h3
{
font-weight:BOLD;
font-size: 16px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif
}



/* ------ Tablestyles ------ */

table
{

font-size: 12px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif;
}

td
{

font-size: 12px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif
}

tr
{

color: #000000;
font-family: Georgia, Times New Roman, Times, serif
}


.table1
{
background: #B11116; 
font-size: 12px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif
}

.table2
{
background: #CC9900; 
font-size: 12px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif
}

.table3
{
background: #F58220; 
font-size: 12px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif

}



/* ------ 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;
}



/* ------ The Bitter End ------ */
