body {
    font-family: verdana, tahoma, sans-serif;
    font-size: 12px;
    color: #000;
    margin: none;
}

.center {
    margin: auto;
}

form {
    margin: none;
}

.form {
    padding: 10px 10px 10px 10px;

}

.form .header {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.form .footer{
    font-size: 10px;
    font-weight: bold;
    color: #666;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-top: 5px;
}

.form .separator {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1px;
    height: 1px;
}

a {
    color: #11b0ff;
    text-decoration: none;
}

a:hover {
    color: #093;
}

.fLeft {
    width: 144px;
    text-align: right;
}

.fError {
    background: transparent url('error.gif') repeat-x;
    background-position: top right;
}

.comment, sup {
    color: #aaa;
    font-style: italic;
    font-size: 10px;
    
}

.recent {
	color: #444;
	font-weight: bold;
}

.active {
	font-weight: bold;
	color: green;
}

.note {
    color: #555;
    font-style: italic;
    font-size: 11px;
}

table {
    margin: none;
}

.step{
    padding-top: 10px;
}

ul {
    margin: none;
    padding: none;
    text-indent: none;
}

li {
    margin-bottom: 5px;
    padding: none;
    text-indent: none;
}

.error {
    color: #b00;
}

.just {
    text-align: justify;
}

.reg span.green{
    color: green;
    font-weight: bold;
}

.reg span.red{
    color: red;
    font-weight: bold;
}

.reg span.blue {
    color: blue;
    font-weight: bold;
}

.reg span.orange{
    color: orange;
    font-weight: bold;
}

.reg span.yellow {
    color: yellow;
    background-color: black;
    font-weight: bold;
}

.reg span.purple {
    color: purple;
    font-weight: bold;
}

.email {
    color: #eee;
    font-size: 5px;
}

.bold {
    font-weight: bold;
}
