/* Misc */

.bold {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
	margin: 0 auto;
}
.position_right{
    position: relative;
    right: 0px;
}

a:link, a:visited {
}

a:hover {
    text-decoration: none;
}

a:active {
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}