@charset "utf-8";
/* CSS Document */

body {
background-color: #330033;;
}
body, .txt{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
line-height:18px;
}
img{
border:none;
}
p, .txt{
margin:3px;
line-height:14px;
font-weight:normal;
}
ul{
margin:0px;
}
.Input  {
color:#000000;
font-size:12px;
line-height:16px;
height:16px;
}
.Textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.BlackLink a {
color:#000000;
}

.BlackLink a:hover {
color:#FFFFFF;
}

h1{
margin:5px;
font-size:22px;
}
h2{
margin:0px;
font-size:15px;
}

h4{
margin:0px;
font-size:12px;
}

h3{
margin:5px;
font-size:15px;

}

h2, h1{
text-align:center;
color:#ED1B60;
}

h3,h4, h4 a {
text-align:center;
color:#FFFFFF;
}
h4 a:hover {
color:#F5C226;
}

h5{
font-size:12px;
text-align:left;
line-height:25px;
}
h6{
font-size:11px;
text-align:center;
}

h5, h5 a, h6, h6 a{
color:#000000;
text-decoration:none;
margin:0px;
}
h5 a:hover, h6 a:hover{
color:#ED1B60;
}

.Title {
color:#702C91;
font-size:22px;
font-weight:bold;
}
.WhiteBorder{
border:solid 2px #FFFFFF;
}

.GalleryImgage{
border:solid 2px #FFFFFF;
margin:5px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid yellow;
padding: 2px;
background-color: lightblue;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}