/*BASE*/

*
{
	padding: 0px;
	margin: 0px;
}

div.clear
{
    clear: both;
    height: 0px;
    overflow: hidden;
}

table
{
    border-spacing: 0px;
    border-collapse: collapse;
}

fieldset
{
	border: none;
}

img
{
    border: none;
}

ul, ol
{
	list-style: none outside none;
}

.centerit
{
	text-align: center;
}

.justifyit
{
	text-align: justify;
}

.leftit
{
	text-align: left;
}

.rightit
{
	text-align: right;
}

.underlineit
{
	text-decoration: underline;
}

.boldit
{
	font-weight: bold;
}

.italicit
{
	font-style: italic;
	overflow: hidden;
}