/* Presentation Stylesheet */ 

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size: 10px;
}

h1 {
margin: 5px 0px 5px 0px; 
color:#000000;
text-align:center;
}

h2 {
margin: 5px 0px 5px 0px; 
color:#000000;
text-align:center;
}

h4 {
font-size: 10px;
margin: 5px 0px 5px 0px; 
color:#000000;
}

p.center {
text-align:center;
}

p {
padding: 5px 0px 5px 0px; 
margin: 0px;
}

p.blue {
padding: 5px 0px 5px 0px; 
margin: 0px;
color:#336699;
}

p.lightblue {
width: 250px;
padding: 2px 0px 2px 0px; 
margin: 0px;
color:#336699;
}

p.darkblue {
width: 250px;
padding: 2px 0px 2px 0px; 
margin: 0px;
color:#000033;
}

p.greyhead{
padding: 5px 0px 0px 0px; 
font-weight: bold;
margin: 0px;
}

p.form {
padding: 2px 0px 0px 0px; 
margin: 0px;
}

ul {
padding: 0px; 
margin: 2px 0px 2px 15px;
}

a:link, a:visited {
color: #336699;
font-weight: bold;
text-decoration: none;
}

a:hover, a:active {
color: #000033;
font-weight: bold;
text-decoration: none;
}

a.grey:link, a.grey:visited {
color: #999999;
font-weight: normal;
text-decoration: none;
}

a.grey:hover, a.grey:active {
color: #000000;
font-weight: normal;
text-decoration: none;
}

a.text:link, a.text:visited {
color: #999999;
font-weight: normal;
text-decoration: underline;
}

a.text:hover, a.text:active {
color: #000000;
font-weight: normal;
text-decoration: underline;
}

a.black:link ,a.black:visited ,a.black:hover ,a.black:active  {
color: #000000;
font-weight: normal;
text-decoration: none;
}

