
html { height	:100%; }

body { margin	 :0pt;
    padding	 :0pt;
    background	 :#5A3C58 url(../css/bg/header7.png) repeat-x scroll left -90px;
    height	 :100%;
    text-align	 :center;
    font-family	 :"trebuchet ms",verdana,arial,sans-serif;
    font-style	 :normal;
    font-variant :normal;
    font-weight	 :400;
    font-size	 :0.8em;
    font-size-adjust:none;
    font-stretch :normal;
    line-height	:170%;
    color	:#F3C7EF;
    }

h1 {
    /* clear:both; */
    font        :bold italic 1.5em ;
    }
h2 {
    font        :italic 1.5em ;
    /* font-family  :Angelina,"trebuchet ms",serif; */
    }
h3 {font-weight	:400;
    font-size	:1.3em;
    }
h4 {font-weight	:700;
    font-size	:1.2em;
    }
h5 {font-weight	:700;
    font-size	:1.1em;
    }
h6 {font-weight	:700;
    font-size	:1em;
    }
h1, h2, h3, h4, h5, h6  {
    margin	    :0pt;
    padding	    :10px 15px 10px 15px;
    font-family	    :'trebuchet ms', Arial, sans-serif;
    color           :#f3c7ef;
    line-height	    :normal;
    font-size-adjust:none;
    font-stretch    :normal;
    }
p, dl  {
    margin	:0pt;
    padding	:0px 15px 10px 15px;
    }
a { color	:#f3c7ef;
    }
a:hover {
color		:white; /* #c238c3 */
text-decoration	:none;
    }
    
ol, ul {
    margin	:0 10px 10px 30px;
    padding	:0pt 30px;
    }

#content ul { list-style-image:url(../css/bg/bullet3.png);
    }

acronym {
    border-bottom:1px solid rgb(119, 119, 119);
    cursor       :help;
    }

input, textarea, select {
    padding     :2px;
    background  :#F3C7EF none repeat scroll 0%;
    font-family :Verdana,sans-serif;
    font-style  :normal;
    font-variant:normal;
    font-weight :400;
    font-size   :1em;
    line-height :normal;
    font-size-adjust:none;
    font-stretch:normal;
    color       :#815880;
    }
textarea, select {
    border      :1px inset #815880; }
input {
    border      :1px outset #815880; }

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
    border	:1px inset #a2beea;
    background	:#d3eafa none repeat scroll 0%;
    color	:rgb(0, 0, 0);
    }
blockquote {
    margin:10px 15px;
    padding-left:27px;
    background-color:#815880;
    background-image:url(../images/icons/quote.gif);
    background-repeat:no-repeat;
    background-position:5px 50%;
    }
blockquote.exclamation {
    background-image:url(../images/icons/exclamation.gif);
    }
blockquote.stop {
    background-image:url(../images/icons/stop.gif);
    }
blockquote.go {
    background-image:url(../images/icons/go.gif);
    }