.main{
text-align: center;
background-image: url(img/background2.jpg);
background-position:top center;
}

.frame {
	border-style: solid;
    border-width: 1px;
    border-color: #930000;
}

.line {
	border-bottom: 0px none #000000;
	border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 1px dashed #930000;
	background-color:white;
	height:1px;

}

.head{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #930000;
text-decoration: none;



}

a.head{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #930000;
text-decoration: none;
}

a.head:hover{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #930000;
text-decoration: underline;
}

.copy{
font-family: tahoma;
font-size: 11px;
color: #ffffff;
text-decoration: none;
text-align: justify;

}

a.copy{
font-family: tahoma;
font-size: 11px;
color: #ffffff;
text-decoration: none;

}

a.copy:hover{
font-family: tahoma;
font-size: 11px;
color: #ffffff;
text-decoration: underline;

}


input {
	border-style: solid;
    font-family: tahoma;
    font-size: 10px;
    border-width: 1px;
    border-color: #ffffff;
    color: #ffffff;
    background-color: #000000;
}

select {
    border-style: solid;
    font-family: tahoma;
    font-size: 10px;
    border-width: 1px;
    border-color: #ffffff;
    color: #ffffff;
    background-color: #000000;
}

textarea {
    border-style: solid;
    font-family: tahoma;
    font-size: 10px;
    border-width: 1px;
    border-color: #ffffff;
    color: #ffffff;
    background-color: #000000;
}

.button {
	border-style: solid;
    font-family: tahoma;
    font-size: 10px;
    border-width: 1px;
    border-color: #ffffff;
    color: #ffffff;
    background-color: #000000;
}




