/* CSS Document */

body{
margin:0px;
background-color: #D0A6FF;
}

.txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:justify;
line-height:20px;
}


.txt strong{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#003366;
text-align:justify;
line-height:25px;
}

.txt a{
color:#990000;
text-decoration:none;
}

.txt a:hover{
color:#003366;
text-decoration:none;
}

.txt1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:center;
line-height:20px;
}

.txt1 a{
color:#990000;
text-decoration:none;
}

.txt1 a:hover{
color:#003366;
text-decoration:none;
}

.txt2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:right;
line-height:20px;
}


.bor{
border:3px solid #000000;
}

.input{
border:1px solid #999999;
}

.submit{
border:1px solid #003366;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:10px;
background-color:#003366;
}
