/* CSS Document */

body {
background-color:#FFFFFF;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
background-image:url(Images/White/BG.gif);
background-position:top;
background-repeat:repeat-x;
}

.Wrapper {
width:700px;
height: 750px;
position:absolute;
top:0px;
left:50%;
margin-left:-350px;
z-index:1;
background-image:url(Images/White/Title.gif);
background-position:top left;
background-repeat:no-repeat;
}

.Title {
width:428px;
height:133px;
position:absolute;
top:45px;
left:156px;
z-index:1;
}

.ContentText {
width:270px;
min-height:100px;
overflow:visible;
position:absolute;
top:200px;
left:202px;
z-index:3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#000000;
text-align:justify;
}

.ContentText a:link {color:#ec008c;text-decoration:none;font-style:oblique;}
.ContentText a:active {color:#ec008c;text-decoration:none;font-style:oblique;}
.ContentText a:visited {color:#ec008c;text-decoration:none;font-style:oblique;}
.ContentText a:hover {color:#FFFFFF;background-color:#ec008c;text-decoration:none;font-style:oblique;}

.NavBar {
width:475px;
height:20px;
position:absolute;
left:0px;
top:10px;
z-index:2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
text-align:justify;
}

.NavBar a:link {color:#FFFFFF;text-decoration:none;}
.NavBar a:active {color:#FFFFFF;text-decoration:none;}
.NavBar a:visited {color:#FFFFFF;text-decoration:none;}
.NavBar a:hover {color:#FFFFFF;background-color:#ec008c;text-decoration:none;}


.Images {
width:270px;
min-height:450px;
position:absolute;
top:295px;
left:202px;
z-index:1;
overflow:visible;
}

.Images IMG {
margin-bottom:10px;
margin-top:10px;
}

.Images a:link {background-color:#FFFFFF;}
.Images a:active {background-color:#FFFFFF;}
.Images a:visited {background-color:#FFFFFF;}
.Images a:hover {background-color:#ec008c;}