body
{
	margin:0px;
	background-image: url(images/bg_01.gif); 
	background-color: #efefef;
	font-family:  verdana, arial, helvetica, sans serif;
}

span {float:right;}

div {font-family: Arial;font-size: 10px;font-weight: normal;font-variant: normal;color: #000000;text-decoration: none;}

h1 {line-height:125%; font-size: 22px;text-decoration: underline;color: #444444;}

p {font-size: 12px;color: #444444;line-height:145%;}
p.head {font-size: 25px;text-decoration: none;color: #cc6600;}
p.subhead {font-size: 18px;text-decoration: none;color: #444444;}
p.menu {font-size: 11px;color: #dddddd;}
p.foot {font-size: 10px;color: #aaaaaa;}
p.bodysmall {font-size: 10px;color: #444444;}
p.small {font-size: 10px;color: #dfdfdf;}
p.med {font-size: 14px;color: #444444;}
p.testhdr {font-size: 11px;color: #e4dbb8;}
p.test {font-size: 11px;color: #ffffff;}

a:link {color:#5b7995;text-decoration: underline;font-size: 12px;}
a:visited {	color:#296f9c;text-decoration: underline;font-size: 12px;}
a:hover {color: #b96157;text-decoration: none;font-size: 12px;}

a.menu:link {color:#ffffff;text-decoration: none;font-size: 13px;}
a.menu:visited {color:#ffffff;text-decoration: none;font-size: 13px;}
a.menu:hover {color: #aebed2;text-decoration: underline;font-size: 13px;}

a.bodysmall:link {color:#5b7995;text-decoration: underline;font-size: 10px;}
a.bodysmall:visited {color:#5b7995;text-decoration: underline;font-size: 10px;}
a.bodysmall:hover {color: #b96157;text-decoration: none;font-size: 10px;}

a.small:link {color:#aaaaaa;text-decoration: underline;font-size: 10px;}
a.small:visited {color:#aaaaaa;text-decoration: underline;font-size: 10px;}
a.small:hover {color: #dfdfdf;text-decoration: none;font-size: 10px;}

a.ref:link {color:#932215;text-decoration: none;font-size: 12px;}
a.ref:visited {color:#932215;text-decoration: none;font-size: 12px;}
a.ref:hover {color: #5b7995;text-decoration: bold;font-size: 12px;}

a.foot:link {color:#c9d8e7;text-decoration: underline;font-size: 12px;}
a.foot:visited {color:#c9d8e7;text-decoration: underline;font-size: 12px;}
a.foot:hover {color: #ffffff;text-decoration: none;font-size: 12px;}

ul {list-style-type:circle;color: #364e49;font-size: 12px;line-height:135%;}


/* ##  -- BUTTON STYLING SIGN-UP FORMS -- ## */

.button {
   border: 1px solid #303030;
   background: #999999;
   background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#999999));
   background: -webkit-linear-gradient(top, #f4f4f4, #999999);
   background: -moz-linear-gradient(top, #f4f4f4, #999999);
   background: -ms-linear-gradient(top, #f4f4f4, #999999);
   background: -o-linear-gradient(top, #f4f4f4, #999999);
   background-image: -ms-linear-gradient(top, #f4f4f4 0%, #999999 100%);
   padding: 5px 18px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #ddd 0px 1px 0px;
   color: #333;
   font-size: 14px;
   font-weight: bold;
   font-family: ariel, verdana, helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 1px solid #303030;
   text-shadow: #1e4158 0 1px 0px;
   background: #63778f;
   background: -webkit-gradient(linear, left top, left bottom, from(#8297b0), to(#63778f));
   background: -webkit-linear-gradient(top, #8297b0, #63778f);
   background: -moz-linear-gradient(top, #8297b0, #63778f);
   background: -ms-linear-gradient(top, #8297b0, #63778f);
   background: -o-linear-gradient(top, #8297b0, #63778f);
   background-image: -ms-linear-gradient(top, #8297b0 0%, #63778f 100%);
   color: #ffffff;
   }
.button:active {
   text-shadow: #1e4158 0 -1px 0;
   border: 1px solid #303030;
   background: #8297b0;
   background: -webkit-gradient(linear, left top, left bottom, from(#63778f), to(#8297b0));
   background: -webkit-linear-gradient(top, #63778f, #8297b0);
   background: -moz-linear-gradient(top, #63778f, #8297b0);
   background: -ms-linear-gradient(top, #63778f, #8297b0);
   background: -o-linear-gradient(top, #63778f, #8297b0);
   background-image: -ms-linear-gradient(top, #63778f 0%, #8297b0 100%);
   color: #ffffff;
   }
