.title
{
    font-weight: bold;
    color: #A5C544;
    font-family: Arial;
    text-transform: uppercase;
}
.subtitle
{
    font-weight: bold;
    color: #7F9B31;
    font-family: Arial;
}

body {
	scrollbar-face-color: #E5F0C1;
	scrollbar-highlight-color: #96B53C;
	scrollbar-shadow-color: #96B53C;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

.HeaderStyle 
{
   background-color:#E5F0C1;
}
   