/* This stylesheet should contain classes for contributors to
   assign in wysiwyg elements.
*/

.contrib_non_bulleted_list {
    list-style: none outside;
}

.contrib_blue {
    color: #0074b3;
}

.contrib_center {
    text-align: center;
}

.contrib_data_table {
    border: 0px;
    border-spacing: 0px;
}

.contrib_data_table td {
    vertical-align: top;
    border: none;
    margin: 0px;
    padding: 3px 3px 3px 0px;
}

.contrib_float_left {
    float: left;
}

.contrib_float_right {
    float: right;
	margin: 0 0 20px 20px;
}

.contrib_clear {
    clear: both;
}
