/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/
table
{
	color:#000 !important;
}
div#usermenubar
{
    clear: both;
    float: none;
}

.template_right
{
	float:right;
	width: 260px;
}

.template_left
{
	float:left;
	width: 660px;
}

.template_bottom
{
	width: 650px;
	float:left;
}

a
{
    font-weight: 700;
    color: #B7D653;
    cursor: pointer;
}

a:hover
{      
    color: #B7D653;
}

