* {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

body {
background:url(images/bg.png);
background-position:center;
margin-top:0px;
margin-left:0px;
}

h1 {
font-family:"Times New Roman", Times, serif;
font-size:16px;
text-transform:uppercase;
border-bottom:dashed 1px #E900AF;
}

p {
text-align:justify;
}

p.center {
text-align:center;
}

p.white {
color:#FFFFFF;
text-align:center;
}

p.hline {
border-bottom:dashed 1px #E900AF;
}

p.head {
font-family:"Times New Roman", Times, serif;
font-size:16px;
text-transform:uppercase;
font-weight:bold;
}

a {
text-decoration:none;
color:#000000;
border-bottom:dashed 1px #E900AF;
}

a:hover {
text-decoration:none;
color:#E900AF;
border-bottom:dashed 1px #E900AF;
}

a.white {
text-decoration:none;
color:#FFFFFF;
border-bottom:dashed 1px #E900AF;
}

a.white:hover {
text-decoration:none;
color:#E900AF;
border-bottom:dashed 1px #E900AF;
}

a.menu {
text-decoration:none;
color:#FFFFFF;
border-bottom:0px;
}

a.menu:hover {
text-decoration:none;
color:#FFFFFF;
border-bottom:dashed 1px #E900AF;
}

a.noline, a.noline:hover {
border-bottom:0px;
}

input {
border:dashed 1px #E900AF;
}

div.gray {
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
background-color:#FFDDF7;
}

div.gbhead {
background-color:#E900AF;
border: solid #000000 1px;
padding:2px;
}

div.gbm {
margin-bottom:10px;
}

#pink {
color:#E900AF;
}

td.pink {
background-color:#FFDDF7;
padding:5px;
}