body { 
background-color : white;
background-repeat: repeat;
} 

b, strong {
color: #393939;
}

u {
color: #787878;
}

i {
color: #2460e9;
}

s {
color: #000000;
}

input, textarea, select {
background-color: #ededed; 
border: 1px #aeaeae dotted;
color:  #808080;
margin: 5px;
padding: 2px;
font-size: 10pt;
line-height: 10pt;
font-family: Arial; 
} 

h1 {
font-family: georgia;
font-size: 15pt;
line-height: 5pt;
font-weight: bold;
font-style: none;
text-align: left;
letter-spacing: 0pt;
text-transform: lowercase;
color: #565656;
border-bottom: 2px #f6cf58 dotted;
background: #ffd253;
margin: 0px;
padding-left: 3px;
padding-right: 3px;
}


h2 {
font-family: arial;
font-size: 12pt;
line-height: 12pt;
font-weight: bold;
font-style: none;
text-align: center;
letter-spacing: -1pt;
text-transform: uppercase;
color: #eb1533;
border-bottom: 2px #25a792 dashed;
background: transparent;
margin: 0px;
padding-left: 3px;
padding-right: 3px;
}


h3 {
font-family: arial;
font-size: 18pt;
line-height: 20pt;
font-weight: bold;
font-style: none;
text-align: center;
letter-spacing: 2pt;
text-transform: lowercase;
color: #12f631;
background-color: #05045f;
margin: 0px;
padding-left: 3px;
}

.content {
color: #2f2f2f;
font-family:arial;
line-height:12pt;
font-size:9pt; 
background: #ffffff;
border-bottom: 0px #d5d5d5 dotted;
text-align: justify; 
padding: 4px;
margin-bottom: 10px;
}


div.content ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;

}


a:link, a:visited, a:active { 
color: #fe8543;
font-style: none;
text-decoration: none; 
}

a:hover {
font-weight: none; 
text-decoration: underline;
color: #4b4b4b; 
}
