body
{
    background-position: top;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.8em;
    text-align: center;
    background-color: #540088;
    background-image: url(images/body_bg.jpg);
    background-repeat: repeat-x;
}

h1
{
    font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif;

}
h2 {
	font-size: 1.5em;

}

h3 {
	font-size: 1.3em;

}
h4 {
	font-size: 1.2em;
}
a
{
    text-decoration: none;
    color: #0000FF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a:hover
{
    color: #540088;
    font-style: italic;
}
a img {
         border: 0 none;
           }

img {
         border: 0 none;
           }


.bordered {
	border: 0.3mm solid #CED3D9;
}
.borderedwhite
{
    border-style: solid ridge ridge outset;
    border-width: 3mm;
    border-color: #cc99ff;
}
.borderedpurp
{
    border-style: none none none solid;
    border-width: 0.2mm 0.2mm 0.2mm thin;
    border-color: #FFFFFF #FFFFFF #FFFFFF #540088;
}
