/*Body Attributes*/
body
{
 text-align:left; 
 font-size:11px;
 line-height: 18px;
 font-family: tahoma, arial, sans-serif;
 color: #333333;
 background-color: #ffffff;
 margin: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 20px;
 padding-bottom: 10px;
}

/*Basic Global Styles*/
p, a, ul, li, dt, dd, dl, ol, div, span, img, h1, h2, h3, h4, h5, h6
{
 margin: 0px;
 padding: 0px;
 border: none;
}

ul, li
{
 list-style: none;
}

h1
{
 color: #990000;
 font-size: 30px;
 padding-bottom: 15px;

}

h2
{
 font-size: 25px;
 padding-bottom: 10px; 
 text-align: center;
}

h3
{
 font-size: 20px;
 font-weight: normal;
 padding-bottom: 5px;
}

h4
{
 font-size: 14px;
 font-weight: bold;
}

h5
{
 font-size: 11px;
 font-weight: bold;
}

h6
{
 font-size: 10px;
 font-weight:bold;
}

/*Global Link Effects*/
a:link
{
 color: blue;
}

a:visited
{
 color: blue;
}

a:hover
{
 color: #666699;
}

a:active
{
 color: #666699;
}

a.grey:link
{
 color: #666666;
}

a.grey:visited
{
 color: #666666;
}

a.grey:hover
{
 color: #333333;
}

a.grey:active
{
 color: #333333;
}

p#w3c, p#babel
{
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 margin-bottom: 0px;
 text-align: center;
}

div#greeter
{
 width: 220px;
 height: 45px;
 background-color:#ffffff;
 color:#666666;
 text-align:center;
 margin-top:10px;
 margin-left:auto;
 margin-right:auto;
 border:1px solid #666666;
}

div#greeter p
{
 padding:0px;
 margin:0px;
 font-size:12px;
 line-height:14px;
}

.imp-news
{
 color: #cc3333;
 background: #ffffff;
 font-size: 12px;
 font-weight:normal;
}

