html, body
{
    font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    background-color: white;
    padding: 0px;
    height:100%;
    text-align:center;
}

a
{
    text-decoration: none; 
    font-weight:bold; 	
    color:#ebb731; 	
}

a:hover
{
	text-decoration:underline;
}

pre
{
    font-size: 11px;
    color: blue;
}


ol
{
    margin-right: 40px;
    color:#ffffff;
    font-weight:bold;
    margin-left:50px;
}

ul
{
    color: White;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

ul.bulletList
{
	list-style-image:url(Images/bullet.jpg );
	font-size:12px;
}

li
{
    margin-bottom: 10px;
}



p, h1, h2, h3,  pre
{
    margin: 0px 10px 10px 10px;
    padding-bottom:10px;
}

p
{
    color: White;
}

h1
{
    font-family: Verdana;
    font-size: 20px;
    padding-top: 10px;
    font-weight: lighter;
    color:#ebb731
}

h2
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: lighter;
    color:#ebb731;
   
}

h3
{
	font-family: Verdana;
    font-size: 12px;
    font-weight: lighter;
    color:#ebb731;
    margin-bottom:0px;
}


hr
{
   width:400px;
   height:1px;
   color:#3f3f3f;
   text-align:center;
   margin-bottom:10px;
}

table.dataTable
{
    color:#ffffff;
    width:400px;
}

table.dataTable tr th
{
    padding: 10px;
}

table.dataTable tr td
{
    padding: 10px;
    vertical-align:top;
    text-align:left;
}


table.contactsTable 
{
    color:#ffffff;
    width:400px;
}


table.contactsTable tr td
{

    vertical-align:top;
    text-align:left;
    
}