/* Forms Setting */
/* Paragraph Text */
p {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 75%;
line-height: 150%;
color: #555555;
}

/* Header 1 Settings */
h1 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 150%;
margin-bottom: -10px;
margin-top: 18px;
font-weight: bold;
color: #555555;
border-bottom: 1px solid #C0C0C0;
}

/* Header 2 Settings */
h2 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 115%;
margin-bottom: 20px;
font-weight: bold;
color: #555555;
border-bottom: 1px solid #C0C0C0;
}

/* Header 3 Settings */
h3 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 90%;
margin-bottom: 0px;
font-weight: bold;
color: #555555;
}

/* Bullet List Settings */
ul {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 75%;
line-height: 150%;
color: #555555;
list-style-type: square;
}



