a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.orange_link
{
   color: #FFA500;
   text-decoration: underline;
}
a.orange_link:visited
{
   color: #FFFF00;
   text-decoration: underline;
}
a.orange_link:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.orange_link:hover
{
   color: #FFD700;
   text-decoration: underline;
}
h1
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 20px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6.Text
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6.Text_BIG
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.button_normal
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #333333;
   border: 1px #333333 solid;
   border-radius: 4px;
}
.button_hover
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #222222;
   border: 1px #333333 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 5px #000000;
   -webkit-box-shadow: 0px 0px 5px #000000;
   box-shadow: 0px 0px 5px #000000;
}
.button_down
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #000000;
   border: 1px #333333 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 5px #000000;
   -webkit-box-shadow: 0px 0px 5px #000000;
   box-shadow: 0px 0px 5px #000000;
}
.button_green
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #2E8B57;
   border: 1px #2E8B57 solid;
   border-radius: 4px;
}
.button_green_hover
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #2E8B57;
   border: 1px #2E8B57 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 10px #000000;
   -webkit-box-shadow: 0px 0px 10px #000000;
   box-shadow: 0px 0px 10px #000000;
}
.button_green_down
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #3CB371;
   border: 1px #2E8B57 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 10px #000000;
   -webkit-box-shadow: 0px 0px 10px #000000;
   box-shadow: 0px 0px 10px #000000;
}
.button_BLACK
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #4F4F4F;
   border: 1px #000000 solid;
   border-radius: 4px;
}
.button_BLACK_hover
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #4F4F4F;
   border: 1px #000000 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 10px #000000;
   -webkit-box-shadow: 0px 0px 10px #000000;
   box-shadow: 0px 0px 10px #000000;
}
.button_BLACK_down
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #696969;
   border: 1px #000000 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 10px #000000;
   -webkit-box-shadow: 0px 0px 10px #000000;
   box-shadow: 0px 0px 10px #000000;
}
.button_BO
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #FFA500;
   background-color: #4F4F4F;
   border: 1px #FFA500 solid;
   border-radius: 4px;
}
.button_BO_HOVER
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #FFA500;
   background-color: #4F4F4F;
   border: 1px #FFA500 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 10px #FFA500;
   -webkit-box-shadow: 0px 0px 10px #FFA500;
   box-shadow: 0px 0px 10px #FFA500;
}
.button_BO_down
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #FFA500;
   background-color: #696969;
   border: 1px #FFA500 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 10px #000000;
   -webkit-box-shadow: 0px 0px 10px #000000;
   box-shadow: 0px 0px 10px #000000;
}
.button_red
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: #FF7F50;
   border: 1px #000000 solid;
   border-radius: 4px;
}
.button_red_hover
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: #FF7F50;
   border: 1px #000000 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 10px #000000;
   -webkit-box-shadow: 0px 0px 10px #000000;
   box-shadow: 0px 0px 10px #000000;
}
.button_red_down
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #FF7F50;
   border: 1px #000000 solid;
   border-radius: 4px;
   -moz-box-shadow: 0px 0px 10px #000000;
   -webkit-box-shadow: 0px 0px 10px #000000;
   box-shadow: 0px 0px 10px #000000;
}
