
.normal {
font-family: Arial;
font-size: 10pt;
color: #000000;
font-style: normal;
text-decoration: none;
font-weight: none;
}

a..normal:hover {
text-decoration: underline;	
}


.small {
font-family: Arial;
font-size: 8pt;
color: #000000;
font-style: normal;
text-decoration: none;
font-weight: none;
}

a..small:hover {
text-decoration: underline;	
}


.subtitle {
font-family: Arial;
font-size: 16pt;
color: #000000;
font-style: normal;
text-decoration: none;
font-weight: bold;	
}

a..subtitle:hover {
text-decoration: underline;	
}


.title {
font-family: Arial;
font-size: 22pt;
color: #000000;
font-style: normal;
text-decoration: none;
font-weight: bold;	
}

a..title:hover {
text-decoration: underline;	
}


a {
color: #0000FF;
font-style: normal;
text-decoration: underline;	
font-weight: none;
}


a:hover {
color: #FF0000;
font-style: normal;
text-decoration: underline;	
font-weight: none;
}


input {
font-family: Arial;
font-size: 10pt;
color: #000000;
font-style: normal;
text-decoration: none;
font-weight: none;
}

a.input:hover {
text-decoration: underline;	
}


select {
font-family: Arial;
font-size: 10pt;
color: #000000;
font-style: normal;
text-decoration: none;
font-weight: none;
}

a.select:hover {
text-decoration: underline;	
}


textarea {
font-family: Arial;
font-size: 10pt;
color: #000000;
font-style: normal;
text-decoration: none;
font-weight: none;
}

a.textarea:hover {
text-decoration: underline;	
}

