body { 
	/* customize_body */ font: normal normal 13px Arial; /* customize_body */
	/* customize_body */ color: #777777; /* customize_body */
}

img {border: 0px}
a,a:visited,a:active {
	/* customize_link */ color: #66aa33; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color: #66CC00; /* customize_link_hover */
}
a.button {
   width: 15em;
   text-align: center;
   padding: 3px 15px;
   display: block;
   margin: auto;
   text-decoration: none;
   font-weight: bold;
   color: #fff;
   background-color: #36393d;
}
a.button:hover {
   /*color: #290b7f;*/
   text-decoration: underline;
}

a.button2 {
   width: 15em;
   text-align: center;
   padding: 3px 15px;
   display: block;
   margin: auto;
   text-decoration: none;
   font-weight: bold;
   color: #fff;
}
a.grey {
   background: url(images/button.png) top left no-repeat;
}
a.blue {
   background: url(images/button-blue.png) top left no-repeat;
}
a.purple {
   background: url(images/button-purple.png) top left no-repeat;
}
a.orange {
   background: url(images/button-orange.png) top left no-repeat;
}
a.red {
   background: url(images/button-red-big.png) top left no-repeat;
}
a.green {
   background: url(images/button-green.png) top left no-repeat;
}
a.black {
   background: url(images/button-black.png) top left no-repeat;
}


h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px }
h1{ font: normal normal 21px Arial; line-height:28px }
h2{ font-size:18px; line-height:24px }
h3{ font-size:16px; line-height:21px }
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; line-height: 18px;}

