body {
    font-family: 	Arial, Helvetica, sans-serif;
    font-size:      12px;
}
ul {
    list-style-type:none;
}
/*
a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {

}
*/
fieldset,
legend,
input,
select,
textarea {
    border:         solid 1px gray;
}
input,
select,
textarea {
    padding:        1px;
    font-size:      1em;
}
input.error,
div.error,
select.error,
textarea.error {
    border:         solid 1px red;
    background:     maroon;
}
label.error,
span.error {
    color:          red;
}
table {
    border-collapse:collapse;
}
p {
    margin-bottom:  1em;
	margin-left: 	18px;
	margin-right: 	20px;
	text-align:		justify;
}
a {
    color:           #0085DD;
	text-decoration: none;
}
a:active,
a:hover {
	color:				#ED7700;
	text-decoration:    underline;
}

